Interface PolicyFragmentContract.UpdateStages.WithIfMatch

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

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

    • withIfMatch

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