- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- buildUpon() - Method in class com.baasbox.android.BaasQuery
-
- buildUpon() - Method in class com.baasbox.android.BaasQuery.Criteria
-
- 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
- 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
- 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
-
- 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
-
- 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.
- 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
- 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
-
- 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
-
- 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