Interface ProductContract.DefinitionStages.WithIfMatch

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

public static interface ProductContract.DefinitionStages.WithIfMatch
The stage of the ProductContract 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.