Configuration.Update Interface

Implements

public static interface Configuration.Update
extends WithValue, WithSource

The template for Configuration update.

Method Summary

Modifier and Type Method and Description
abstract Configuration apply()

Executes the update request.

abstract Configuration apply(Context context)

Executes the update request.

Method Details

apply

public abstract Configuration apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Configuration apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to