Uses of Enum
org.jivesoftware.smackx.pubsub.Subscription.State
Packages that use Subscription.State
-
Uses of Subscription.State in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as Subscription.StateMethods in org.jivesoftware.smackx.pubsub that return Subscription.StateModifier 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.Constructors in org.jivesoftware.smackx.pubsub with parameters of type Subscription.StateModifierConstructorDescriptionSubscription
(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.