Uses of Class
org.jivesoftware.smack.packet.RosterPacket.ItemType

Packages that use RosterPacket.ItemType
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of RosterPacket.ItemType in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return RosterPacket.ItemType
 RosterPacket.ItemType RosterEntry.getType()
          Returns the roster subscription type of the entry.
 

Uses of RosterPacket.ItemType in org.jivesoftware.smack.packet
 

Methods in org.jivesoftware.smack.packet that return RosterPacket.ItemType
 RosterPacket.ItemType RosterPacket.Item.getItemType()
          Returns the roster item type.
static RosterPacket.ItemType RosterPacket.ItemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RosterPacket.ItemType[] RosterPacket.ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smack.packet with parameters of type RosterPacket.ItemType
 void RosterPacket.Item.setItemType(RosterPacket.ItemType itemType)
          Sets the roster item type.