Interface DatasetResource.DefinitionStages.WithIfMatch

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

public static interface DatasetResource.DefinitionStages.WithIfMatch
The stage of the DatasetResource definition allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      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.