Uses of Class
com.ngrok.services.EventSubscriptions.UpdateCallBuilder
-
Uses of EventSubscriptions.UpdateCallBuilder in com.ngrok.services
Modifier and TypeMethodDescriptionEventSubscriptions.UpdateCallBuilder.description
(String description) Arbitrary customer supplied information intended to be human readable.EventSubscriptions.UpdateCallBuilder.description
(Optional<String> description) Arbitrary customer supplied information intended to be human readable.EventSubscriptions.UpdateCallBuilder.destinationIds
(List<String> destinationIds) A list of Event Destination IDs which should be used for this Event Subscription.EventSubscriptions.UpdateCallBuilder.destinationIds
(Optional<List<String>> destinationIds) A list of Event Destination IDs which should be used for this Event Subscription.Arbitrary customer supplied information intended to be machine readable.Arbitrary customer supplied information intended to be machine readable.EventSubscriptions.UpdateCallBuilder.sources
(List<EventSourceReplace> sources) Sources containing the types for which this event subscription will triggerEventSubscriptions.UpdateCallBuilder.sources
(Optional<List<EventSourceReplace>> sources) Sources containing the types for which this event subscription will triggerUpdate an Event Subscription.