Channel.Update Interface

Implements

public static interface Channel.Update
extends WithChannelType, WithPartnerTopicInfo, WithMessageForActivation, WithProvisioningState, WithReadinessState, WithExpirationTimeIfNotActivatedUtc

The template for Channel update.

Method Summary

Modifier and Type Method and Description
abstract Channel apply()

Executes the update request.

abstract Channel apply(Context context)

Executes the update request.

Method Details

apply

public abstract Channel apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Channel apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to