Interface EventSubscription.UpdateStages.WithFilter
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithFilterThe stage of the EventSubscription update allowing to specify filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithFilter(EventSubscriptionFilter filter)Specifies the filter property: Information about the filter for the event subscription..
-
-
-
Method Detail
-
withFilter
EventSubscription.Update withFilter(EventSubscriptionFilter filter)
Specifies the filter property: Information about the filter for the event subscription..- Parameters:
filter- Information about the filter for the event subscription.- Returns:
- the next definition stage.
-
-