Input.UpdateStages.WithIfMatch Interface

public static interface Input.UpdateStages.WithIfMatch

The stage of the Input update allowing to specify ifMatch.

Method Summary

Modifier and Type Method and Description
abstract Update withIfMatch(String ifMatch)

Specifies the ifMatch property: The ETag of the input.

Method Details

withIfMatch

public abstract Input.Update withIfMatch(String ifMatch)

Specifies the ifMatch property: The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes..

Parameters:

ifMatch - The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

Returns:

the next definition stage.

Applies to