Interface EventSubscription.UpdateStages.WithEventDeliverySchema

All Known Subinterfaces:
EventSubscription.Update
Enclosing interface:
EventSubscription.UpdateStages

public static interface EventSubscription.UpdateStages.WithEventDeliverySchema
The stage of the EventSubscription update allowing to specify eventDeliverySchema.
  • Method Details

    • 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.