Interface SchemaContract.UpdateStages.WithIfMatch

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

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

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: ETag of the Entity.
  • Method Details

    • withIfMatch

      SchemaContract.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.