ProtectedItemResource.DefinitionStages.WithEtag Interface

public static interface ProtectedItemResource.DefinitionStages.WithEtag

The stage of the ProtectedItemResource definition allowing to specify etag.

Method Summary

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

Specifies the etag property: Optional ETag..

Method Details

withEtag

public abstract ProtectedItemResource.DefinitionStages.WithCreate withEtag(String etag)

Specifies the etag property: Optional ETag..

Parameters:

etag - Optional ETag.

Returns:

the next definition stage.

Applies to