Uses of Class
org.jivesoftware.smackx.pubsub.Subscription.State
-
Packages that use Subscription.State Package Description org.jivesoftware.smackx.pubsub Smack's API for XEP-0060: Publish-Subscribe. -
-
Uses of Subscription.State in org.jivesoftware.smackx.pubsub
Fields in org.jivesoftware.smackx.pubsub declared as Subscription.State Modifier and Type Field Description protected Subscription.State
Subscription. state
Methods in org.jivesoftware.smackx.pubsub that return Subscription.State Modifier and Type Method Description Subscription.State
Subscription. getState()
Gets the current subscription state.static Subscription.State
Subscription.State. valueOf(java.lang.String name)
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.State Constructor Description Subscription(Jid jid, java.lang.String nodeId, java.lang.String subscriptionId, Subscription.State state)
Constructs a representation of a subscription reply to the specified node and JID.Subscription(Jid jid, java.lang.String nodeId, java.lang.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.
-