Share via


ClientGroup.Update Interface

Implements

public static interface ClientGroup.Update
extends WithDescription, WithQuery

The template for ClientGroup update.

Method Summary

Modifier and Type Method and Description
abstract ClientGroup apply()

Executes the update request.

abstract ClientGroup apply(Context context)

Executes the update request.

Method Details

apply

public abstract ClientGroup apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract ClientGroup apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to