次の方法で共有


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 eventDeliverySchema property: The event delivery schema for the event subscription..

Method Details

withEventDeliverySchema

public abstract Subscription.Update withEventDeliverySchema(DeliverySchema 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.

Applies to