Uses of Class
twitter4j.json.JSONObjectType

Packages that use JSONObjectType
twitter4j.json   
 

Uses of JSONObjectType in twitter4j.json
 

Fields in twitter4j.json declared as JSONObjectType
static JSONObjectType JSONObjectType.BLOCK
           
static JSONObjectType JSONObjectType.DELETE
           
static JSONObjectType JSONObjectType.DIRECT_MESSAGE
           
static JSONObjectType JSONObjectType.FAVORITE
           
static JSONObjectType JSONObjectType.FOLLOW
           
static JSONObjectType JSONObjectType.FRIENDS
           
static JSONObjectType JSONObjectType.LIMIT
           
static JSONObjectType JSONObjectType.RETWEET
           
static JSONObjectType JSONObjectType.SCRUB_GEO
           
static JSONObjectType JSONObjectType.SENDER
           
static JSONObjectType JSONObjectType.STATUS
           
static JSONObjectType JSONObjectType.UNBLOCK
           
static JSONObjectType JSONObjectType.UNFAVORITE
           
static JSONObjectType JSONObjectType.UNFOLLOW
           
static JSONObjectType JSONObjectType.USER_LIST_CREATED
           
static JSONObjectType JSONObjectType.USER_LIST_DESTROYED
           
static JSONObjectType JSONObjectType.USER_LIST_MEMBER_ADDED
           
static JSONObjectType JSONObjectType.USER_LIST_MEMBER_DELETED
           
static JSONObjectType JSONObjectType.USER_LIST_SUBSCRIBED
           
static JSONObjectType JSONObjectType.USER_LIST_UNSUBSCRIBED
           
static JSONObjectType JSONObjectType.USER_LIST_UPDATED
           
static JSONObjectType JSONObjectType.USER_UPDATE
           
 

Methods in twitter4j.json that return JSONObjectType
static JSONObjectType JSONObjectType.determine(twitter4j.internal.org.json.JSONObject json)
          Determine the respective object type for a given JSONObject.
 



Copyright © 2011. All Rights Reserved.