Assignment.DefinitionStages.WithEtag Interface
public static interface Assignment.DefinitionStages.WithEtag
The stage of the Assignment definition allowing to specify etag.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
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 Assignment.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:
Returns: