Uses of Enum Class
com.sas.lsaf.messaging.subscription.SubscriptionEvent
Packages that use SubscriptionEvent
Package
Description
The service for creating and retrieving subscriptions.
-
Uses of SubscriptionEvent in com.sas.lsaf.messaging.subscription
Methods in com.sas.lsaf.messaging.subscription that return SubscriptionEventModifier and TypeMethodDescriptionSubscription.getEvent()Gets the path of the object for the subscription.static SubscriptionEventReturns the enum constant of this class with the specified name.static SubscriptionEvent[]SubscriptionEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.messaging.subscription with parameters of type SubscriptionEventModifier and TypeMethodDescriptionvoidSubscription.setEvent(SubscriptionEvent event) Sets the event for the subscription.Method parameters in com.sas.lsaf.messaging.subscription with type arguments of type SubscriptionEventModifier and TypeMethodDescriptionSubscriptionService.setSubscriptions(String path, Set<SubscriptionEvent> events) Sets the subscriptions for the path for the current user.Constructors in com.sas.lsaf.messaging.subscription with parameters of type SubscriptionEventModifierConstructorDescriptionSubscription(String path, SubscriptionEvent event) The constructor.