Share via


CustomerSubscription.DefinitionStages.WithEtag Interface

public static interface CustomerSubscription.DefinitionStages.WithEtag

The stage of the CustomerSubscription definition allowing to specify etag.

Method Summary

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

Specifies the etag property: The entity tag used for optimistic concurrency when modifying the resource..

Method Details

withEtag

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

Specifies the etag property: The entity tag used for optimistic concurrency when modifying the resource..

Parameters:

etag - The entity tag used for optimistic concurrency when modifying the resource.

Returns:

the next definition stage.

Applies to