Interface CertificateContract.UpdateStages.WithIfMatch

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

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

    • withIfMatch

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