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 Type
    Method
    Description
    Specifies the ifMatch property: ETag of the Entity.
  • Method Details

    • withIfMatch

      ScheduledAction.Update withIfMatch(String ifMatch)
      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.