Interface AccessInformationContract.DefinitionStages.WithIfMatch

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

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

    • withIfMatch

      Specifies the ifMatch property: ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update..
      Parameters:
      ifMatch - ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.
      Returns:
      the next definition stage.