Interface GlobalSchemaContract.UpdateStages.WithIfMatch

All Known Subinterfaces:
GlobalSchemaContract.Update
Enclosing interface:
GlobalSchemaContract.UpdateStages

public static interface GlobalSchemaContract.UpdateStages.WithIfMatch
The stage of the GlobalSchemaContract update allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      GlobalSchemaContract.Update withIfMatch(String ifMatch)
      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.