Budget.UpdateStages.WithEtag Interface

public static interface Budget.UpdateStages.WithEtag

The stage of the Budget update allowing to specify etag.

Method Summary

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

Specifies the etag property: eTag of the resource.

Method Details

withEtag

public abstract Budget.Update withEtag(String etag)

Specifies the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not..

Parameters:

etag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Returns:

the next definition stage.

Applies to