Budget.Update Interface

Implements

public static interface Budget.Update
extends WithEtag, WithCategory, WithAmount, WithTimeGrain, WithTimePeriod, WithFilter, WithNotifications

The template for Budget update.

Method Summary

Modifier and Type Method and Description
abstract Budget apply()

Executes the update request.

abstract Budget apply(Context context)

Executes the update request.

Method Details

apply

public abstract Budget apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Budget apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to