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