Assignment.UpdateStages.WithEtag Interface

public static interface Assignment.UpdateStages.WithEtag

The stage of the Assignment update allowing to specify etag.

Method Summary

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