Standard.DefinitionStages.WithEtag Interface

public static interface Standard.DefinitionStages.WithEtag

The stage of the Standard definition allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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.DefinitionStages.WithCreate 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