Interface EventSubscription.UpdateStages.WithEventDeliverySchema
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithEventDeliverySchemaThe stage of the EventSubscription update allowing to specify eventDeliverySchema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithEventDeliverySchema(EventDeliverySchema eventDeliverySchema)Specifies the eventDeliverySchema property: The event delivery schema for the event subscription..
-
-
-
Method Detail
-
withEventDeliverySchema
EventSubscription.Update withEventDeliverySchema(EventDeliverySchema eventDeliverySchema)
Specifies the eventDeliverySchema property: The event delivery schema for the event subscription..- Parameters:
eventDeliverySchema- The event delivery schema for the event subscription.- Returns:
- the next definition stage.
-
-