Standard.UpdateStages.WithEtag Interface

public static interface Standard.UpdateStages.WithEtag

The stage of the Standard update allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract Update withEtag(String etag)

Specifies the etag property: Entity tag is used for comparing two or more entities from the same requested resource..

Method Details

withEtag

public abstract Standard.Update withEtag(String etag)

Specifies the etag property: Entity tag is used for comparing two or more entities from the same requested resource..

Parameters:

etag - Entity tag is used for comparing two or more entities from the same requested resource.

Returns:

the next definition stage.

Applies to