Interface TriggerResource.UpdateStages.WithIfMatch

All Known Subinterfaces:
TriggerResource.Update
Enclosing interface:
TriggerResource.UpdateStages

public static interface TriggerResource.UpdateStages.WithIfMatch
The stage of the TriggerResource update allowing to specify ifMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: ETag of the trigger entity.
  • Method Details

    • withIfMatch

      TriggerResource.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update..
      Parameters:
      ifMatch - ETag of the trigger entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.
      Returns:
      the next definition stage.