Interface View.DefinitionStages.WithEtag

All Known Subinterfaces:
View.Definition, View.DefinitionStages.WithCreate
Enclosing interface:
View.DefinitionStages

public static interface View.DefinitionStages.WithEtag
The stage of the View definition allowing to specify etag.
  • Method Details

    • withEtag

      Specifies the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not..
      Parameters:
      etag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
      Returns:
      the next definition stage.