ConnectionSetting.DefinitionStages.WithEtag Interface

public static interface ConnectionSetting.DefinitionStages.WithEtag

The stage of the ConnectionSetting definition allowing to specify etag.

Method Summary

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

Specifies the etag property: Entity Tag.

Method Details

withEtag

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

Specifies the etag property: Entity Tag.

Parameters:

etag - Entity Tag.

Returns:

the next definition stage.

Applies to