View.DefinitionStages.WithEtag Interface
public static interface View.DefinitionStages.WithEtag
The stage of the View definition allowing to specify etag.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withEtag(String etag)
Specifies the etag property: e |
Method Details
withEtag
public abstract View.DefinitionStages.WithCreate withEtag(String etag)
Specifies the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not..
Parameters:
Returns: