Project.DefinitionStages.WithEtag Interface
public static interface Project.DefinitionStages.WithEtag
The stage of the Project definition allowing to specify etag.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withEtag(String etag)
Specifies the etag property: HTTP strong entity tag value. |
Method Details
withEtag
public abstract Project.DefinitionStages.WithCreate withEtag(String etag)
Specifies the etag property: HTTP strong entity tag value. This is ignored if submitted..
Parameters:
Returns: