次の方法で共有


OrganizationResource.Update Interface

Implements

public static interface OrganizationResource.Update
extends WithTags

The template for OrganizationResource update.

Method Summary

Modifier and Type Method and Description
abstract OrganizationResource apply()

Executes the update request.

abstract OrganizationResource apply(Context context)

Executes the update request.

Method Details

apply

public abstract OrganizationResource apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract OrganizationResource apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to