Interface ProjectTask.UpdateStages.WithEtag

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

public static interface ProjectTask.UpdateStages.WithEtag
The stage of the ProjectTask update allowing to specify etag.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the etag property: HTTP strong entity tag value.
  • Method Details

    • withEtag

      ProjectTask.Update withEtag(String etag)
      Specifies the etag property: HTTP strong entity tag value. This is ignored if submitted..
      Parameters:
      etag - HTTP strong entity tag value. This is ignored if submitted.
      Returns:
      the next definition stage.