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

A

abort() - Method in class com.baasbox.android.RequestToken
 
ABSENT - Static variable in class com.baasbox.android.json.JsonStructure
 
actionLocalizedKey(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
add(boolean) - Method in class com.baasbox.android.json.JsonArray
Adds the value at the end of this array
add(String) - Method in class com.baasbox.android.json.JsonArray
Adds the value at the end of this array
add(long) - Method in class com.baasbox.android.json.JsonArray
Adds the value at the end of this array
add(double) - Method in class com.baasbox.android.json.JsonArray
 
add(JsonObject) - Method in class com.baasbox.android.json.JsonArray
 
add(JsonArray) - Method in class com.baasbox.android.json.JsonArray
 
add(byte[]) - Method in class com.baasbox.android.json.JsonArray
 
addNull() - Method in class com.baasbox.android.json.JsonArray
 
addPlugin(Plugin<O>, O) - Method in class com.baasbox.android.BaasBox.Builder
 
addPlugin(Plugin<Plugin.Options.Empty>) - Method in class com.baasbox.android.BaasBox.Builder
 
ADMIN - Static variable in class com.baasbox.android.Role
Role of administrators
and(String) - Method in class com.baasbox.android.BaasQuery.Builder
 
ANONYMOUS - Static variable in class com.baasbox.android.Role
Role of anonymous users
ANY - Static variable in class com.baasbox.android.BaasQuery.Criteria
 
API_VERSION - Static variable in class com.baasbox.android.BaasBox
Version of the supported server api
API_VERSION - Static variable in class com.baasbox.android.BuildConfig
 
apiBasepath - Variable in class com.baasbox.android.BaasBox.Config
The relative path of the server, default is /.
apiDomain - Variable in class com.baasbox.android.BaasBox.Config
The domain name of the server, default is "10.0.2.2 -refers to the localhost from emulator.
apiVersion - Variable in exception com.baasbox.android.BaasApiException
The version of the API called.
appCode - Variable in class com.baasbox.android.BaasBox.Config
The BaasBox app code, default is 1234567890.
append(JsonArray) - Method in class com.baasbox.android.json.JsonArray
 
APPLICATION_ID - Static variable in class com.baasbox.android.BuildConfig
 
ARRAY - Static variable in class com.baasbox.android.json.JsonStructure
 
asArray() - Method in class com.baasbox.android.json.JsonStructure
Casts this structure to a JsonArray
asDocument() - Method in class com.baasbox.android.BaasObject
 
asFile() - Method in class com.baasbox.android.BaasObject
 
asObject() - Method in class com.baasbox.android.json.JsonStructure
Casts this structure to a JsonObject
async(Rest.Method, String, JsonStructure, boolean, int, BaasHandler<JsonObject>) - Method in interface com.baasbox.android.Rest
 
async(Rest.Method, String, JsonStructure, boolean, BaasHandler<JsonObject>) - Method in interface com.baasbox.android.Rest
 
async(Rest.Method, String, boolean, BaasHandler<JsonObject>) - Method in interface com.baasbox.android.Rest
 
async(Rest.Method, String, JsonStructure, BaasHandler<JsonObject>) - Method in interface com.baasbox.android.Rest
 
async(Rest.Method, String, BaasHandler<JsonObject>) - Method in interface com.baasbox.android.Rest
 
authenticationType - Variable in class com.baasbox.android.BaasBox.Config
The authentication type used by the SDK, default is SESSION_TOKEN.
await(RequestToken) - Method in class com.baasbox.android.BaasBox
 
await() - Method in class com.baasbox.android.RequestToken
 

B

BaasACL - Class in com.baasbox.android
The set of permission to use at the creation of a file.
BaasACL.Builder - Class in com.baasbox.android
 
BaasApiException - Exception in com.baasbox.android
A subclass of BaasException.
BaasApiException(int, JsonObject) - Constructor for exception com.baasbox.android.BaasApiException
 
BaasApiException(int, int, String, String, Map<String, String>, String, String) - Constructor for exception com.baasbox.android.BaasApiException
 
BaasAsset - Class in com.baasbox.android
Collection of functions that work with assets.
BaasAssetId - Class in com.baasbox.android
Created by Andrea Tortorella on 08/09/14.
BaasBox - Class in com.baasbox.android
This class represents the main context of BaasBox SDK.
BaasBox.Builder - Class in com.baasbox.android
Builder for BaasBox client
BaasBox.Config - Class in com.baasbox.android
The configuration for BaasBox client
BaasBox.Config.AuthType - Enum in com.baasbox.android
The supported authentication types.
BaasCancellationException - Exception in com.baasbox.android
A subclass of BaasException that is thrown when the user tries to access the result of a cancelled request.
BaasCancellationException() - Constructor for exception com.baasbox.android.BaasCancellationException
 
BaasClientException - Exception in com.baasbox.android
A subclass of BaasApiException indicating an error due a wrong request.
BaasClientException(int, JsonObject) - Constructor for exception com.baasbox.android.BaasClientException
 
BaasClientException(int, int, String, String, Map<String, String>, String, String) - Constructor for exception com.baasbox.android.BaasClientException
 
BaasCloudMessagingService - Class in com.baasbox.android
Created by Andrea Tortorella on 14/04/14.
BaasCloudMessagingService.MessageBuilder - Class in com.baasbox.android
 
BaasDocument - Class in com.baasbox.android
Represents a BaasBox document.
BaasDocument(String) - Constructor for class com.baasbox.android.BaasDocument
Creates a new unbound empty document belonging to the given collection
BaasDocument(String, JsonObject) - Constructor for class com.baasbox.android.BaasDocument
Creates a new unbound document that belongs to the given collection and with fields initialized from the data JsonObject.
BaasDocument(String, ContentValues) - Constructor for class com.baasbox.android.BaasDocument
Creates a new unbound document that belongs to the given collection and with fields initialized from the values ContentValues values are converted to a JsonObject using JsonObject.from(android.content.ContentValues)
BaasException - Exception in com.baasbox.android
Base class of all the exceptions thrown by the BaasBox android sdk.
BaasException() - Constructor for exception com.baasbox.android.BaasException
 
BaasException(String) - Constructor for exception com.baasbox.android.BaasException
 
BaasException(Throwable) - Constructor for exception com.baasbox.android.BaasException
 
BaasException(String, Throwable) - Constructor for exception com.baasbox.android.BaasException
 
BaasFile - Class in com.baasbox.android
Represents a BaasBox file.
BaasFile() - Constructor for class com.baasbox.android.BaasFile
 
BaasFile(JsonObject) - Constructor for class com.baasbox.android.BaasFile
 
BaasHandler<R> - Interface in com.baasbox.android
Interface definition for a callback to be invoked when BaasBox responds to an asynchronous request.
BaasInvalidSessionException - Exception in com.baasbox.android
This is a particular subclass of BaasClientException indicating an invalid state of the user session.
BaasInvalidSessionException(JsonObject) - Constructor for exception com.baasbox.android.BaasInvalidSessionException
 
BaasInvalidSessionException(String, String, Map<String, String>, String, String) - Constructor for exception com.baasbox.android.BaasInvalidSessionException
 
BaasIOException - Exception in com.baasbox.android
A subclass of BaasException that represents an I/O exception.
BaasIOException(String) - Constructor for exception com.baasbox.android.BaasIOException
 
BaasIOException(Throwable) - Constructor for exception com.baasbox.android.BaasIOException
 
BaasIOException(String, Throwable) - Constructor for exception com.baasbox.android.BaasIOException
 
BaasLink - Class in com.baasbox.android
Represents a BaasBox Link between objects Created by Andrea Tortorella on 13/08/14.
BaasObject - Class in com.baasbox.android
Base class for remote resources that can be saved and retrieved from BaasBox.
BaasQuery - Class in com.baasbox.android
A query with specific parameters to a collection endpoint Created by Andrea Tortorella on 07/03/14.
BaasQuery.Builder - Class in com.baasbox.android
 
BaasQuery.Criteria - Class in com.baasbox.android
 
BaasResult<T> - Class in com.baasbox.android
This class represents the result of a BaasBox request.
BaasRuntimeException - Exception in com.baasbox.android
Created by Andrea Tortorella on 09/02/14.
BaasRuntimeException() - Constructor for exception com.baasbox.android.BaasRuntimeException
 
BaasRuntimeException(String) - Constructor for exception com.baasbox.android.BaasRuntimeException
 
BaasRuntimeException(Throwable) - Constructor for exception com.baasbox.android.BaasRuntimeException
 
BaasRuntimeException(String, Throwable) - Constructor for exception com.baasbox.android.BaasRuntimeException
 
BaasServerException - Exception in com.baasbox.android
A subclass of BaasApiException indicating an error due a problem within the server.
BaasServerException(int, JsonObject) - Constructor for exception com.baasbox.android.BaasServerException
 
BaasServerException(int, int, String, String, Map<String, String>, String, String) - Constructor for exception com.baasbox.android.BaasServerException
 
BaasStream - Class in com.baasbox.android
An input streams over the content of a response that gives access to the content type, the content length and the id of the associated BaasBox file.
BaasUser - Class in com.baasbox.android
Represents a User of the BaasBox service.
BaasUser.Scope - Enum in com.baasbox.android
Scopes of visibility of user related data.
BaasUser.Social - Class in com.baasbox.android
 
BACKOFFICE - Static variable in class com.baasbox.android.Role
Role of backoffice users
badge(int) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
body - Variable in class com.baasbox.android.net.HttpRequest
 
BOOLEAN - Static variable in class com.baasbox.android.json.JsonStructure
 
build() - Method in class com.baasbox.android.BaasACL.Builder
Builds a BaasACL
build() - Method in class com.baasbox.android.BaasQuery.Builder
 
BUILD_TIME - Static variable in class com.baasbox.android.BuildConfig
 
BUILD_TYPE - Static variable in class com.baasbox.android.BuildConfig
 
BuildConfig - Class in com.baasbox.android
 
BuildConfig() - Constructor for class com.baasbox.android.BuildConfig
 
builder() - Static method in class com.baasbox.android.BaasACL
Returns a new acl builder
builder(Context) - Static method in class com.baasbox.android.BaasBox
Returns a new BaasBox Builder
Builder(Context) - Constructor for class com.baasbox.android.BaasBox.Builder
Creates a new builder
builder() - Static method in class com.baasbox.android.BaasQuery
 
buildUpon() - Method in class com.baasbox.android.BaasACL
Returns a new BaasACL.Builder based on current grants
buildUpon() - Method in class com.baasbox.android.BaasQuery
 
buildUpon() - Method in class com.baasbox.android.BaasQuery.Criteria
 

C

cancel() - Static method in class com.baasbox.android.BaasResult
Returns a new canceled BaasResult
cancel() - Method in class com.baasbox.android.RequestToken
 
category(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
changePassword(String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
 
changePassword(String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
 
changePasswordSync(String) - Method in class com.baasbox.android.BaasUser
 
clear() - Method in class com.baasbox.android.BaasDocument
Removes all the mappings from this document
clear() - Method in class com.baasbox.android.json.JsonArray
Removes all the elements
clear() - Method in class com.baasbox.android.json.JsonObject
Removes all the mappings from this object
clear() - Method in class com.baasbox.android.json.JsonStructure
 
clearPagination() - Method in class com.baasbox.android.BaasQuery.Builder
 
close() - Method in class com.baasbox.android.BaasStream
 
code - Variable in exception com.baasbox.android.BaasApiException
The id of the BaasBox specific error
collapseKey(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
collection(String) - Method in class com.baasbox.android.BaasQuery.Builder
 
com.baasbox.android - package com.baasbox.android
Provides classes necessary to use the BaasBox API, and the main entry point to configure the client.
com.baasbox.android.json - package com.baasbox.android.json
Provides classes to use JSON as tree like structures.
com.baasbox.android.net - package com.baasbox.android.net
 
com.baasbox.android.plugins.glide - package com.baasbox.android.plugins.glide
 
compareTo(RequestToken) - Method in class com.baasbox.android.RequestToken
 
config - Variable in class com.baasbox.android.BaasBox
Configuration of this BaasBox client
contains(String) - Method in class com.baasbox.android.BaasDocument
Checks if this document contains a mapping with name key
contains(Object) - Method in class com.baasbox.android.json.JsonArray
 
contains(String) - Method in class com.baasbox.android.json.JsonObject
Checks if this object contains a mapping with name key
contentAvailable(boolean) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
contentLength - Variable in class com.baasbox.android.BaasStream
The content length of the stream
contentType - Variable in class com.baasbox.android.BaasStream
The content type of the stream
copy() - Method in class com.baasbox.android.json.JsonArray
 
copy() - Method in class com.baasbox.android.json.JsonObject
 
copy() - Method in class com.baasbox.android.json.JsonStructure
Creates a deeep copy of this structure.
count(String, BaasHandler<Long>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously retrieves the number of documents readable to the user in collection.
count(String, BaasQuery.Criteria, BaasHandler<Long>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously retrieves the number of documents readable to the user that match the filter in collection.
count(String, int, BaasHandler<Long>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously retrieves the number of documents readable to the user in collection
countSync(String) - Static method in class com.baasbox.android.BaasDocument
Synchronously retrieves the number of document readable to the user in collection
countSync(String, BaasQuery.Criteria) - Static method in class com.baasbox.android.BaasDocument
Synchronously retrieves the number of document readable to the user that match filter in collection
create(String) - Static method in class com.baasbox.android.BaasAssetId
 
create(String, String, String, int, BaasHandler<BaasLink>) - Static method in class com.baasbox.android.BaasLink
 
create(String, BaasObject, BaasObject, int, BaasHandler<BaasLink>) - Static method in class com.baasbox.android.BaasLink
 
createSync(String, String, String) - Static method in class com.baasbox.android.BaasLink
 
createSync(String, BaasObject, BaasObject) - Static method in class com.baasbox.android.BaasLink
 
CREATOR - Static variable in class com.baasbox.android.BaasDocument
 
CREATOR - Static variable in class com.baasbox.android.BaasFile
 
CREATOR - Static variable in class com.baasbox.android.BaasLink
 
CREATOR - Static variable in class com.baasbox.android.BaasUser
 
CREATOR - Static variable in class com.baasbox.android.json.JsonArray
 
CREATOR - Static variable in class com.baasbox.android.json.JsonObject
 
CREATOR - Static variable in class com.baasbox.android.RequestToken
 
criteria() - Method in class com.baasbox.android.BaasQuery.Builder
 
current() - Static method in class com.baasbox.android.BaasUser
Returns the current logged in user if one is logged in or null

D

DataStreamHandler<R> - Interface in com.baasbox.android
Interface definition for a callback to be invoked when new data is available in an asynchronous streaming request.
DEBUG - Static variable in class com.baasbox.android.BuildConfig
 
decode(String) - Static method in class com.baasbox.android.json.JsonArray
 
decode(String) - Static method in class com.baasbox.android.json.JsonObject
Decodes the json string passed as parameter.
decode(String) - Static method in class com.baasbox.android.json.JsonStructure
Decodes a string into a JsonStructure
DEFAULT - Static variable in interface com.baasbox.android.ExceptionHandler
 
DEFAULT - Static variable in class com.baasbox.android.RequestOptions
The set of defaults flags for a request.
DEFAULT_PROFILE - Static variable in class com.baasbox.android.BaasCloudMessagingService
 
delete(String, String, BaasHandler<Void>) - Static method in class com.baasbox.android.BaasDocument
 
delete(String, String, int, BaasHandler<Void>) - Static method in class com.baasbox.android.BaasDocument
 
delete(BaasHandler<Void>) - Method in class com.baasbox.android.BaasDocument
 
delete(int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasDocument
 
delete(String, BaasHandler<Void>) - Static method in class com.baasbox.android.BaasFile
 
delete(String, int, BaasHandler<Void>) - Static method in class com.baasbox.android.BaasFile
 
delete(BaasHandler<Void>) - Method in class com.baasbox.android.BaasFile
 
delete(int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasFile
 
delete(int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasLink
 
DELETE - Static variable in class com.baasbox.android.net.HttpRequest
 
deleteSync(String, String) - Static method in class com.baasbox.android.BaasDocument
 
deleteSync() - Method in class com.baasbox.android.BaasDocument
 
deleteSync(String) - Static method in class com.baasbox.android.BaasFile
 
deleteSync() - Method in class com.baasbox.android.BaasFile
 
deleteSync() - Method in class com.baasbox.android.BaasLink
 
describeContents() - Method in class com.baasbox.android.BaasDocument
 
describeContents() - Method in class com.baasbox.android.BaasFile
 
describeContents() - Method in class com.baasbox.android.BaasLink
 
describeContents() - Method in class com.baasbox.android.BaasUser
 
describeContents() - Method in class com.baasbox.android.json.JsonArray
 
describeContents() - Method in class com.baasbox.android.json.JsonObject
 
describeContents() - Method in class com.baasbox.android.RequestToken
 
disable(BaasHandler<Void>) - Method in class com.baasbox.android.BaasCloudMessagingService
 
disableSync() - Method in class com.baasbox.android.BaasCloudMessagingService
 
download(String, BaasHandler<Pair<BaasFile, String>>) - Method in class com.baasbox.android.BaasFile
 

E

enable(BaasHandler<Void>) - Method in class com.baasbox.android.BaasCloudMessagingService
 
enableSync() - Method in class com.baasbox.android.BaasCloudMessagingService
 
encode() - Method in class com.baasbox.android.json.JsonArray
 
encode() - Method in class com.baasbox.android.json.JsonObject
 
encode() - Method in class com.baasbox.android.json.JsonStructure
Encodes this structure to it's json representation
endData(String, long, String) - Method in interface com.baasbox.android.DataStreamHandler
Method invoked when the whole data has been streamed
equals(Object) - Method in class com.baasbox.android.BaasUser
 
equals(Object) - Method in class com.baasbox.android.json.JsonArray
 
equals(Object) - Method in class com.baasbox.android.json.JsonObject
 
equals(Object) - Method in class com.baasbox.android.RequestToken
 
error() - Method in class com.baasbox.android.BaasResult
Returns the error represented by this result or null if this result is not an error.
exceptionHandler - Variable in class com.baasbox.android.BaasBox.Config
 
ExceptionHandler - Interface in com.baasbox.android
This is invoked when an unexpected error happens during the execution of an asynchronous operation.
execute(HttpRequest) - Method in class com.baasbox.android.net.OkClient
 
execute(HttpRequest) - Method in interface com.baasbox.android.net.RestClient
Execute the http request returning on success an HttpResponse from the service.
extra(JsonArray) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
extra(JsonObject) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
extractedContent(int, BaasHandler<String>) - Method in class com.baasbox.android.BaasFile
 
extractedContent(BaasHandler<String>) - Method in class com.baasbox.android.BaasFile
 
extractedContentSync() - Method in class com.baasbox.android.BaasFile
 

F

FACEBOOK - Static variable in class com.baasbox.android.BaasUser.Social
 
failure(BaasException) - Static method in class com.baasbox.android.BaasResult
Returns a new failed BaasResult
fetch(String, String, BaasHandler<BaasDocument>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously fetches the document identified by id in collection
fetch(String, BaasHandler<BaasFile>) - Static method in class com.baasbox.android.BaasFile
 
fetch(String, int, BaasHandler<BaasFile>) - Static method in class com.baasbox.android.BaasFile
 
fetch(String, int, BaasHandler<BaasLink>) - Static method in class com.baasbox.android.BaasLink
 
fetch(String, BaasHandler<BaasUser>) - Static method in class com.baasbox.android.BaasUser
Asynchronously fetches an existing BaasUser from the server given it's username.
fetch(String, int, BaasHandler<BaasUser>) - Static method in class com.baasbox.android.BaasUser
Asynchronously fetches an existing BaasUser from the server given it's username
fetchAll(String, BaasHandler<List<BaasDocument>>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously retrieves the list of documents readable to the user in collection.
fetchAll(String, BaasQuery.Criteria, BaasHandler<List<BaasDocument>>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously retrieves the list of documents readable to the user that match filter in collection
fetchAll(String, BaasQuery.Criteria, int, BaasHandler<List<BaasDocument>>) - Static method in class com.baasbox.android.BaasDocument
Asynchronously retrieves the list of documents readable to the user in collection
fetchAll(BaasHandler<List<BaasFile>>) - Static method in class com.baasbox.android.BaasFile
 
fetchAll(BaasQuery.Criteria, BaasHandler<List<BaasFile>>) - Static method in class com.baasbox.android.BaasFile
 
fetchAll(BaasQuery.Criteria, int, BaasHandler<List<BaasFile>>) - Static method in class com.baasbox.android.BaasFile
 
fetchAll(String, BaasQuery.Criteria, int, BaasHandler<List<BaasLink>>) - Static method in class com.baasbox.android.BaasLink
 
fetchAll(BaasQuery.Criteria, int, BaasHandler<List<BaasLink>>) - Static method in class com.baasbox.android.BaasLink
 
fetchAll(BaasHandler<List<BaasUser>>) - Static method in class com.baasbox.android.BaasUser
Asynchronously fetches the list of users from the server.
fetchAll(BaasQuery.Criteria, BaasHandler<List<BaasUser>>) - Static method in class com.baasbox.android.BaasUser
Asynchronously fetches the list of users from the server.
fetchAll(BaasQuery.Criteria, int, BaasHandler<List<BaasUser>>) - Static method in class com.baasbox.android.BaasUser
Asynchronously fetches the list of users from the server.
fetchAllSync(String) - Static method in class com.baasbox.android.BaasDocument
 
fetchAllSync(String, BaasQuery.Criteria) - Static method in class com.baasbox.android.BaasDocument
Synchronously retrieves the list of documents readable to the user in collection
fetchAllSync() - Static method in class com.baasbox.android.BaasFile
 
fetchAllSync(BaasQuery.Criteria) - Static method in class com.baasbox.android.BaasFile
 
fetchAllSync(String, BaasQuery.Criteria) - Static method in class com.baasbox.android.BaasLink
 
fetchAllSync(BaasQuery.Criteria) - Static method in class com.baasbox.android.BaasLink
 
fetchAllSync() - Static method in class com.baasbox.android.BaasUser
 
fetchAllSync(BaasQuery.Criteria) - Static method in class com.baasbox.android.BaasUser
 
fetchData(String, BaasHandler<JsonObject>) - Static method in class com.baasbox.android.BaasAsset
Asynchronously retrieves named assets data, If the named asset is a document, the document is retrieved otherwise attached data to the file are returned.
fetchData(String, int, BaasHandler<JsonObject>) - Static method in class com.baasbox.android.BaasAsset
Asynchronously retrieves named assets data, If the named asset is a document, the document is retrieved otherwise attached data to the file are returned.
fetchDataSync(String) - Static method in class com.baasbox.android.BaasAsset
Synchronously retrieves named assets data, If the named asset is a document, the document is retrieved otherwise attached data to the file are returned.
fetchLinkedSocialNetworks(int, BaasHandler<JsonArray>) - Method in class com.baasbox.android.BaasUser
 
fetchLinkedSocialNetworks(BaasHandler<JsonArray>) - Method in class com.baasbox.android.BaasUser
 
fetchLinkedSocialNetworksSync() - Method in class com.baasbox.android.BaasUser
 
fetchStream(String, BaasHandler<BaasFile>) - Static method in class com.baasbox.android.BaasFile
 
fetchSync(String, String) - Static method in class com.baasbox.android.BaasDocument
Synchronously fetches a document from the server
fetchSync(String) - Static method in class com.baasbox.android.BaasFile
 
fetchSync(String) - Static method in class com.baasbox.android.BaasLink
 
fetchSync(String) - Static method in class com.baasbox.android.BaasUser
 
fields() - Method in class com.baasbox.android.BaasDocument
Returns a java.util.Set of all the keys contained in this document
fields() - Method in class com.baasbox.android.json.JsonObject
Returns a Set of all the keys contained in this document
files() - Method in class com.baasbox.android.BaasQuery.Builder
 
FILES - Static variable in class com.baasbox.android.BaasQuery
 
finishStream(String) - Method in interface com.baasbox.android.DataStreamHandler
 
FLAVOR - Static variable in class com.baasbox.android.BuildConfig
 
follow(BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously requests to follow the user.
follow(int, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously requests to follow the user.
followers() - Method in class com.baasbox.android.BaasQuery.Builder
 
followers(String) - Method in class com.baasbox.android.BaasQuery.Builder
 
FOLLOWERS - Static variable in class com.baasbox.android.BaasQuery
 
followers(BaasHandler<List<BaasUser>>) - Method in class com.baasbox.android.BaasUser
 
followers(BaasQuery.Criteria, BaasHandler<List<BaasUser>>) - Method in class com.baasbox.android.BaasUser
 
followers(BaasQuery.Criteria, int, BaasHandler<List<BaasUser>>) - Method in class com.baasbox.android.BaasUser
 
followersSync() - Method in class com.baasbox.android.BaasUser
 
followersSync(BaasQuery.Criteria) - Method in class com.baasbox.android.BaasUser
 
FOLLOWING - Static variable in class com.baasbox.android.BaasQuery
 
following(BaasHandler<List<BaasUser>>) - Method in class com.baasbox.android.BaasUser
 
following(BaasQuery.Criteria, BaasHandler<List<BaasUser>>) - Method in class com.baasbox.android.BaasUser
 
following(BaasQuery.Criteria, int, BaasHandler<List<BaasUser>>) - Method in class com.baasbox.android.BaasUser
 
followingSync() - Method in class com.baasbox.android.BaasUser
 
followingSync(BaasQuery.Criteria) - Method in class com.baasbox.android.BaasUser
 
followSync() - Method in class com.baasbox.android.BaasUser
 
friendsOf(String) - Static method in class com.baasbox.android.Role
Returns the role to whom belong all users that are friends of user
from(JsonObject) - Static method in class com.baasbox.android.BaasDocument
Returns a new BaasDocument from it's raw json representation
from(ContentValues) - Static method in class com.baasbox.android.json.JsonObject
Creates a new JsonObject based on values contained in the ContentValues

G

get() - Method in class com.baasbox.android.BaasResult
Tries to return the value if there was an error it will be thrown instead.
get(int, T) - Method in class com.baasbox.android.json.JsonArray
 
get(String) - Method in class com.baasbox.android.json.JsonObject
 
GET - Static variable in class com.baasbox.android.net.HttpRequest
 
getArray(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a JsonArray or null if the mapping is absent.
getArray(String, JsonArray) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a JsonArray or otherwise if the mapping is absent.
getArray(int) - Method in class com.baasbox.android.json.JsonArray
 
getArray(int, JsonArray) - Method in class com.baasbox.android.json.JsonArray
 
getArray(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a JsonArray or null if the mapping is absent.
getArray(String, JsonArray) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a JsonArray or otherwise if the mapping is absent.
getAttachedData() - Method in class com.baasbox.android.BaasFile
 
getAuthor() - Method in class com.baasbox.android.BaasDocument
 
getAuthor() - Method in class com.baasbox.android.BaasFile
 
getAuthor() - Method in class com.baasbox.android.BaasLink
 
getAuthor() - Method in class com.baasbox.android.BaasObject
The username of the owner of this object, or null if this object is new.
getBinary(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a byte[] array or null if the mapping is absent.
getBinary(String, byte[]) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a byte[] array or otherwise if the mapping is absent.
getBinary(int) - Method in class com.baasbox.android.json.JsonArray
 
getBinary(int, byte[]) - Method in class com.baasbox.android.json.JsonArray
 
getBinary(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a byte[] array or null if the mapping is absent.
getBinary(String, byte[]) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a byte[] array or otherwise if the mapping is absent.
getBoolean(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a Boolean or null if the mapping is absent.
getBoolean(String, boolean) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a boolean or otherwise if the mapping is absent.
getBoolean(int) - Method in class com.baasbox.android.json.JsonArray
Returns the Boolean at index or null if not found.
getBoolean(int, boolean) - Method in class com.baasbox.android.json.JsonArray
Returns the boolean at index or otherwise if not found.
getBoolean(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a Boolean or null if the mapping is absent.
getBoolean(String, boolean) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a boolean or otherwise if the mapping is absent.
getCollection() - Method in class com.baasbox.android.BaasDocument
Returns the collection to which this document belongs.
getContentLength() - Method in class com.baasbox.android.BaasFile
 
getContentType() - Method in class com.baasbox.android.BaasFile
 
getContext() - Method in class com.baasbox.android.BaasBox
 
getCreationDate() - Method in class com.baasbox.android.BaasDocument
 
getCreationDate() - Method in class com.baasbox.android.BaasFile
 
getCreationDate() - Method in class com.baasbox.android.BaasLink
 
getCreationDate() - Method in class com.baasbox.android.BaasObject
The date this object was created on the server, or null if the object is new.
getData() - Method in class com.baasbox.android.BaasFile
 
getDefault() - Static method in class com.baasbox.android.BaasBox
Returns the baasbox instance for this device if one has been initialized through BaasBox.initDefault(android.content.Context) or null.
getDouble(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a Double or null if the mapping is absent.
getDouble(String, double) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a double or otherwise if the mapping is absent.
getDouble(int, double) - Method in class com.baasbox.android.json.JsonArray
 
getDouble(int) - Method in class com.baasbox.android.json.JsonArray
 
getDouble(String, double) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a double or otherwise if the mapping is absent.
getDouble(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a Double or null if the mapping is absent.
getFloat(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a Float or null if the mapping is absent.
getFloat(String, float) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a float or otherwise if the mapping is absent.
getFloat(int) - Method in class com.baasbox.android.json.JsonArray
 
getFloat(int, int) - Method in class com.baasbox.android.json.JsonArray
 
getFloat(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a Float or null if the mapping is absent.
getFloat(String, float) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a float or otherwise if the mapping is absent.
getId() - Method in class com.baasbox.android.BaasDocument
 
getId() - Method in class com.baasbox.android.BaasFile
 
getId() - Method in class com.baasbox.android.BaasLink
 
getId() - Method in class com.baasbox.android.BaasObject
The id of this object on the server.
getInt(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a Integer or null if the mapping is absent.
getInt(String, int) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a int or otherwise if the mapping is absent.
getInt(int) - Method in class com.baasbox.android.json.JsonArray
 
getInt(int, int) - Method in class com.baasbox.android.json.JsonArray
 
getInt(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a Integer or null if the mapping is absent.
getInt(String, int) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a int or otherwise if the mapping is absent.
getLabel() - Method in class com.baasbox.android.BaasLink
 
getLong(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a Long or null if the mapping is absent.
getLong(String, long) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a long or otherwise if the mapping is absent.
getLong(int) - Method in class com.baasbox.android.json.JsonArray
Returns the Long at index or null if not found.
getLong(int, long) - Method in class com.baasbox.android.json.JsonArray
Returns the long at index or otherwise if not found.
getLong(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a Long or null if the mapping is absent.
getLong(String, long) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a long or otherwise if the mapping is absent.
getMetadata() - Method in class com.baasbox.android.BaasFile
Retrieves the metadata associated with this file coomputed by the server.
getName() - Method in class com.baasbox.android.BaasUser
Returns the name of the user.
getObject(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a JsonObject or null if the mapping is absent.
getObject(String, JsonObject) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a JsonObject or otherwise if the mapping is absent.
getObject(int) - Method in class com.baasbox.android.json.JsonArray
 
getObject(int, JsonObject) - Method in class com.baasbox.android.json.JsonArray
 
getObject(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a JsonObject or null if the mapping is absent.
getObject(String, JsonObject) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a JsonObject or otherwise if the mapping is absent.
getPassword() - Method in class com.baasbox.android.BaasUser
Returns the password of this user, if there is one.
getRoles() - Method in class com.baasbox.android.BaasUser
Returns an unmodifialble set of the roles to which the user belongs if it's available
getScope(BaasUser.Scope) - Method in class com.baasbox.android.BaasUser
Returns data associate to this user for the specific scope as a JsonObject.
getSignupDate() - Method in class com.baasbox.android.BaasUser
Returns the signupdate for this user if available or null.
getStatus() - Method in class com.baasbox.android.BaasUser
Returns the registration status of the user if available or null.
getStreamUri() - Method in class com.baasbox.android.BaasFile
 
getString(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a String or null if the mapping is absent.
getString(String, String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a String or otherwise if the mapping is absent.
getString(int) - Method in class com.baasbox.android.json.JsonArray
Returns the String at index or null if not found.
getString(int, String) - Method in class com.baasbox.android.json.JsonArray
Returns the String at index or otherwise if not found
getString(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a String or null if the mapping is absent.
getString(String, String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a String or otherwise if the mapping is absent.
getStructure(String) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a JsonStructure or null if the mapping is absent.
getStructure(String, JsonStructure) - Method in class com.baasbox.android.BaasDocument
Returns the value mapped to name as a JsonStructure or otherwise if the mapping is absent.
getStructure(int) - Method in class com.baasbox.android.json.JsonArray
 
getStructure(int, JsonStructure) - Method in class com.baasbox.android.json.JsonArray
 
getStructure(String) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a JsonStructure or null if the mapping is absent.
getStructure(String, JsonStructure) - Method in class com.baasbox.android.json.JsonObject
Returns the value mapped to name as a JsonStructure or otherwise if the mapping is absent.
getToken() - Method in class com.baasbox.android.BaasUser
Returns the authtoken used by this user.
getUri() - Method in class com.baasbox.android.BaasAssetId
 
getVersion() - Method in class com.baasbox.android.BaasDocument
 
getVersion() - Method in class com.baasbox.android.BaasFile
 
getVersion() - Method in class com.baasbox.android.BaasLink
 
getVersion() - Method in class com.baasbox.android.BaasObject
The version number of this object.
GIT_SHA - Static variable in class com.baasbox.android.BuildConfig
 
GlidePlugin - Class in com.baasbox.android.plugins.glide
Created by Andrea Tortorella on 09/09/14.
GOOGLE - Static variable in class com.baasbox.android.BaasUser.Social
 
grant(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasDocument
 
grant(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasFile
 
grant(Grant, String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously grants the access grant to this object to username.
grant(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously grants the access grant to this object to username.
Grant - Enum in com.baasbox.android
An enumeration representing the possible access grants to BaasObject.
grantAll(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasDocument
 
grantAll(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasFile
 
grantAll(Grant, String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously grants the access grant to this object to users with role.
grantAll(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously grants the access grant to this object to users with role.
grantAllSync(Grant, String) - Method in class com.baasbox.android.BaasDocument
 
grantAllSync(Grant, String) - Method in class com.baasbox.android.BaasFile
 
grantAllSync(Grant, String) - Method in class com.baasbox.android.BaasObject
Synchronously grants the acces grant to this object to all users in role
grantRole(String, Grant...) - Static method in class com.baasbox.android.BaasACL
 
grantSync(Grant, String) - Method in class com.baasbox.android.BaasDocument
 
grantSync(Grant, String) - Method in class com.baasbox.android.BaasFile
 
grantSync(Grant, String) - Method in class com.baasbox.android.BaasObject
Synchronously grants the access grant to this object to username.
grantUser(BaasUser, Grant...) - Static method in class com.baasbox.android.BaasACL
 
grantUser(String, Grant...) - Static method in class com.baasbox.android.BaasACL
 
groupBy(String) - Method in class com.baasbox.android.BaasQuery.Builder
 

H

handle(BaasResult<R>) - Method in interface com.baasbox.android.BaasHandler
Method invoked with the result of an async request.
hashCode() - Method in class com.baasbox.android.BaasUser
 
hashCode() - Method in class com.baasbox.android.json.JsonArray
 
hashCode() - Method in class com.baasbox.android.json.JsonObject
 
hashCode() - Method in class com.baasbox.android.RequestToken
 
hasRole(String) - Method in class com.baasbox.android.BaasUser
Checks if the user has a specific role
headers - Variable in class com.baasbox.android.net.HttpRequest
 
httpCharset - Variable in class com.baasbox.android.BaasBox.Config
The charset used for the HTTP connection, default is UTF-8.
httpConnectionTimeout - Variable in class com.baasbox.android.BaasBox.Config
Sets the timeout until a connection is established.
httpPort - Variable in class com.baasbox.android.BaasBox.Config
The port number of the server connection, default is 9000.
HttpRequest - Class in com.baasbox.android.net
Reifies an http request.
HttpRequest(int, String, Map<String, String>, InputStream) - Constructor for class com.baasbox.android.net.HttpRequest
 
httpSocketTimeout - Variable in class com.baasbox.android.BaasBox.Config
Sets the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data.
httpStatus - Variable in exception com.baasbox.android.BaasApiException
The HTTP status code of the result.

I

id - Variable in class com.baasbox.android.BaasAssetId
 
id - Variable in class com.baasbox.android.BaasStream
The id of the file.
in() - Method in class com.baasbox.android.BaasLink
 
init() - Method in class com.baasbox.android.BaasBox.Builder
Initializes a BaasBox client based on this builder
init(Context, BaasBox.Config) - Method in class com.baasbox.android.net.OkClient
 
init(Context, BaasBox.Config) - Method in interface com.baasbox.android.net.RestClient
Initializes the client given a configuration and a context
initDefault(Context) - Static method in class com.baasbox.android.BaasBox
Initialize BaasBox client with default configuration.
INVALID_SESSION_TOKEN_CODE - Static variable in exception com.baasbox.android.BaasInvalidSessionException
 
isArray() - Method in class com.baasbox.android.json.JsonStructure
Checks if this structure is a JsonArray
isAuthentcated() - Static method in class com.baasbox.android.BaasUser
Verifies if there is a currently logged in user on this device
isCanceled() - Method in class com.baasbox.android.BaasResult
True if this result represent a cancelled request
isCurrent() - Method in class com.baasbox.android.BaasUser
Checks if this user is the currently logged in user on this device.
isDirty() - Method in class com.baasbox.android.BaasDocument
 
isDirty() - Method in class com.baasbox.android.BaasFile
 
isDirty() - Method in class com.baasbox.android.BaasObject
 
isDocument() - Method in class com.baasbox.android.BaasDocument
 
isDocument() - Method in class com.baasbox.android.BaasFile
 
isDocument() - Method in class com.baasbox.android.BaasObject
 
isEnabled() - Method in class com.baasbox.android.BaasCloudMessagingService
 
isFailed() - Method in class com.baasbox.android.BaasResult
True if this result represents a failure
isFile() - Method in class com.baasbox.android.BaasDocument
 
isFile() - Method in class com.baasbox.android.BaasFile
 
isFile() - Method in class com.baasbox.android.BaasObject
 
isNew() - Method in class com.baasbox.android.BaasObject
Returns true if this object has no conunterpart on the BaasBox server.
isNull(String) - Method in class com.baasbox.android.BaasDocument
Checks if name maps explicitly to null
isNull(int) - Method in class com.baasbox.android.json.JsonArray
 
isNull(String) - Method in class com.baasbox.android.json.JsonObject
Checks if name maps explicitly to null
isObject() - Method in class com.baasbox.android.json.JsonStructure
Checks if this structure is JsonObject
isSuccess() - Method in class com.baasbox.android.BaasResult
True if the result represent a success
iterator() - Method in class com.baasbox.android.BaasDocument
Returns an Iterator over the mappings of this document
iterator() - Method in class com.baasbox.android.json.JsonArray
 
iterator() - Method in class com.baasbox.android.json.JsonObject
Returns an Iterator of the mappings contained in this object

J

JsonArray - Class in com.baasbox.android.json
Represents a JSON array Created by Andrea Tortorella on 01/01/14.
JsonArray() - Constructor for class com.baasbox.android.json.JsonArray
Creates a new empty JsonArray
JsonException - Exception in com.baasbox.android.json
Created by Andrea Tortorella on 01/01/14.
JsonException() - Constructor for exception com.baasbox.android.json.JsonException
 
JsonException(String) - Constructor for exception com.baasbox.android.json.JsonException
 
JsonException(Throwable) - Constructor for exception com.baasbox.android.json.JsonException
 
JsonException(String, Throwable) - Constructor for exception com.baasbox.android.json.JsonException
 
JsonObject - Class in com.baasbox.android.json
Represents a JSON object.
JsonObject() - Constructor for class com.baasbox.android.json.JsonObject
Creates a new JsonObject with no mappings
JsonObject(Parcel) - Constructor for class com.baasbox.android.json.JsonObject
 
JsonObject(JsonObject) - Constructor for class com.baasbox.android.json.JsonObject
 
JsonStructure - Class in com.baasbox.android.json
Represent JSON structured data, either a JsonObject or a JsonArray.

K

keystoreRes - Variable in class com.baasbox.android.BaasBox.Config
 

L

linkToProvider(String, String, String, int, BaasHandler<JsonObject>) - Method in class com.baasbox.android.BaasUser
 
linkToProvider(String, String, String, BaasHandler<JsonObject>) - Method in class com.baasbox.android.BaasUser
 
linkToProviderSync(String, String, String) - Method in class com.baasbox.android.BaasUser
 
list - Variable in class com.baasbox.android.json.JsonArray
 
loadAndResume(Bundle, String, BaasHandler<?>) - Static method in class com.baasbox.android.RequestToken
Loads a request token from the bundle and immediately tries to resume the request with handler
localizedArguments(String...) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
localizedKey(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
LOGGING_HANDLER - Static variable in interface com.baasbox.android.ExceptionHandler
 
login(BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously logins this user.
login(String, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously logins this user with password and registrationId obtained through gcm.
login(String, int, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously logins the user with password and registrationId obtained through gcm.
loginSync() - Method in class com.baasbox.android.BaasUser
Synchronously logins the user with password.
loginSync(String) - Method in class com.baasbox.android.BaasUser
Synchronously logins the user with password and registrationId obtained through gcm.
logout(BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
Logouts the user from the server.
logout(String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
Logouts the user from the specific device.
logout(String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
Logouts the user from the specific device.
logoutSync() - Method in class com.baasbox.android.BaasUser
Sychronously logouts current user from the server
logoutSync(String) - Method in class com.baasbox.android.BaasUser
Synchronously logouts current user from the server.

M

map - Variable in class com.baasbox.android.json.JsonObject
 
merge(JsonObject) - Method in class com.baasbox.android.BaasDocument
Merges the content of other into this document overwriting any mapping for wich other contains a key.
merge(JsonObject) - Method in class com.baasbox.android.json.JsonObject
Merges the mappings of other in this object.
mergeMissing(JsonObject) - Method in class com.baasbox.android.json.JsonObject
Merges the mappings of other in this object.
messagingService() - Static method in class com.baasbox.android.BaasBox
Returns the messaging service instance used by baasbox.
method - Variable in exception com.baasbox.android.BaasApiException
The HTTP method of the request
method - Variable in class com.baasbox.android.net.HttpRequest
 
MIN_API_VERSION - Static variable in class com.baasbox.android.BaasBox
Minimum supported baasbox server api
MIN_API_VERSION - Static variable in class com.baasbox.android.BuildConfig
 

N

newMessage() - Method in class com.baasbox.android.BaasCloudMessagingService
 
NO_SKIP - Static variable in class com.baasbox.android.BaasQuery.Builder
 
NOOP - Static variable in interface com.baasbox.android.BaasHandler
A no op handler, that simply discards the received response
NoOptions - Static variable in class com.baasbox.android.Plugin.Options
 
NULL - Static variable in class com.baasbox.android.json.JsonStructure
 
NUMBER - Static variable in class com.baasbox.android.json.JsonStructure
 

O

OBJECT - Static variable in class com.baasbox.android.json.JsonStructure
 
of(Object...) - Static method in class com.baasbox.android.json.JsonArray
 
of(Object...) - Static method in class com.baasbox.android.json.JsonObject
 
OkClient - Class in com.baasbox.android.net
Created by Andrea Tortorella on 08/07/14.
OkClient() - Constructor for class com.baasbox.android.net.OkClient
 
OkClient(BaasBox.Config) - Constructor for class com.baasbox.android.net.OkClient
Deprecated.
OkClient(OkHttpClient) - Constructor for class com.baasbox.android.net.OkClient
 
onData(byte[], int) - Method in interface com.baasbox.android.DataStreamHandler
Method invoked when new data is available.
onError(Throwable) - Method in interface com.baasbox.android.ExceptionHandler
 
onModify() - Method in class com.baasbox.android.json.JsonObject
 
Options() - Constructor for class com.baasbox.android.Plugin.Options
 
or(String) - Method in class com.baasbox.android.BaasQuery.Builder
 
orderBy(String) - Method in class com.baasbox.android.BaasQuery.Builder
 
out() - Method in class com.baasbox.android.BaasLink
 

P

pagination(int, int) - Method in class com.baasbox.android.BaasQuery.Builder
 
password - Variable in class com.baasbox.android.BaasBox.Config
 
PATCH - Static variable in class com.baasbox.android.net.HttpRequest
 
Plugin<T extends Plugin.Options> - Class in com.baasbox.android
Created by Andrea Tortorella on 09/09/14.
Plugin() - Constructor for class com.baasbox.android.Plugin
 
PLUGIN - Static variable in class com.baasbox.android.plugins.glide.GlidePlugin
 
Plugin.Options - Class in com.baasbox.android
 
Plugin.Options.Empty - Class in com.baasbox.android
 
POST - Static variable in class com.baasbox.android.net.HttpRequest
 
PRIORITY_HIGH - Static variable in class com.baasbox.android.RequestOptions
Marks an asynchronous request as high priority
PRIORITY_LOW - Static variable in class com.baasbox.android.RequestOptions
Marks an asynchronous request as low priority
PRIORITY_NORMAL - Static variable in class com.baasbox.android.RequestOptions
Marks an asyncrhonous request as normal priority
PROFILE2 - Static variable in class com.baasbox.android.BaasCloudMessagingService
 
PROFILE3 - Static variable in class com.baasbox.android.BaasCloudMessagingService
 
profiles(int...) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
projection(String...) - Method in class com.baasbox.android.BaasQuery.Builder
 
put(String, JsonArray) - Method in class com.baasbox.android.BaasDocument
Associate name key to the JsonArray value in this document.
put(String, byte[]) - Method in class com.baasbox.android.BaasDocument
Associate name key to the byte[] value in this document.
put(String, boolean) - Method in class com.baasbox.android.BaasDocument
Associate name key to the boolean value in this document.
put(String, double) - Method in class com.baasbox.android.BaasDocument
Associate name key to the double value in this document.
put(String, long) - Method in class com.baasbox.android.BaasDocument
Associate name key to the long value in this document.
put(String, JsonObject) - Method in class com.baasbox.android.BaasDocument
Associate name key to the JsonObject value in this document.
put(String, String) - Method in class com.baasbox.android.BaasDocument
Associate name key to the String value in this document.
put(String, String) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the String value in this object.
put(String, boolean) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the boolean value in this object.
put(String, long) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the long value in this object.
put(String, double) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the double value in this object.
put(String, JsonArray) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the JsonArray value in this object.
put(String, JsonObject) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the JsonObject value in this object.
put(String, byte[]) - Method in class com.baasbox.android.json.JsonObject
Associate name key to the byte[] value in this object.
PUT - Static variable in class com.baasbox.android.net.HttpRequest
 
putNull(String) - Method in class com.baasbox.android.BaasDocument
Puts an explicit mapping to from name to null in this document.
putNull(String) - Method in class com.baasbox.android.json.JsonObject
Puts an explicit mapping to from name to null in this object.

Q

query(BaasHandler<List<JsonObject>>) - Method in class com.baasbox.android.BaasQuery
 
query(String, BaasHandler<List<JsonObject>>) - Method in class com.baasbox.android.BaasQuery
 
query(int, BaasHandler<List<JsonObject>>) - Method in class com.baasbox.android.BaasQuery
 
query(String, int, BaasHandler<List<JsonObject>>) - Method in class com.baasbox.android.BaasQuery
 
querySync() - Method in class com.baasbox.android.BaasQuery
 
querySync(String) - Method in class com.baasbox.android.BaasQuery
 
quitClient() - Static method in class com.baasbox.android.BaasBox
 

R

refresh(BaasHandler<BaasDocument>) - Method in class com.baasbox.android.BaasDocument
Asynchronously refresh the content of this document.
refresh(BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
refresh(int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
refresh(int, BaasHandler<BaasLink>) - Method in class com.baasbox.android.BaasLink
 
refresh(BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
 
refresh(int, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
 
refreshSync() - Method in class com.baasbox.android.BaasDocument
Synchronously refresh the content of this document
refreshSync() - Method in class com.baasbox.android.BaasFile
 
refreshSync() - Method in class com.baasbox.android.BaasLink
 
refreshSync() - Method in class com.baasbox.android.BaasUser
 
REGISTERED - Static variable in class com.baasbox.android.Role
Role of registered users
remove(String) - Method in class com.baasbox.android.BaasDocument
Removes the mapping with name key from the document.
remove(int) - Method in class com.baasbox.android.json.JsonArray
 
remove(String) - Method in class com.baasbox.android.json.JsonObject
Removes the mapping with name key from the object.
requestHeader - Variable in exception com.baasbox.android.BaasApiException
A map containing the name/value pairs of the request's headers.
RequestOptions - Class in com.baasbox.android
Options that can be used to modify how a request will be executed.
RequestOptions() - Constructor for class com.baasbox.android.RequestOptions
 
requestPasswordReset(String, int, BaasHandler<Void>) - Static method in class com.baasbox.android.BaasUser
 
requestPasswordResetSync(String) - Static method in class com.baasbox.android.BaasUser
 
requestPaswordReset(String, BaasHandler<Void>) - Static method in class com.baasbox.android.BaasUser
 
RequestToken - Class in com.baasbox.android
A handle to an asynchronous request.
resource - Variable in exception com.baasbox.android.BaasApiException
The URI requested by the SDK.
rest() - Static method in class com.baasbox.android.BaasBox
Returns the raw passthrough rest client
rest(int, String, JsonArray, int, boolean, BaasHandler<JsonObject>) - Method in class com.baasbox.android.BaasBox
Deprecated.
rest(int, String, JsonObject, int, boolean, BaasHandler<JsonObject>) - Method in class com.baasbox.android.BaasBox
Deprecated.
rest(int, String, JsonArray, boolean, BaasHandler<JsonObject>) - Method in class com.baasbox.android.BaasBox
Deprecated.
rest(int, String, JsonObject, boolean, BaasHandler<JsonObject>) - Method in class com.baasbox.android.BaasBox
Deprecated.
Rest - Interface in com.baasbox.android
Created by Andrea Tortorella on 1/12/15.
Rest.Method - Enum in com.baasbox.android
 
RestClient - Interface in com.baasbox.android.net
This interface represent an http client for Baasbox.
restSync(int, String, JsonArray, boolean) - Method in class com.baasbox.android.BaasBox
Deprecated.
restSync(int, String, JsonObject, boolean) - Method in class com.baasbox.android.BaasBox
Deprecated.
resume(BaasHandler<?>) - Method in class com.baasbox.android.RequestToken
Resumes a suspended asynchronous request, with the new provided handler
revoke(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasDocument
 
revoke(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasFile
 
revoke(Grant, String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously revoke the access grant to this object from username.
revoke(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously revoke the access grant to this object to username.
revokeAll(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasDocument
 
revokeAll(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasFile
 
revokeAll(Grant, String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously revokes the access grant to this object from users with role.
revokeAll(Grant, String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasObject
Asynchronously revokes the access grant to this object from users with role.
revokeAllSync(Grant, String) - Method in class com.baasbox.android.BaasDocument
 
revokeAllSync(Grant, String) - Method in class com.baasbox.android.BaasFile
 
revokeAllSync(Grant, String) - Method in class com.baasbox.android.BaasObject
Synchronously revokes the acces grant to this object from all users in role
revokeSync(Grant, String) - Method in class com.baasbox.android.BaasDocument
 
revokeSync(Grant, String) - Method in class com.baasbox.android.BaasFile
 
revokeSync(Grant, String) - Method in class com.baasbox.android.BaasObject
Synchronously revokes the access grant to this object from username.
Role - Class in com.baasbox.android
Constants and utilites for managing and usin roles.
roles(Grant, String...) - Method in class com.baasbox.android.BaasACL.Builder
Gives the specified Grant to to the provided roles

S

save(SaveMode, int, BaasHandler<BaasDocument>) - Method in class com.baasbox.android.BaasDocument
 
save(BaasHandler<BaasDocument>) - Method in class com.baasbox.android.BaasDocument
 
save(SaveMode, BaasHandler<BaasDocument>) - Method in class com.baasbox.android.BaasDocument
 
save(BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously saves the updates made to the current user.
save(int, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously saves the updates made to the current user.
SaveMode - Enum in com.baasbox.android
Mode used during update operations.
saveSync(SaveMode) - Method in class com.baasbox.android.BaasDocument
 
saveSync() - Method in class com.baasbox.android.BaasDocument
 
saveSync() - Method in class com.baasbox.android.BaasUser
Synchronously saves the updates made to the current user.
SDK_VERSION - Static variable in class com.baasbox.android.BaasBox
Version of the baasbox sdk.
send(BaasHandler<Void>) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
send(int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
senderIds - Variable in class com.baasbox.android.BaasBox.Config
GCM SenderIds to use for notifications
sendSync() - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
sessionTokenExpires - Variable in class com.baasbox.android.BaasBox.Config
True if session tokens are not auto refreshed upon expiration
set(int, JsonArray) - Method in class com.baasbox.android.json.JsonArray
 
set(int, byte[]) - Method in class com.baasbox.android.json.JsonArray
 
set(int, boolean) - Method in class com.baasbox.android.json.JsonArray
Sets the content at index to the value passed as parameter
set(int, double) - Method in class com.baasbox.android.json.JsonArray
 
set(int, long) - Method in class com.baasbox.android.json.JsonArray
Sets the content at index to the value passed as parameter
set(int, JsonObject) - Method in class com.baasbox.android.json.JsonArray
 
set(int, String) - Method in class com.baasbox.android.json.JsonArray
Sets the content at index to the value passed as parameter
set(int, JsonStructure) - Method in class com.baasbox.android.json.JsonArray
 
setApiBasepath(String) - Method in class com.baasbox.android.BaasBox.Builder
Sets the api basePath prefix
setApiDomain(String) - Method in class com.baasbox.android.BaasBox.Builder
Sets the host this client will connect to
setAppCode(String) - Method in class com.baasbox.android.BaasBox.Builder
Sets the app code for this client
setAuthentication(BaasBox.Config.AuthType) - Method in class com.baasbox.android.BaasBox.Builder
Sets the authentication type, defaults to BaasBox.Config.AuthType.SESSION_TOKEN
setExceptionHandler(ExceptionHandler) - Method in class com.baasbox.android.BaasBox.Builder
 
setHttpCharset(String) - Method in class com.baasbox.android.BaasBox.Builder
Sets the charset to use defaults to 'UTF-8'.
setHttpConnectionTimeout(int) - Method in class com.baasbox.android.BaasBox.Builder
Sets the connection timeout for this client
setHttpSocketTimeout(int) - Method in class com.baasbox.android.BaasBox.Builder
Sets the read timeout for this client
setNull(int) - Method in class com.baasbox.android.json.JsonArray
 
setPassword(String) - Method in class com.baasbox.android.BaasUser
Sets the password for this user.
setPort(int) - Method in class com.baasbox.android.BaasBox.Builder
Sets the port this client will connect to
setPushSenderId(String...) - Method in class com.baasbox.android.BaasBox.Builder
Sets gcm sender id to use for notifications
setRestClient(RestClient) - Method in class com.baasbox.android.BaasBox.Builder
 
setSessionTokenExpires(boolean) - Method in class com.baasbox.android.BaasBox.Builder
Sets if the session token will expire, defaults to false.
setup(Context, BaasBox, T) - Method in class com.baasbox.android.Plugin
 
setUseHttps(boolean) - Method in class com.baasbox.android.BaasBox.Builder
 
setWorkerThreads(int) - Method in class com.baasbox.android.BaasBox.Builder
 
signup(BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously signups this user to baasbox using provided password and default RequestOptions
signup(int, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously signups this user to baasbox using provided password and priority
signupSync() - Method in class com.baasbox.android.BaasUser
Synchronously signups this user to BaasBox.
signupWithProvider(String, String, String, BaasHandler<BaasUser>) - Static method in class com.baasbox.android.BaasUser
 
signupWithProvider(String, String, String, int, BaasHandler<BaasUser>) - Static method in class com.baasbox.android.BaasUser
 
signupWithProviderSync(String, String, String) - Static method in class com.baasbox.android.BaasUser
 
size() - Method in class com.baasbox.android.BaasDocument
Returns the number of mappings contained in this document.
size() - Method in class com.baasbox.android.json.JsonArray
 
size() - Method in class com.baasbox.android.json.JsonObject
Returns the number of mappings in this object
skip(int) - Method in class com.baasbox.android.BaasQuery.Builder
 
sound(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
startData(String, long, String) - Method in interface com.baasbox.android.DataStreamHandler
Method invoked right before data starts to stream.
stream(String, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasFile
 
stream(String, int, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasFile
 
stream(BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
stream(DataStreamHandler<R>, BaasHandler<R>) - Method in class com.baasbox.android.BaasFile
 
stream(int, DataStreamHandler<R>, BaasHandler<R>) - Method in class com.baasbox.android.BaasFile
 
stream(int, int, DataStreamHandler<R>, BaasHandler<R>) - Method in class com.baasbox.android.BaasFile
 
streamAsset(String, BaasHandler<byte[]>) - Static method in class com.baasbox.android.BaasAsset
 
streamAsset(String, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasAsset
Streams the file using the provided data stream handler.
streamAsset(String, int, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasAsset
Streams the file using the provided data stream handler.
streamImaeSync(int) - Method in class com.baasbox.android.BaasFile
 
streamImage(String, int, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasFile
 
streamImage(String, int, int, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasFile
 
streamImage(int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
streamImage(String, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
streamImageAsset(String, int, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasAsset
Streams the file using the provided data stream handler.
streamImageAsset(String, int, int, DataStreamHandler<R>, BaasHandler<R>) - Static method in class com.baasbox.android.BaasAsset
Streams the file using the provided data stream handler.
streamImageAssetSync(String, String) - Static method in class com.baasbox.android.BaasAsset
Synchronously streams the asset.
streamImageAssetSync(String, int) - Static method in class com.baasbox.android.BaasAsset
Synchronously streams the asset.
streamImageSync(String, int) - Static method in class com.baasbox.android.BaasFile
 
streamImageSync(String, String) - Static method in class com.baasbox.android.BaasFile
 
streamImageSync(String) - Method in class com.baasbox.android.BaasFile
 
streamSync() - Method in class com.baasbox.android.BaasFile
 
STRING - Static variable in class com.baasbox.android.json.JsonStructure
 
success(T) - Static method in class com.baasbox.android.BaasResult
Returns a new successful BaasResult
suspend() - Method in class com.baasbox.android.RequestToken
Tries to suspend the asynchronous request identified by this token.
suspendAndSave(Bundle, String) - Method in class com.baasbox.android.RequestToken
Suspends a request and immediately save it in a bundle
sync(Rest.Method, String, JsonStructure, boolean) - Method in interface com.baasbox.android.Rest
 
sync(Rest.Method, String, JsonStructure) - Method in interface com.baasbox.android.Rest
 
sync(Rest.Method, String) - Method in interface com.baasbox.android.Rest
 

T

text(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
timeToLive(int) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
to(BaasUser) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
to(BaasUser...) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
to(String) - Method in class com.baasbox.android.BaasCloudMessagingService.MessageBuilder
 
toJson() - Method in class com.baasbox.android.BaasDocument
 
toString() - Method in exception com.baasbox.android.BaasApiException
 
toString() - Method in class com.baasbox.android.BaasQuery
 
toString() - Method in class com.baasbox.android.BaasUser
 
toString() - Method in class com.baasbox.android.json.JsonArray
 
toString() - Method in class com.baasbox.android.json.JsonObject
 
toString() - Method in class com.baasbox.android.net.HttpRequest
 
typeAt(int) - Method in class com.baasbox.android.json.JsonArray
 
typeAt(String) - Method in class com.baasbox.android.json.JsonObject
 

U

unfollow(BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
 
unfollow(int, BaasHandler<BaasUser>) - Method in class com.baasbox.android.BaasUser
Asynchronously requests to unfollow the user
unfollowSync() - Method in class com.baasbox.android.BaasUser
 
unlinkFromProvider(String, int, BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
 
unlinkFromProvider(String, BaasHandler<Void>) - Method in class com.baasbox.android.BaasUser
 
unlinkFromProviderSync(String) - Method in class com.baasbox.android.BaasUser
 
upload(InputStream, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(File, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(byte[], BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(InputStream, int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(BaasACL, InputStream, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(File, int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(BaasACL, File, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(byte[], int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(BaasACL, byte[], BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(BaasACL, InputStream, int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(BaasACL, File, int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
upload(BaasACL, byte[], int, BaasHandler<BaasFile>) - Method in class com.baasbox.android.BaasFile
 
uploadSync(InputStream) - Method in class com.baasbox.android.BaasFile
 
uploadSync(BaasACL, InputStream) - Method in class com.baasbox.android.BaasFile
 
uploadSync(byte[]) - Method in class com.baasbox.android.BaasFile
 
uploadSync(BaasACL, byte[]) - Method in class com.baasbox.android.BaasFile
 
uploadSync(File) - Method in class com.baasbox.android.BaasFile
 
uploadSync(BaasACL, File) - Method in class com.baasbox.android.BaasFile
 
url - Variable in class com.baasbox.android.net.HttpRequest
 
useHttps - Variable in class com.baasbox.android.BaasBox.Config
if true the SDK use HTTPs protocol.
users(Grant, String...) - Method in class com.baasbox.android.BaasACL.Builder
Gives the specified Grant to the provided users
users(Grant, BaasUser...) - Method in class com.baasbox.android.BaasACL.Builder
Gives the specified Grant to the provided users
users() - Method in class com.baasbox.android.BaasQuery.Builder
 
USERS - Static variable in class com.baasbox.android.BaasQuery
 

V

value() - Method in class com.baasbox.android.BaasResult
Returns the value represented by this result if there was no error, null otherwise
valueOf(String) - Static method in enum com.baasbox.android.BaasBox.Config.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.baasbox.android.BaasUser.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.baasbox.android.Grant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.baasbox.android.Rest.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.baasbox.android.SaveMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.baasbox.android.BaasBox.Config.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.baasbox.android.BaasDocument
Returns a JsonArray representation of the values contained in this document.
values() - Static method in enum com.baasbox.android.BaasUser.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.baasbox.android.Grant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.baasbox.android.json.JsonArray
 
values() - Method in class com.baasbox.android.json.JsonObject
 
values() - Method in class com.baasbox.android.json.JsonStructure
Returns the values contained in this structure as a JsonArray
values() - Static method in enum com.baasbox.android.Rest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.baasbox.android.SaveMode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE - Static variable in class com.baasbox.android.BuildConfig
 
VERSION_NAME - Static variable in class com.baasbox.android.BuildConfig
 
visibility - Variable in enum com.baasbox.android.BaasUser.Scope
The actual name of the scope

W

where(String) - Method in class com.baasbox.android.BaasQuery.Builder
 
whereParams(Object...) - Method in class com.baasbox.android.BaasQuery.Builder
 
withId(String) - Static method in class com.baasbox.android.BaasLink
 
without(String) - Method in class com.baasbox.android.json.JsonObject
Removes the mapping with name key from the object.
withUserName(String) - Static method in class com.baasbox.android.BaasUser
Creates a new user bound to username.
workerThreads - Variable in class com.baasbox.android.BaasBox.Config
Number of threads to use for asynchronous requests.
writeToParcel(Parcel, int) - Method in class com.baasbox.android.BaasDocument
 
writeToParcel(Parcel, int) - Method in class com.baasbox.android.BaasFile
 
writeToParcel(Parcel, int) - Method in class com.baasbox.android.BaasLink
 
writeToParcel(Parcel, int) - Method in class com.baasbox.android.BaasUser
 
writeToParcel(Parcel, int) - Method in class com.baasbox.android.json.JsonArray
 
writeToParcel(Parcel, int) - Method in class com.baasbox.android.json.JsonObject
 
writeToParcel(Parcel, int) - Method in class com.baasbox.android.RequestToken
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links