Subscription.UpdateStages.WithEventDeliverySchema Interface
public static interface Subscription.UpdateStages.WithEventDeliverySchema
The stage of the Subscription update allowing to specify eventDeliverySchema.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withEventDeliverySchema(DeliverySchema eventDeliverySchema)
Specifies the event |
Method Details
withEventDeliverySchema
public abstract Subscription.Update withEventDeliverySchema(DeliverySchema eventDeliverySchema)
Specifies the eventDeliverySchema property: The event delivery schema for the event subscription..
Parameters:
Returns: