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

Packages that use RosterPacket.ItemStatus
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.ItemStatus in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return RosterPacket.ItemStatus
 RosterPacket.ItemStatus RosterEntry.getStatus()
          Returns the roster subscription status of the entry.
 

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

Fields in org.jivesoftware.smack.packet declared as RosterPacket.ItemStatus
static RosterPacket.ItemStatus RosterPacket.ItemStatus.SUBSCRIPTION_PENDING
          Request to subcribe.
static RosterPacket.ItemStatus RosterPacket.ItemStatus.UNSUBSCRIPTION_PENDING
          Request to unsubscribe.
 

Methods in org.jivesoftware.smack.packet that return RosterPacket.ItemStatus
static RosterPacket.ItemStatus RosterPacket.ItemStatus.fromString(java.lang.String value)
           
 RosterPacket.ItemStatus RosterPacket.Item.getItemStatus()
          Returns the roster item status.
 

Methods in org.jivesoftware.smack.packet with parameters of type RosterPacket.ItemStatus
 void RosterPacket.Item.setItemStatus(RosterPacket.ItemStatus itemStatus)
          Sets the roster item status.