Interface ScheduledAction.DefinitionStages.WithIfMatch
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithIfMatch
The stage of the ScheduledAction 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. Optional when updating an entity and can be specified to achieve optimistic concurrency..- Parameters:
ifMatch- ETag of the Entity. Not required when creating an entity. Optional when updating an entity and can be specified to achieve optimistic concurrency.- Returns:
- the next definition stage.
-