Udostępnij za pośrednictwem


TopicSpace.Update Interface

Implements

public static interface TopicSpace.Update
extends WithDescription, WithTopicTemplates

The template for TopicSpace update.

Method Summary

Modifier and Type Method and Description
abstract TopicSpace apply()

Executes the update request.

abstract TopicSpace apply(Context context)

Executes the update request.

Method Details

apply

public abstract TopicSpace apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract TopicSpace apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to