AuthorizationServerContract.UpdateStages.WithIfMatch Interface

public static interface AuthorizationServerContract.UpdateStages.WithIfMatch

The stage of the authorizationservercontract 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 AuthorizationServerContract.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