Interface CertificateContract.DefinitionStages.WithIfMatch
-
- All Known Subinterfaces:
CertificateContract.Definition
,CertificateContract.DefinitionStages.WithCreate
- Enclosing interface:
- CertificateContract.DefinitionStages
public static interface CertificateContract.DefinitionStages.WithIfMatch
The stage of the CertificateContract definition allowing to specify ifMatch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateContract.DefinitionStages.WithCreate
withIfMatch(String ifMatch)
Specifies the ifMatch property: ETag of the Entity.
-
-
-
Method Detail
-
withIfMatch
CertificateContract.DefinitionStages.WithCreate 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.
-
-