Interface DatasetResource.UpdateStages.WithIfMatch

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

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

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

    • withIfMatch

      DatasetResource.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the dataset 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 dataset 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.