UserContract.UpdateStages.WithIfMatch Interface

public static interface UserContract.UpdateStages.WithIfMatch

The stage of the usercontract update allowing to specify IfMatch.

Method Summary

Modifier and Type Method and Description
abstract Update withIfMatch(String ifMatch)

Specifies ifMatch.

Method Details

withIfMatch

public abstract UserContract.Update withIfMatch(String ifMatch)

Specifies ifMatch.

Parameters:

ifMatch - ETag of the Entity. Not required when creating an entity, but required when updating an entity

Returns:

the next update stage

Applies to