A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AccessToken - Class in com.sola.instagram.auth
 
AccessToken(String) - Constructor for class com.sola.instagram.auth.AccessToken
 
accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
AMP - Static variable in class org.json.XML
The Character '&'.
API_ROOT - Static variable in class com.sola.instagram.io.UriFactory
 
APIMethod - Class in com.sola.instagram.io
 
APIMethod() - Constructor for class com.sola.instagram.io.APIMethod
 
APIMethod(String) - Constructor for class com.sola.instagram.io.APIMethod
 
APOS - Static variable in class org.json.XML
The Character '''.
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
array() - Method in class org.json.JSONWriter
Begin appending a new array.

B

back() - Method in class org.json.JSONTokener
Back up one character.
BANG - Static variable in class org.json.XML
The Character '!'.
bio - Variable in class com.sola.instagram.model.User
 
build(String) - Method in class com.sola.instagram.auth.InstagramAuthentication
 

C

call() - Method in class com.sola.instagram.io.APIMethod
 
caption - Variable in class com.sola.instagram.model.Media
Caption object representing this media's caption
CDL - Class in org.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class org.json.CDL
 
com - package com
 
com.sola.instagram - package com.sola.instagram
 
com.sola.instagram.auth - package com.sola.instagram.auth
 
com.sola.instagram.exception - package com.sola.instagram.exception
 
com.sola.instagram.io - package com.sola.instagram.io
 
com.sola.instagram.model - package com.sola.instagram.model
 
com.sola.instagram.util - package com.sola.instagram.util
 
Comment - Class in com.sola.instagram.model
 
Comment(JSONObject, String) - Constructor for class com.sola.instagram.model.Comment
 
comments - Variable in class com.sola.instagram.model.Media
List of lazyloaded Comment objects for this media
constructUri(String, HashMap<String, Object>, boolean) - Method in class com.sola.instagram.util.UriConstructor
 
Cookie - Class in org.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class org.json.Cookie
 
CookieList - Class in org.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class org.json.CookieList
 
createdTimestamp - Variable in class com.sola.instagram.model.Media
The creation timestamp as a string
CRLF - Static variable in class org.json.HTTP
Carriage return/line feed.

D

dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
DELETE_MEDIA_COMMENT - Static variable in class com.sola.instagram.io.UriFactory.Comments
 
DeleteMethod - Class in com.sola.instagram.io
 
DeleteMethod() - Constructor for class com.sola.instagram.io.DeleteMethod
 
DeleteMethod(String) - Constructor for class com.sola.instagram.io.DeleteMethod
 
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.

E

end() - Method in class org.json.JSONTokener
 
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
entity - Static variable in class org.json.XMLTokener
The table of entity values.
EQ - Static variable in class org.json.XML
The Character '='.
equals(Object) - Method in class com.sola.instagram.model.Comment
Checks if two comment objects are equal
equals(Object) - Method in class com.sola.instagram.model.Location
Checks if two location objects are equal
equals(Object) - Method in class com.sola.instagram.model.Media.Caption
Checks if two caption objects are equal
equals(Object) - Method in class com.sola.instagram.model.Media
Checks if two media objects are equal
equals(Object) - Method in class com.sola.instagram.model.Media.Image
Checks if two image objects are equal
equals(Object) - Method in class com.sola.instagram.model.Relationship
Checks if two relationship objects are equal.
equals(Object) - Method in class com.sola.instagram.model.Tag
Checks if two tags objects are equal
equals(Object) - Method in class com.sola.instagram.model.User
 
equals(Object) - Method in class com.sola.instagram.model.VideoMedia.Video
Checks if two video objects are equal
escape(String) - Static method in class org.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.json.XML
Replace special characters with XML escapes:

F

fetch() - Method in class com.sola.instagram.util.PaginationIterator
 
filter - Variable in class com.sola.instagram.model.Media
The image filter
followerCount - Variable in class com.sola.instagram.model.User
 
followingCount - Variable in class com.sola.instagram.model.User
 
fromJSON(JSONObject, String) - Static method in class com.sola.instagram.model.Media
 
fullName - Variable in class com.sola.instagram.model.User
 

G

get(int) - Method in class com.sola.instagram.util.PaginatedCollection
 
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
GET_ACCESS_TOKEN - Static variable in class com.sola.instagram.io.UriFactory.Auth
 
GET_DATA - Static variable in class com.sola.instagram.io.UriFactory.Users
 
GET_FEED - Static variable in class com.sola.instagram.io.UriFactory.Users
 
GET_FOLLOW_REQUESTS - Static variable in class com.sola.instagram.io.UriFactory.Relationships
 
GET_FOLLOWERS - Static variable in class com.sola.instagram.io.UriFactory.Relationships
 
GET_FOLLOWS - Static variable in class com.sola.instagram.io.UriFactory.Relationships
 
GET_LIKED_MEDIA - Static variable in class com.sola.instagram.io.UriFactory.Users
 
GET_LIKERS - Static variable in class com.sola.instagram.io.UriFactory.Likes
 
GET_LOCATION - Static variable in class com.sola.instagram.io.UriFactory.Locations
 
GET_MEDIA - Static variable in class com.sola.instagram.io.UriFactory.Media
 
GET_MEDIA_COMMENTS - Static variable in class com.sola.instagram.io.UriFactory.Comments
 
GET_MEDIA_FROM_LOCATION - Static variable in class com.sola.instagram.io.UriFactory.Locations
 
GET_POPULAR_MEDIA - Static variable in class com.sola.instagram.io.UriFactory.Media
 
GET_RECENT_MEDIA - Static variable in class com.sola.instagram.io.UriFactory.Users
 
GET_RECENT_TAGED_MEDIA - Static variable in class com.sola.instagram.io.UriFactory.Tags
 
GET_RELATIONSHIP_STATUS - Static variable in class com.sola.instagram.io.UriFactory.Relationships
 
GET_TAG - Static variable in class com.sola.instagram.io.UriFactory.Tags
 
getAccessToken() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getAccessToken() - Method in class com.sola.instagram.InstagramSession
 
getAccessToken() - Method in class com.sola.instagram.model.InstagramModel
 
getAuthenticatedUser() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getAuthorizationUri() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getBio() - Method in class com.sola.instagram.model.User
 
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getCaption() - Method in class com.sola.instagram.model.Media
Returns the Caption object representing this media's caption
getCause() - Method in exception org.json.JSONException
 
getClientId() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getClientSecret() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getComments() - Method in class com.sola.instagram.model.Media
Lazy-loads and returns a list of comments for this media
getCreatedTimestamp() - Method in class com.sola.instagram.model.Comment
 
getCreatedTimestamp() - Method in class com.sola.instagram.model.Media.Caption
Returns the caption's creation timestamp as a string
getCreatedTimestamp() - Method in class com.sola.instagram.model.Media
Returns this media's creation timestamp a string
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getFeed() - Method in class com.sola.instagram.InstagramSession
Gets the recent media in the current user's feed
getFilter() - Method in class com.sola.instagram.model.Media
Returns the type filter for this media's image
getFollowerCount() - Method in class com.sola.instagram.model.User
 
getFollowers(int) - Method in class com.sola.instagram.InstagramSession
 
getFollowingCount() - Method in class com.sola.instagram.model.User
 
getFollowRequests() - Method in class com.sola.instagram.InstagramSession
 
getFollows(int) - Method in class com.sola.instagram.InstagramSession
Gets a list of users that the user, whose id is passed, follows.
getFrom() - Method in class com.sola.instagram.model.Media.Caption
Returns the creator of this caption
getFullName() - Method in class com.sola.instagram.model.User
 
getHeigth() - Method in class com.sola.instagram.model.Media.Image
Returns the height of this image
getHeigth() - Method in class com.sola.instagram.model.VideoMedia.Video
Returns the height of this video
getId() - Method in class com.sola.instagram.model.Comment
 
getId() - Method in class com.sola.instagram.model.Location
 
getId() - Method in class com.sola.instagram.model.Media.Caption
Returns id of this caption
getId() - Method in class com.sola.instagram.model.Media
Returns the id of this media
getId() - Method in class com.sola.instagram.model.User
 
getIncomingStatus() - Method in class com.sola.instagram.model.Relationship
 
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
getJSON() - Method in class com.sola.instagram.io.RequestResponse
 
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getLatitude() - Method in class com.sola.instagram.model.Location
 
getLikedMedia() - Method in class com.sola.instagram.InstagramSession
Gets the recent media that the current user has liked.
getLikers() - Method in class com.sola.instagram.model.Media
Lazy-Loads and returns a list of users who have liked this media
getLink() - Method in class com.sola.instagram.model.Media
Returns the url link to this media
getLocation(int) - Method in class com.sola.instagram.InstagramSession
 
getLocation() - Method in class com.sola.instagram.model.Media
Returns the Location object representing location that this media was created
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getLongitude() - Method in class com.sola.instagram.model.Location
 
getLowResolutionImage() - Method in class com.sola.instagram.model.Media
Returns the low resolution image for this media
getLowResolutionVideo() - Method in class com.sola.instagram.model.VideoMedia
 
getMedia(String) - Method in class com.sola.instagram.InstagramSession
Gets the media with the id passed.
getMediaCount() - Method in class com.sola.instagram.model.Tag
 
getMediaCount() - Method in class com.sola.instagram.model.User
 
GetMethod - Class in com.sola.instagram.io
 
GetMethod() - Constructor for class com.sola.instagram.io.GetMethod
 
GetMethod(String) - Constructor for class com.sola.instagram.io.GetMethod
 
getMethodUri() - Method in class com.sola.instagram.io.APIMethod
 
getName() - Method in class com.sola.instagram.model.Location
 
getName() - Method in class com.sola.instagram.model.Tag
 
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getOutgoingStatus() - Method in class com.sola.instagram.model.Relationship
 
getPopularMedia() - Method in class com.sola.instagram.InstagramSession
Finds and returns the most popular media on instagram.
getPostParameters() - Method in class com.sola.instagram.io.PostMethod
 
getProfilePictureURI() - Method in class com.sola.instagram.model.User
 
getRecentMediaForTag(String) - Method in class com.sola.instagram.InstagramSession
 
getRecentMediaFromLocation(int) - Method in class com.sola.instagram.InstagramSession
 
getRecentPublishedMedia(int) - Method in class com.sola.instagram.InstagramSession
Finds and returns the most recent media published by the user with the id passed.
getRedirectUri() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getRelationshipWith(int) - Method in class com.sola.instagram.InstagramSession
 
getResponseString() - Method in class com.sola.instagram.io.RequestResponse
 
getScope() - Method in class com.sola.instagram.auth.InstagramAuthentication
 
getSender() - Method in class com.sola.instagram.model.Comment
 
getStandardResolutionImage() - Method in class com.sola.instagram.model.Media
Returns the standard resolution image for this media
getStandardResolutionVideo() - Method in class com.sola.instagram.model.VideoMedia
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getTag(String) - Method in class com.sola.instagram.InstagramSession
 
getTags() - Method in class com.sola.instagram.model.Media
Returns a list of tags (as strings) used in this media
getText() - Method in class com.sola.instagram.model.Comment
 
getText() - Method in class com.sola.instagram.model.Media.Caption
Returns the text for this caption
getThumbnailImage() - Method in class com.sola.instagram.model.Media
Returns the thumbnail image for this media
getTokenString() - Method in class com.sola.instagram.auth.AccessToken
 
getType() - Method in class com.sola.instagram.io.APIMethod
 
getType() - Method in class com.sola.instagram.model.Media
Returns the type of this media
getUri() - Method in class com.sola.instagram.model.Media.Image
Returns the url link to this image
getUri() - Method in class com.sola.instagram.model.VideoMedia.Video
Returns the url link to this video
getUser() - Method in class com.sola.instagram.model.Media
Returns the User object of this media's creator
getUser() - Method in class com.sola.instagram.model.Media.UserPhotoTag
 
getUserById(int) - Method in class com.sola.instagram.InstagramSession
Finds and returns a user with the given id.
getUserName() - Method in class com.sola.instagram.model.User
 
getUsersInPhoto() - Method in class com.sola.instagram.model.Media
Returns a list of tags (as strings) used in this media
getWebsite() - Method in class com.sola.instagram.model.User
 
getWidth() - Method in class com.sola.instagram.model.Media.Image
Returns the width of this image
getWidth() - Method in class com.sola.instagram.model.VideoMedia.Video
Returns the width of this video
getX() - Method in class com.sola.instagram.model.Media.UserPhotoTag
 
getY() - Method in class com.sola.instagram.model.Media.UserPhotoTag
 
GT - Static variable in class org.json.XML
The Character '>'.

H

handleLoad(JSONArray) - Method in class com.sola.instagram.util.PaginationIterator
 
has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
hasNext() - Method in class com.sola.instagram.util.PaginationIterator
 
hasProxy() - Static method in class com.sola.instagram.io.APIMethod
 
HTTP - Class in org.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class org.json.HTTP
 
HTTPTokener - Class in org.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class org.json.HTTPTokener
Construct an HTTPTokener from a string.

I

id - Variable in class com.sola.instagram.model.Media
Id of this media as a string
id - Variable in class com.sola.instagram.model.User
 
ImageMedia - Class in com.sola.instagram.model
 
ImageMedia(JSONObject, String) - Constructor for class com.sola.instagram.model.ImageMedia
 
increment(String) - Method in class org.json.JSONObject
Increment a property of a JSONObject.
index - Variable in class com.sola.instagram.util.PaginationIterator
 
InstagramAuthentication - Class in com.sola.instagram.auth
 
InstagramAuthentication() - Constructor for class com.sola.instagram.auth.InstagramAuthentication
 
InstagramException - Exception in com.sola.instagram.exception
 
InstagramException(String) - Constructor for exception com.sola.instagram.exception.InstagramException
 
InstagramModel - Class in com.sola.instagram.model
 
InstagramModel(JSONObject, String) - Constructor for class com.sola.instagram.model.InstagramModel
 
InstagramSession - Class in com.sola.instagram
Constains a methods used to interact with the API.
InstagramSession() - Constructor for class com.sola.instagram.InstagramSession
 
InstagramSession(AccessToken) - Constructor for class com.sola.instagram.InstagramSession
Creates a new Instagram session
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
iterator() - Method in class com.sola.instagram.util.PaginatedCollection
 

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONML - Class in org.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.json.JSONML
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class org.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
likeMedia(String) - Method in class com.sola.instagram.InstagramSession
 
likers - Variable in class com.sola.instagram.model.Media
List of lazyloaded User objects for users who liked the media
link - Variable in class com.sola.instagram.model.Media
The link for this media
list - Variable in class com.sola.instagram.util.PaginationIterator
 
Location - Class in com.sola.instagram.model
 
Location(JSONObject, String) - Constructor for class com.sola.instagram.model.Location
 
location - Variable in class com.sola.instagram.model.Media
Location object representing where this media was created
lowResolutionImage - Variable in class com.sola.instagram.model.Media
Low resolution image version of the media's image
lowResolutionVideo - Variable in class com.sola.instagram.model.VideoMedia
Low resolution version of the media's video
LT - Static variable in class org.json.XML
The Character '<'.

M

Main - Class in com
 
Main() - Constructor for class com.Main
 
main(String[]) - Static method in class com.Main
 
Media - Class in com.sola.instagram.model
Object for a piece of Media with the JSON representation
Media(JSONObject, String) - Constructor for class com.sola.instagram.model.Media
Makes a new Media object out of a JSONObject
Media.Caption - Class in com.sola.instagram.model
Object for a media caption with the JSON representation
Media.Caption(JSONObject) - Constructor for class com.sola.instagram.model.Media.Caption
Makes a new caption object out of a JSONObject
Media.Filters - Enum in com.sola.instagram.model
Types of image filters
Media.Image - Class in com.sola.instagram.model
Object for a media image with the JSON representation
Media.Image(JSONObject) - Constructor for class com.sola.instagram.model.Media.Image
Makes a new Image object out of a JSONObject
Media.UserPhotoTag - Class in com.sola.instagram.model
Object for a user photo tag with the JSON representation
Media.UserPhotoTag(JSONObject) - Constructor for class com.sola.instagram.model.Media.UserPhotoTag
Makes a new UserPhotoTag object out of a JSONObject
mediaCount - Variable in class com.sola.instagram.model.User
 
mode - Variable in class org.json.JSONWriter
The current mode.
modifyRelationship(int, Relationship.Action) - Method in class com.sola.instagram.InstagramSession
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
MUTATE_RELATIONSHIP - Static variable in class com.sola.instagram.io.UriFactory.Relationships
 

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class com.sola.instagram.util.PaginationIterator
 
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class org.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class org.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class org.json.XMLTokener
Return the next entity.
nextMeta() - Method in class org.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class org.json.XMLTokener
Get the next XML Token.
nextUri - Variable in class com.sola.instagram.util.PaginationIterator
 
nextValue() - Method in class org.json.JSONTokener
Get the next value.
noSpace(String) - Static method in class org.json.XML
Throw an exception if the string contains whitespace.
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.

O

object() - Method in class org.json.JSONWriter
Begin appending a new object.
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
org.json - package org.json
 

P

PaginatedCollection<E> - Class in com.sola.instagram.util
 
PaginatedCollection(ArrayList<E>, PaginationIterator<E>) - Constructor for class com.sola.instagram.util.PaginatedCollection
 
paginationComplete() - Method in class com.sola.instagram.util.PaginationIterator
 
PaginationIterator<E> - Class in com.sola.instagram.util
 
PaginationIterator(ArrayList<E>, String) - Constructor for class com.sola.instagram.util.PaginationIterator
 
performRequest() - Method in class com.sola.instagram.io.APIMethod
 
performRequest() - Method in class com.sola.instagram.io.DeleteMethod
 
performRequest() - Method in class com.sola.instagram.io.GetMethod
 
performRequest() - Method in class com.sola.instagram.io.PostMethod
 
POST_MEDIA_COMMENT - Static variable in class com.sola.instagram.io.UriFactory.Comments
 
postComment(String, String) - Method in class com.sola.instagram.InstagramSession
 
PostMethod - Class in com.sola.instagram.io
 
PostMethod() - Constructor for class com.sola.instagram.io.PostMethod
 
PostMethod(String) - Constructor for class com.sola.instagram.io.PostMethod
 
profilePictureURI - Variable in class com.sola.instagram.model.User
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class org.json.XML
The Character '?'.
QUOT - Static variable in class org.json.XML
The Character '"'.
quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class org.json.JSONObject
 

R

Relationship - Class in com.sola.instagram.model
 
Relationship(JSONObject, String) - Constructor for class com.sola.instagram.model.Relationship
 
Relationship.Action - Enum in com.sola.instagram.model
 
Relationship.IncomingStatus - Enum in com.sola.instagram.model
 
Relationship.OutgoingStatus - Enum in com.sola.instagram.model
 
remove() - Method in class com.sola.instagram.util.PaginationIterator
 
remove(int) - Method in class org.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
REMOVE_LIKE - Static variable in class com.sola.instagram.io.UriFactory.Likes
 
removeComment(String, String) - Method in class com.sola.instagram.InstagramSession
 
removeHttpProxy() - Method in class com.sola.instagram.InstagramSession
 
removeMediaLike(String) - Method in class com.sola.instagram.InstagramSession
 
removeProxy() - Static method in class com.sola.instagram.io.APIMethod
 
RequestResponse - Class in com.sola.instagram.io
 
RequestResponse(String) - Constructor for class com.sola.instagram.io.RequestResponse
 
reset() - Method in class com.sola.instagram.util.PaginationIterator
 
rowToJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text row from a JSONArray.

S

SEARCH_LOCATIONS - Static variable in class com.sola.instagram.io.UriFactory.Locations
 
SEARCH_MEDIA - Static variable in class com.sola.instagram.io.UriFactory.Media
 
SEARCH_TAGS - Static variable in class com.sola.instagram.io.UriFactory.Tags
 
SEARCH_USER_BY_NAME - Static variable in class com.sola.instagram.io.UriFactory.Users
 
searchMedia(Object, Object, Object, Object, Object) - Method in class com.sola.instagram.InstagramSession
Searches for media by location and creation time.
searchTags(String) - Method in class com.sola.instagram.InstagramSession
 
searchUsersByName(String) - Method in class com.sola.instagram.InstagramSession
Searches for users by name.
SET_LIKE - Static variable in class com.sola.instagram.io.UriFactory.Likes
 
setAccessToken(AccessToken) - Method in class com.sola.instagram.auth.InstagramAuthentication
 
setAccessToken(String) - Method in class com.sola.instagram.InstagramSession
 
setAccessToken(String) - Method in class com.sola.instagram.model.InstagramModel
 
setBio(String) - Method in class com.sola.instagram.model.User
 
setCaption(Media.Caption) - Method in class com.sola.instagram.model.Media
 
setClientId(String) - Method in class com.sola.instagram.auth.InstagramAuthentication
 
setClientSecret(String) - Method in class com.sola.instagram.auth.InstagramAuthentication
 
setComments(List<Comment>) - Method in class com.sola.instagram.model.Media
 
setCreatedTimestamp(String) - Method in class com.sola.instagram.model.Comment
 
setCreatedTimestamp(String) - Method in class com.sola.instagram.model.Media.Caption
Sets the creation timestamp for this caption
setCreatedTimestamp(String) - Method in class com.sola.instagram.model.Media
 
setFilter(String) - Method in class com.sola.instagram.model.Media
 
setFollowerCount(int) - Method in class com.sola.instagram.model.User
 
setFollowingCount(int) - Method in class com.sola.instagram.model.User
 
setFrom(User) - Method in class com.sola.instagram.model.Media.Caption
Sets creator of this caption
setFullName(String) - Method in class com.sola.instagram.model.User
 
setHeigth(int) - Method in class com.sola.instagram.model.Media.Image
Sets this image's height
setHeigth(int) - Method in class com.sola.instagram.model.VideoMedia.Video
Sets this video's height
setHttpProxy(String, int) - Method in class com.sola.instagram.InstagramSession
 
setId(String) - Method in class com.sola.instagram.model.Comment
 
setId(int) - Method in class com.sola.instagram.model.Location
 
setId(String) - Method in class com.sola.instagram.model.Media.Caption
Sets creator of this caption
setId(String) - Method in class com.sola.instagram.model.Media
 
setId(int) - Method in class com.sola.instagram.model.User
 
setLatitude(Double) - Method in class com.sola.instagram.model.Location
 
setLikers(List<User>) - Method in class com.sola.instagram.model.Media
 
setLink(String) - Method in class com.sola.instagram.model.Media
 
setLocation(Location) - Method in class com.sola.instagram.model.Media
 
setLongitude(Double) - Method in class com.sola.instagram.model.Location
 
setLowResolutionImage(Media.Image) - Method in class com.sola.instagram.model.Media
 
setLowResolutionVideo(VideoMedia.Video) - Method in class com.sola.instagram.model.VideoMedia
 
setMediaCount(int) - Method in class com.sola.instagram.model.Tag
 
setMediaCount(int) - Method in class com.sola.instagram.model.User
 
setMethodURI(String) - Method in class com.sola.instagram.io.APIMethod
 
setName(String) - Method in class com.sola.instagram.model.Location
 
setName(String) - Method in class com.sola.instagram.model.Tag
 
setPostParameters(Map<String, Object>) - Method in class com.sola.instagram.io.PostMethod
 
setProfilePictureURI(String) - Method in class com.sola.instagram.model.User
 
setProxy(String, int) - Static method in class com.sola.instagram.io.APIMethod
 
setRedirectUri(String) - Method in class com.sola.instagram.auth.InstagramAuthentication
 
setResponseString(String) - Method in class com.sola.instagram.io.RequestResponse
 
setScope(String) - Method in class com.sola.instagram.auth.InstagramAuthentication
 
setSender(User) - Method in class com.sola.instagram.model.Comment
 
setSessionUser(User) - Method in class com.sola.instagram.auth.InstagramAuthentication
 
setStandardResolutionImage(Media.Image) - Method in class com.sola.instagram.model.Media
 
setStandardResolutionVideo(VideoMedia.Video) - Method in class com.sola.instagram.model.VideoMedia
 
setTags(List<String>) - Method in class com.sola.instagram.model.Media
 
setText(String) - Method in class com.sola.instagram.model.Comment
 
setText(String) - Method in class com.sola.instagram.model.Media.Caption
Sets the text for this caption
setThumbnailImage(Media.Image) - Method in class com.sola.instagram.model.Media
 
setTokenString(String) - Method in class com.sola.instagram.auth.AccessToken
 
setType(String) - Method in class com.sola.instagram.model.Media
 
setUri(String) - Method in class com.sola.instagram.model.Media.Image
Sets this image's url
setUri(String) - Method in class com.sola.instagram.model.VideoMedia.Video
Sets this video's url
setUser(User) - Method in class com.sola.instagram.model.Media
 
setUserHasLikedMedia(Boolean) - Method in class com.sola.instagram.model.Media
 
setUserName(String) - Method in class com.sola.instagram.model.User
 
setUsersInPhoto(List<Media.UserPhotoTag>) - Method in class com.sola.instagram.model.Media
 
setWebsite(String) - Method in class com.sola.instagram.model.User
 
setWidth(int) - Method in class com.sola.instagram.model.Media.Image
Sets this image's width
setWidth(int) - Method in class com.sola.instagram.model.VideoMedia.Video
Sets this video's width
size() - Method in class com.sola.instagram.util.PaginatedCollection
 
skipPast(String) - Method in class org.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.XML
The Character '/'.
standardResolutionImage - Variable in class com.sola.instagram.model.Media
Standard resolution version of the media's image
standardResolutionVideo - Variable in class com.sola.instagram.model.VideoMedia
Standard resolution version of the media's video
stringToValue(String) - Static method in class org.json.JSONObject
Try to convert a string into a number, boolean, or null.
stringToValue(String) - Static method in class org.json.XML
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

Tag - Class in com.sola.instagram.model
 
Tag(JSONObject, String) - Constructor for class com.sola.instagram.model.Tag
 
tags - Variable in class com.sola.instagram.model.Media
List of tags used in this media
targetUserIsPrivate() - Method in class com.sola.instagram.model.Relationship
 
testValidity(Object) - Static method in class org.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
thumbnailImage - Variable in class com.sola.instagram.model.Media
Thumbnail resolution image version of the media's image
toJSONArray(String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class org.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class com.sola.instagram.auth.AccessToken
 
toString() - Method in class com.sola.instagram.model.InstagramModel
 
toString(JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class org.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
type - Variable in class com.sola.instagram.model.Media
Type of Media

U

unescape(String) - Static method in class org.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UriConstructor - Class in com.sola.instagram.util
 
UriConstructor() - Constructor for class com.sola.instagram.util.UriConstructor
 
UriConstructor(String) - Constructor for class com.sola.instagram.util.UriConstructor
 
UriFactory - Class in com.sola.instagram.io
 
UriFactory() - Constructor for class com.sola.instagram.io.UriFactory
 
UriFactory.Auth - Class in com.sola.instagram.io
 
UriFactory.Auth() - Constructor for class com.sola.instagram.io.UriFactory.Auth
 
UriFactory.Comments - Class in com.sola.instagram.io
 
UriFactory.Comments() - Constructor for class com.sola.instagram.io.UriFactory.Comments
 
UriFactory.Likes - Class in com.sola.instagram.io
 
UriFactory.Likes() - Constructor for class com.sola.instagram.io.UriFactory.Likes
 
UriFactory.Locations - Class in com.sola.instagram.io
 
UriFactory.Locations() - Constructor for class com.sola.instagram.io.UriFactory.Locations
 
UriFactory.Media - Class in com.sola.instagram.io
 
UriFactory.Media() - Constructor for class com.sola.instagram.io.UriFactory.Media
 
UriFactory.Relationships - Class in com.sola.instagram.io
 
UriFactory.Relationships() - Constructor for class com.sola.instagram.io.UriFactory.Relationships
 
UriFactory.Tags - Class in com.sola.instagram.io
 
UriFactory.Tags() - Constructor for class com.sola.instagram.io.UriFactory.Tags
 
UriFactory.Users - Class in com.sola.instagram.io
 
UriFactory.Users() - Constructor for class com.sola.instagram.io.UriFactory.Users
 
user - Variable in class com.sola.instagram.model.Media
User who created this media
User - Class in com.sola.instagram.model
 
User(JSONObject, String) - Constructor for class com.sola.instagram.model.User
 
USER_AUTHORIZATION - Static variable in class com.sola.instagram.io.UriFactory.Auth
 
userHasLikedMedia - Variable in class com.sola.instagram.model.Media
Boolean indicating if the current user has liked this media
userHasLikedMedia() - Method in class com.sola.instagram.model.Media
Indicated whether the current user has liked this media
userName - Variable in class com.sola.instagram.model.User
 
usersInPhoto - Variable in class com.sola.instagram.model.Media
Users tagged in photo

V

value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
valueOf(String) - Static method in enum com.sola.instagram.model.Media.Filters
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sola.instagram.model.Relationship.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sola.instagram.model.Relationship.IncomingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sola.instagram.model.Relationship.OutgoingStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sola.instagram.model.Media.Filters
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sola.instagram.model.Relationship.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sola.instagram.model.Relationship.IncomingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sola.instagram.model.Relationship.OutgoingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class org.json.JSONObject
Make a JSON text of an Object value.
VideoMedia - Class in com.sola.instagram.model
 
VideoMedia(JSONObject, String) - Constructor for class com.sola.instagram.model.VideoMedia
 
VideoMedia.Video - Class in com.sola.instagram.model
Object for a media video with the JSON representation
VideoMedia.Video(JSONObject) - Constructor for class com.sola.instagram.model.VideoMedia.Video
Makes a new Video object out of a JSONObject

W

website - Variable in class com.sola.instagram.model.User
 
wrap(Object) - Static method in class org.json.JSONObject
Wrap an object, if necessary.
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.

X

XML - Class in org.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.json.XML
 
XMLTokener - Class in org.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.json.XMLTokener
Construct an XMLTokener from a string.
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2013. All Rights Reserved.