Interface AuthorizationContract.DefinitionStages.WithIfMatch

All Known Subinterfaces:
AuthorizationContract.Definition, AuthorizationContract.DefinitionStages.WithCreate
Enclosing interface:
AuthorizationContract.DefinitionStages

public static interface AuthorizationContract.DefinitionStages.WithIfMatch
The stage of the AuthorizationContract definition allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      Specifies the ifMatch property: ETag of the Entity. Not required when creating an entity, but required when updating an entity..
      Parameters:
      ifMatch - ETag of the Entity. Not required when creating an entity, but required when updating an entity.
      Returns:
      the next definition stage.