Interface JobResource.UpdateStages.WithIfMatch

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

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

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: Defines the If-Match condition.
  • Method Details

    • withIfMatch

      JobResource.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: Defines the If-Match condition. The patch will be performed only if the ETag of the job on the server matches this value..
      Parameters:
      ifMatch - Defines the If-Match condition. The patch will be performed only if the ETag of the job on the server matches this value.
      Returns:
      the next definition stage.