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:
apply
public abstract Channel apply(Context context)
Executes the update request.
Parameters:
Returns: