Uses of Class
org.jivesoftware.smack.Roster.SubscriptionMode

Packages that use Roster.SubscriptionMode
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of Roster.SubscriptionMode in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return Roster.SubscriptionMode
static Roster.SubscriptionMode Roster.getDefaultSubscriptionMode()
          Returns the default subscription processing mode to use when a new Roster is created.
 Roster.SubscriptionMode Roster.getSubscriptionMode()
          Returns the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.
static Roster.SubscriptionMode Roster.SubscriptionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Roster.SubscriptionMode[] Roster.SubscriptionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smack with parameters of type Roster.SubscriptionMode
static void Roster.setDefaultSubscriptionMode(Roster.SubscriptionMode subscriptionMode)
          Sets the default subscription processing mode to use when a new Roster is created.
 void Roster.setSubscriptionMode(Roster.SubscriptionMode subscriptionMode)
          Sets the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.