Interface ScheduledAction.UpdateStages.WithIfMatch
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithIfMatch
The stage of the ScheduledAction update 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.
-