|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subscription.State | |
---|---|
org.jivesoftware.smackx.pubsub |
Uses of Subscription.State in org.jivesoftware.smackx.pubsub |
---|
Methods in org.jivesoftware.smackx.pubsub that return Subscription.State | |
---|---|
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 | |
---|---|
Subscription(java.lang.String 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(java.lang.String 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |