Uses of Enum
org.jivesoftware.smackx.pubsub.Subscription.State
-
Uses of Subscription.State in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionSubscription.getState()
Gets the current subscription state.static Subscription.State
Returns the enum constant of this type with the specified name.static Subscription.State[]
Subscription.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionSubscription
(Jid jid, String nodeId, String subscriptionId, Subscription.State state) Constructs a representation of a subscription reply to the specified node and JID.Subscription
(Jid jid, String nodeId, String subscriptionId, Subscription.State state, boolean configRequired) Constructs a representation of a subscription reply to the specified node and JID.Subscription
(Jid subscriptionJid, Subscription.State state) Construct a subscription change request to the specified state.