A B C D E F G H I M N O P R S T U V W 

A

acceptRestVisitor(IBoxRestVisitor) - Method in class com.box.boxjavalibv2.BoxRESTClient
Accept a visitor to visit http request/response.
ACTION_DOWNLOADED_FILE_THUMBNAIL - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ACTION_FETCHED_FOLDER - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ACTION_FETCHED_FOLDER_ITEMS - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
add(BoxListItem) - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity.FolderPickerBoxListItemAdapter
 
add(BoxAndroidCollection) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
add(BoxListItem) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
addAll(BoxListItem...) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
addAll(Collection<? extends BoxListItem>) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
addComment(BoxCommentRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManager
Add a comment to an item.
addCommentRequestObject(BoxResourceType, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
A BoxCommentRequestObject for AddCommentRequest.
addEmailAlias(String, BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Adds a new email alias to the given user's account.
addEmailAliasRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Request object to add an email alias.
addField(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Add a field in the request, these fields (Please check "Fields" part in developer doc will end up as fields query parameter in the url.
addFields(List<String>) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Add fields in the request, these fields (Please check "Fields" part in developer doc will end up as fields query parameter in the url.
addHeader(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Add a header.
addHeader(String, String) - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Add header into request.
addHeader(String, String) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
addHttpParam(String, String) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Add http param.
addOAuthRefreshListener(OAuthRefreshListener) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
addOAuthRefreshListener(OAuthRefreshListener) - Method in class com.box.boxjavalibv2.BoxClient
 
addParameter(String, String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Adds parameter to URI query.
addPart(String, ContentBody) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
addQueryParam(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Add a query parameter.
addQueryParam(String, String) - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Add query parameters into request url.
addQueryParam(String, String) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
allowShowRedirectPage() - Method in class com.box.boxandroidlibv2.views.OAuthWebView
 
AndroidBoxResourceHub - Class in com.box.boxandroidlibv2.jsonparsing
Resource hub to direct the parsing of the api responses into our android sdk data objects.
AndroidBoxResourceHub() - Constructor for class com.box.boxandroidlibv2.jsonparsing.AndroidBoxResourceHub
 
appendCustomQueryParameterToAllRequests(String, String) - Method in class com.box.boxjavalibv2.BoxConfig
Add a custom query parameter that will be added to all Box API requests.
ARG_BOX_COLLECTION - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ARG_BOX_FOLDER - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ARG_FILE_ID - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ARG_FOLDER_ID - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ARG_LIMIT - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ARG_OFFSET - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ARG_SUCCESS - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
ASCII - Static variable in class com.box.restclientv2.httpclientsupport.HttpClientConsts
 
AUTH_HEADER_NAME - Static variable in class com.box.restclientv2.authorization.DefaultRequestAuth
 
authenticate(IAuthFlowListener) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
 
authenticate(IAuthData) - Method in class com.box.boxjavalibv2.BoxClient
Get authenticated using a Auth object, this could be a previously stored data.
authenticate(IAuthFlowUI, boolean, IAuthFlowListener) - Method in class com.box.boxjavalibv2.BoxClient
Get authenticated.
authenticate(IAuthFlowListener) - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowUI
Authenticate.
authenticateFromSecureStorage(IAuthSecureStorage) - Method in class com.box.boxjavalibv2.BoxClient
Authenticate from the auth object stored in the secure storage.
AuthFatalFailureException - Exception in com.box.boxjavalibv2.exceptions
Exception indicating fatal error in authentication.
AuthFatalFailureException() - Constructor for exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
Constructor.
AuthFatalFailureException(boolean) - Constructor for exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
 
AuthFatalFailureException(String) - Constructor for exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
Constructor.

B

BOX_CLIENT_OAUTH - Static variable in class com.box.boxandroidlibv2.activities.OAuthActivity
 
BoxAndroidClient - Class in com.box.boxandroidlibv2
This is the main entrance of the sdk.
BoxAndroidClient(String, String, IBoxResourceHub, IBoxJSONParser) - Constructor for class com.box.boxandroidlibv2.BoxAndroidClient
 
BoxAndroidClient(String, String) - Constructor for class com.box.boxandroidlibv2.BoxAndroidClient
Deprecated.
BoxAndroidCollaboration - Class in com.box.boxandroidlibv2.dao
Data class for Collaboration.
BoxAndroidCollaboration() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidCollaboration
 
BoxAndroidCollection - Class in com.box.boxandroidlibv2.dao
 
BoxAndroidCollection() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidCollection
 
BoxAndroidComment - Class in com.box.boxandroidlibv2.dao
Data class for Comment.
BoxAndroidComment() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidComment
 
BoxAndroidConfig - Class in com.box.boxandroidlibv2
 
BoxAndroidEmail - Class in com.box.boxandroidlibv2.dao
Data class for Email.
BoxAndroidEmail() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidEmail
 
BoxAndroidEmailAlias - Class in com.box.boxandroidlibv2.dao
Data class for Email alias.
BoxAndroidEmailAlias() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidEmailAlias
 
BoxAndroidEnterprise - Class in com.box.boxandroidlibv2.dao
 
BoxAndroidEnterprise() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidEnterprise
 
BoxAndroidEvent - Class in com.box.boxandroidlibv2.dao
Data class for event.
BoxAndroidEvent() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidEvent
 
BoxAndroidEventCollection - Class in com.box.boxandroidlibv2.dao
 
BoxAndroidEventCollection() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidEventCollection
 
BoxAndroidEventCollection(Parcel) - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidEventCollection
 
BoxAndroidFile - Class in com.box.boxandroidlibv2.dao
Data class for file.
BoxAndroidFile() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
BoxAndroidFileVersion - Class in com.box.boxandroidlibv2.dao
Data class for file version.
BoxAndroidFileVersion() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidFileVersion
 
BoxAndroidFolder - Class in com.box.boxandroidlibv2.dao
Data class for folder.
BoxAndroidFolder() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
BoxAndroidLibException - Exception in com.box.boxandroidlibv2.exceptions
A wrapper class for exceptions.
BoxAndroidLibException() - Constructor for exception com.box.boxandroidlibv2.exceptions.BoxAndroidLibException
Constructor.
BoxAndroidLibException(Exception) - Constructor for exception com.box.boxandroidlibv2.exceptions.BoxAndroidLibException
Constructor.
BoxAndroidOAuthData - Class in com.box.boxandroidlibv2.dao
Data used for OAuth.
BoxAndroidOAuthData() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidOAuthData
 
BoxAndroidSharedLink - Class in com.box.boxandroidlibv2.dao
Data class for shared link.
BoxAndroidSharedLink() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidSharedLink
 
BoxAndroidSharedLinkPermissions - Class in com.box.boxandroidlibv2.dao
 
BoxAndroidSharedLinkPermissions() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidSharedLinkPermissions
 
BoxAndroidSharedLinkPermissions(Map<String, Object>) - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidSharedLinkPermissions
 
BoxAndroidUser - Class in com.box.boxandroidlibv2.dao
Data class for user.
BoxAndroidUser() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidUser
 
BoxAndroidWebLink - Class in com.box.boxandroidlibv2.dao
Web link.
BoxAndroidWebLink() - Constructor for class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
BoxBase - Class in com.box.boxjavalibv2.dao
 
BoxBase() - Constructor for class com.box.boxjavalibv2.dao.BoxBase
 
BoxBasicRestClient - Class in com.box.restclientv2
Basic implementation of the IBoxRESTClient.
BoxBasicRestClient() - Constructor for class com.box.restclientv2.BoxBasicRestClient
Constructor.
BoxClient - Class in com.box.boxjavalibv2
This is the main entrance of the sdk.
BoxClient(String, String, IBoxResourceHub, IBoxJSONParser) - Constructor for class com.box.boxjavalibv2.BoxClient
 
BoxClient(String, String) - Constructor for class com.box.boxjavalibv2.BoxClient
Deprecated.
BoxCollaboration - Class in com.box.boxjavalibv2.dao
Data for collaboration.
BoxCollaboration() - Constructor for class com.box.boxjavalibv2.dao.BoxCollaboration
Constructor.
BoxCollaboration(BoxCollaboration) - Constructor for class com.box.boxjavalibv2.dao.BoxCollaboration
Copy constructor, this does deep copy for all the fields.
BoxCollaboration(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxCollaboration
Instantiate the object from a map.
BoxCollaboration(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxCollaboration
 
BoxCollaborationRole - Class in com.box.boxjavalibv2.dao
When inviting a user as a collaborator you specify the level of access that user has to your files.
BoxCollaborationRole() - Constructor for class com.box.boxjavalibv2.dao.BoxCollaborationRole
 
BoxCollaborationsManager - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), collaborations endpints.
BoxCollaborationsManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Constructor.
BoxCollabRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
Entity for adding collaboration request.
BoxCollection - Class in com.box.boxjavalibv2.dao
 
BoxCollection() - Constructor for class com.box.boxjavalibv2.dao.BoxCollection
 
BoxCollection(BoxCollection) - Constructor for class com.box.boxjavalibv2.dao.BoxCollection
Copy constructor, this does deep copy for all the fields.
BoxCollection(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxCollection
Instantiate the object from a map.
BoxCollection(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxCollection
 
BoxCollectionWrapper - Class in com.box.boxjavalibv2.dao
Collection of box items(files, folders, web links...), this is a wrapper of BoxCollection
BoxCollectionWrapper() - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionWrapper
 
BoxCollectionWrapper(BoxCollectionWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionWrapper
Copy constructor, this does deep copy for all the fields.
BoxCollectionWrapper(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionWrapper
Instantiate the object from a map.
BoxComment - Class in com.box.boxjavalibv2.dao
Comment.
BoxComment() - Constructor for class com.box.boxjavalibv2.dao.BoxComment
Constructor.
BoxComment(BoxComment) - Constructor for class com.box.boxjavalibv2.dao.BoxComment
Copy constructor, this does deep copy for all the fields.
BoxComment(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxComment
Instantiate the object from a map.
BoxComment(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxComment
 
BoxCommentRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
Entity for a comment message.
BoxCommentsManager - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), comments endpints.
BoxCommentsManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManager
Constructor.
BoxConfig - Class in com.box.boxjavalibv2
Class for retrieving configuration parameters.
BoxConfig() - Constructor for class com.box.boxjavalibv2.BoxConfig
Private constructor.
BoxDefaultRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
A request object with entity and fields.
BoxDefaultRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Constructor.
BoxEmail - Class in com.box.boxjavalibv2.dao
Email.
BoxEmail() - Constructor for class com.box.boxjavalibv2.dao.BoxEmail
 
BoxEmail(BoxEmail) - Constructor for class com.box.boxjavalibv2.dao.BoxEmail
 
BoxEmail(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxEmail
 
BoxEmail(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxEmail
 
BoxEmailAlias - Class in com.box.boxjavalibv2.dao
 
BoxEmailAlias() - Constructor for class com.box.boxjavalibv2.dao.BoxEmailAlias
 
BoxEmailAlias(BoxEmailAlias) - Constructor for class com.box.boxjavalibv2.dao.BoxEmailAlias
Copy constructor, this does deep copy for all the fields.
BoxEmailAlias(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxEmailAlias
Instantiate the object from a map.
BoxEmailAlias(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxEmailAlias
 
BoxEnterprise - Class in com.box.boxjavalibv2.dao
Enterprise.
BoxEnterprise() - Constructor for class com.box.boxjavalibv2.dao.BoxEnterprise
 
BoxEnterprise(BoxEnterprise) - Constructor for class com.box.boxjavalibv2.dao.BoxEnterprise
Copy constructor, this does deep copy for all the fields.
BoxEnterprise(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxEnterprise
Instantiate the object from a map.
BoxEnterprise(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxEnterprise
 
BoxEvent - Class in com.box.boxjavalibv2.dao
 
BoxEvent() - Constructor for class com.box.boxjavalibv2.dao.BoxEvent
Constructor.
BoxEvent(BoxEvent) - Constructor for class com.box.boxjavalibv2.dao.BoxEvent
Copy constructor, this does deep copy for all the fields.
BoxEvent(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxEvent
Instantiate the object from a map.
BoxEvent(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxEvent
To support Android Parcelable.
BoxEventCollection - Class in com.box.boxjavalibv2.dao
 
BoxEventCollection() - Constructor for class com.box.boxjavalibv2.dao.BoxEventCollection
 
BoxEventCollection(BoxEventCollection) - Constructor for class com.box.boxjavalibv2.dao.BoxEventCollection
Copy constructor, this does deep copy for all the fields.
BoxEventCollection(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxEventCollection
Instantiate the object from a map.
BoxEventCollection(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxEventCollection
 
BoxEventRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxEventsManager - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2).
BoxEventsManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxEventsManager
Constructor.
BoxFile - Class in com.box.boxjavalibv2.dao
Box File object
BoxFile() - Constructor for class com.box.boxjavalibv2.dao.BoxFile
Constructor.
BoxFile(BoxFile) - Constructor for class com.box.boxjavalibv2.dao.BoxFile
Copy constructor, this does deep copy for all the fields.
BoxFile(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxFile
Instantiate the object from a map.
BoxFile(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxFile
 
BoxFileDownload - Class in com.box.boxjavalibv2.filetransfer
Contains logic for downloading a user's file from Box API and supports using IFileTransferListener to monitor downloading progress.
BoxFileDownload(IBoxConfig, IBoxRESTClient, String) - Constructor for class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Constructor.
BoxFileRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxFilesManager - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxFilesManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Constructor.
BoxFileUpload - Class in com.box.boxjavalibv2.filetransfer
Contains logic for uploading a user's file via Box API and supports using IFileTransferListener to monitor uploading progress.
BoxFileUpload(IBoxConfig) - Constructor for class com.box.boxjavalibv2.filetransfer.BoxFileUpload
Constructor.
BoxFileUploadRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxFileVersion - Class in com.box.boxjavalibv2.dao
Version of a file.
BoxFileVersion() - Constructor for class com.box.boxjavalibv2.dao.BoxFileVersion
Constructor.
BoxFileVersion(BoxFileVersion) - Constructor for class com.box.boxjavalibv2.dao.BoxFileVersion
Copy constructor, this does deep copy for all the fields.
BoxFileVersion(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxFileVersion
Instantiate the object from a map.
BoxFileVersion(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxFileVersion
 
BoxFolder - Class in com.box.boxjavalibv2.dao
Box folder.
BoxFolder() - Constructor for class com.box.boxjavalibv2.dao.BoxFolder
Constructor.
BoxFolder(BoxFolder) - Constructor for class com.box.boxjavalibv2.dao.BoxFolder
Copy constructor, this does deep copy for all the fields.
BoxFolder(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxFolder
Instantiate the object from a map.
BoxFolder(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxFolder
 
BoxFolderRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxFoldersManager - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxFoldersManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Constructor.
BoxImageRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxItem - Class in com.box.boxjavalibv2.dao
Box item, this is a base class for the box items(BoxFileV2/BoxFolder/...)
BoxItem() - Constructor for class com.box.boxjavalibv2.dao.BoxItem
 
BoxItem(BoxItem) - Constructor for class com.box.boxjavalibv2.dao.BoxItem
Copy constructor, this does deep copy for all the fields.
BoxItem(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxItem
Instantiate the object from a map.
BoxItem(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxItem
 
BoxItemRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxItemRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
BoxItemRestoreRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxItemRestoreRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
 
BoxItemsManager - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2).
BoxItemsManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Constructor.
BoxJSONException - Exception in com.box.boxjavalibv2.exceptions
 
BoxJSONException(Exception) - Constructor for exception com.box.boxjavalibv2.exceptions.BoxJSONException
 
BoxJSONParser - Class in com.box.boxjavalibv2.jsonparsing
The json parser class wrapping Jackson JSON parser.
BoxJSONParser(IBoxResourceHub) - Constructor for class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
BoxListItem - Class in com.box.boxandroidlibv2.viewdata
This class will contain an item or a task that will be displayed in a list.
BoxListItem(BoxItem, String) - Constructor for class com.box.boxandroidlibv2.viewdata.BoxListItem
Constructor.
BoxListItem(FutureTask<?>, String) - Constructor for class com.box.boxandroidlibv2.viewdata.BoxListItem
Constructor.
BoxListItemAdapter - Class in com.box.boxandroidlibv2.adapters
An adapter that displays files and folders for a user to select.
BoxListItemAdapter(Activity, ThumbnailManager) - Constructor for class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
Construct a new adapter.
BoxListItemAdapter.ViewHolder - Class in com.box.boxandroidlibv2.adapters
A ViewHolder to keep references to children views.
BoxListItemAdapter.ViewHolder() - Constructor for class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
Constructor.
BoxLock - Class in com.box.boxjavalibv2.dao
Version of a file.
BoxLock() - Constructor for class com.box.boxjavalibv2.dao.BoxLock
Constructor.
BoxLock(BoxLock) - Constructor for class com.box.boxjavalibv2.dao.BoxLock
Copy constructor, this does deep copy for all the fields.
BoxLock(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxLock
Instantiate the object from a map.
BoxLock(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxLock
 
BoxMalformedResponseException - Exception in com.box.boxjavalibv2.exceptions
Exception for unexpected API response body.
BoxMalformedResponseException(int) - Constructor for exception com.box.boxjavalibv2.exceptions.BoxMalformedResponseException
 
BoxOAuthManager - Class in com.box.boxjavalibv2.resourcemanagers
API for OAuth.
BoxOAuthManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManager
Constructor.
BoxOAuthRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxOAuthToken - Class in com.box.boxjavalibv2.dao
OAuth data.
BoxOAuthToken() - Constructor for class com.box.boxjavalibv2.dao.BoxOAuthToken
 
BoxOAuthToken(BoxOAuthToken) - Constructor for class com.box.boxjavalibv2.dao.BoxOAuthToken
Copy constructor, this does deep copy for all the fields.
BoxOAuthToken(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxOAuthToken
Instantiate the object from a map.
BoxOAuthToken(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxOAuthToken
 
BoxObject - Class in com.box.boxjavalibv2.dao
 
BoxObject() - Constructor for class com.box.boxjavalibv2.dao.BoxObject
 
BoxObject(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxObject
Instantiate the object from a map.
BoxObject(BoxObject) - Constructor for class com.box.boxjavalibv2.dao.BoxObject
Copy constructor, this does deep copy for all the fields.
BoxObject(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxObject
 
BoxObjectResponseParser - Class in com.box.boxjavalibv2.responseparsers
Parser to parse DefaultBoxResponse into Box DAO objects.
BoxObjectResponseParser(Class, IBoxJSONParser) - Constructor for class com.box.boxjavalibv2.responseparsers.BoxObjectResponseParser
Constructor.
BoxParcel - Class in com.box.boxandroidlibv2.dao
A parcel wrapper wrapping android parcel class.
BoxParcel(Parcel) - Constructor for class com.box.boxandroidlibv2.dao.BoxParcel
 
BoxPreview - Class in com.box.boxjavalibv2.dao
Preview of a file.
BoxPreview() - Constructor for class com.box.boxjavalibv2.dao.BoxPreview
 
BoxRealTimeServer - Class in com.box.boxjavalibv2.dao
 
BoxRealTimeServer() - Constructor for class com.box.boxjavalibv2.dao.BoxRealTimeServer
Constructor.
BoxRealTimeServer(BoxRealTimeServer) - Constructor for class com.box.boxjavalibv2.dao.BoxRealTimeServer
Copy constructor, this does deep copy for all the fields.
BoxRealTimeServer(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxRealTimeServer
Instantiate the object from a map.
BoxRealTimeServer(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxRealTimeServer
 
BoxResourceHub - Class in com.box.boxjavalibv2.jsonparsing
 
BoxResourceHub() - Constructor for class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
BoxResourceManager - Class in com.box.boxjavalibv2.resourcemanagers
Base class for BoxAPI classes.
BoxResourceManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
private constructor.
BoxResourceType - Enum in com.box.boxjavalibv2.dao
Type of resources that can be requested by API's.
BoxRESTClient - Class in com.box.boxjavalibv2
API v2 client.
BoxRESTClient() - Constructor for class com.box.boxjavalibv2.BoxRESTClient
 
BoxRestException - Exception in com.box.restclientv2.exceptions
BoxException, this is an exception thrown from executing the api requests.
BoxRestException(String) - Constructor for exception com.box.restclientv2.exceptions.BoxRestException
BoxRestException.
BoxRestException(Exception, String) - Constructor for exception com.box.restclientv2.exceptions.BoxRestException
BoxRestException.
BoxRestException(String, String) - Constructor for exception com.box.restclientv2.exceptions.BoxRestException
BoxRestException.
BoxRestException(Exception) - Constructor for exception com.box.restclientv2.exceptions.BoxRestException
BoxRestException.
BoxSDKException - Exception in com.box.restclientv2.exceptions
 
BoxSDKException(String) - Constructor for exception com.box.restclientv2.exceptions.BoxSDKException
 
BoxSDKException(Exception) - Constructor for exception com.box.restclientv2.exceptions.BoxSDKException
 
BoxSDKException() - Constructor for exception com.box.restclientv2.exceptions.BoxSDKException
 
BoxSearchManager - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxSearchManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxSearchManager
Constructor.
BoxServerError - Class in com.box.boxjavalibv2.dao
Class for errors sent from server.
BoxServerError() - Constructor for class com.box.boxjavalibv2.dao.BoxServerError
 
BoxServerError(BoxServerError) - Constructor for class com.box.boxjavalibv2.dao.BoxServerError
Copy constructor, this does deep copy for all the fields.
BoxServerError(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxServerError
Instantiate the object from a map.
BoxServerException - Exception in com.box.boxjavalibv2.exceptions
Exception wrapping error responses received from api calls.
BoxServerException() - Constructor for exception com.box.boxjavalibv2.exceptions.BoxServerException
 
BoxServerException(String, int) - Constructor for exception com.box.boxjavalibv2.exceptions.BoxServerException
Constructor.
BoxServerException(BoxServerError) - Constructor for exception com.box.boxjavalibv2.exceptions.BoxServerException
Constructor.
BoxServiceAction - Class in com.box.boxjavalibv2.dao
Version of a file.
BoxServiceAction() - Constructor for class com.box.boxjavalibv2.dao.BoxServiceAction
 
BoxServiceAction(BoxServiceAction) - Constructor for class com.box.boxjavalibv2.dao.BoxServiceAction
Copy constructor, this does deep copy for all the fields.
BoxServiceAction(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxServiceAction
Instantiate the object from a map.
BoxServiceAction(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxServiceAction
 
BoxSharedItemsManager - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxSharedItemsManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxSharedItemsManager
Constructor.
BoxSharedLink - Class in com.box.boxjavalibv2.dao
Shared link.
BoxSharedLink() - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLink
 
BoxSharedLink(BoxSharedLink) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLink
Copy constructor, this does deep copy for all the fields.
BoxSharedLink(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLink
Instantiate the object from a map.
BoxSharedLink(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLink
 
BoxSharedLinkAccess - Class in com.box.boxjavalibv2.dao
Access level for shared links.
BoxSharedLinkAccess() - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
 
BoxSharedLinkPermissions - Class in com.box.boxjavalibv2.dao
Permission for shared links.
BoxSharedLinkPermissions() - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
Default constructor.
BoxSharedLinkPermissions(BoxSharedLinkPermissions) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
Copy constructor, this does deep copy for all the fields.
BoxSharedLinkPermissions(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
Instantiate the object from a map.
BoxSharedLinkPermissions(boolean) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
Constructor.
BoxSharedLinkPermissions(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
 
BoxSharedLinkRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
Entity for shared link.
BoxTypedObject - Class in com.box.boxjavalibv2.dao
This is base class for all box objects.
BoxTypedObject() - Constructor for class com.box.boxjavalibv2.dao.BoxTypedObject
 
BoxTypedObject(BoxTypedObject) - Constructor for class com.box.boxjavalibv2.dao.BoxTypedObject
Copy constructor, this does deep copy for all the fields.
BoxTypedObject(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxTypedObject
Instantiate the object from a map.
BoxTypedObject(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxTypedObject
 
BoxUnexpectedHttpStatusException - Exception in com.box.boxjavalibv2.exceptions
Exception for unexpected http status code(not error status code).
BoxUnexpectedHttpStatusException(BoxUnexpectedStatus) - Constructor for exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
BoxUnexpectedStatus - Class in com.box.boxjavalibv2.exceptions
Unexpected http status code(not error status code).
BoxUnexpectedStatus(int) - Constructor for class com.box.boxjavalibv2.exceptions.BoxUnexpectedStatus
 
BoxUser - Class in com.box.boxjavalibv2.dao
Box user.
BoxUser() - Constructor for class com.box.boxjavalibv2.dao.BoxUser
Constructor.
BoxUser(BoxUser) - Constructor for class com.box.boxjavalibv2.dao.BoxUser
Copy constructor, this does deep copy for all the fields.
BoxUser(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxUser
Instantiate the object from a map.
BoxUser(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxUser
 
BoxUserRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxUsersManager - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), users endpints.
BoxUsersManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Constructor.
BoxWebLink - Class in com.box.boxjavalibv2.dao
 
BoxWebLink() - Constructor for class com.box.boxjavalibv2.dao.BoxWebLink
Constructor.
BoxWebLink(BoxWebLink) - Constructor for class com.box.boxjavalibv2.dao.BoxWebLink
Copy constructor, this does deep copy for all the fields.
BoxWebLink(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxWebLink
Instantiate the object from a map.
BoxWebLink(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxWebLink
 
build() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Builds a URI instance.
buildUrl() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
build the oauth URI.

C

canSeeManagedUsers() - Method in class com.box.boxjavalibv2.dao.BoxUser
Whether or not the user can see other enterprise users in the contact list.
clear() - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
clearCustomQueryParameters() - Method in class com.box.boxjavalibv2.BoxConfig
Clear out all custom query parameters that may have been set.
clientId - Variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
clientSecret - Variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
CO_OWNER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
A Co-Owner has all of the functional read/ write access that an Editor does.
CODE_RESPONSE - Static variable in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
COLLABORATORS - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
Collaborators access.Indicates the link can only be accessed by collaborators.
com.box.boxandroidlibv2 - package com.box.boxandroidlibv2
 
com.box.boxandroidlibv2.activities - package com.box.boxandroidlibv2.activities
 
com.box.boxandroidlibv2.adapters - package com.box.boxandroidlibv2.adapters
 
com.box.boxandroidlibv2.dao - package com.box.boxandroidlibv2.dao
 
com.box.boxandroidlibv2.exceptions - package com.box.boxandroidlibv2.exceptions
 
com.box.boxandroidlibv2.jsonparsing - package com.box.boxandroidlibv2.jsonparsing
 
com.box.boxandroidlibv2.manager - package com.box.boxandroidlibv2.manager
 
com.box.boxandroidlibv2.viewdata - package com.box.boxandroidlibv2.viewdata
 
com.box.boxandroidlibv2.viewlisteners - package com.box.boxandroidlibv2.viewlisteners
 
com.box.boxandroidlibv2.views - package com.box.boxandroidlibv2.views
 
com.box.boxjavalibv2 - package com.box.boxjavalibv2
 
com.box.boxjavalibv2.authorization - package com.box.boxjavalibv2.authorization
 
com.box.boxjavalibv2.dao - package com.box.boxjavalibv2.dao
 
com.box.boxjavalibv2.events - package com.box.boxjavalibv2.events
 
com.box.boxjavalibv2.exceptions - package com.box.boxjavalibv2.exceptions
 
com.box.boxjavalibv2.filetransfer - package com.box.boxjavalibv2.filetransfer
 
com.box.boxjavalibv2.httpentities - package com.box.boxjavalibv2.httpentities
 
com.box.boxjavalibv2.interfaces - package com.box.boxjavalibv2.interfaces
 
com.box.boxjavalibv2.jsonentities - package com.box.boxjavalibv2.jsonentities
 
com.box.boxjavalibv2.jsonparsing - package com.box.boxjavalibv2.jsonparsing
 
com.box.boxjavalibv2.requests - package com.box.boxjavalibv2.requests
 
com.box.boxjavalibv2.requests.requestobjects - package com.box.boxjavalibv2.requests.requestobjects
 
com.box.boxjavalibv2.resourcemanagers - package com.box.boxjavalibv2.resourcemanagers
 
com.box.boxjavalibv2.responseparsers - package com.box.boxjavalibv2.responseparsers
 
com.box.boxjavalibv2.utils - package com.box.boxjavalibv2.utils
 
com.box.restclientv2 - package com.box.restclientv2
 
com.box.restclientv2.authorization - package com.box.restclientv2.authorization
 
com.box.restclientv2.exceptions - package com.box.restclientv2.exceptions
 
com.box.restclientv2.httpclientsupport - package com.box.restclientv2.httpclientsupport
 
com.box.restclientv2.interfaces - package com.box.restclientv2.interfaces
 
com.box.restclientv2.requests - package com.box.restclientv2.requests
 
com.box.restclientv2.responseparsers - package com.box.restclientv2.responseparsers
 
com.box.restclientv2.responses - package com.box.restclientv2.responses
 
COMPANY - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
Company access.
Constants - Class in com.box.boxjavalibv2.utils
 
Constants() - Constructor for class com.box.boxjavalibv2.utils.Constants
 
contains(String) - Method in class com.box.boxjavalibv2.dao.BoxObject
Use this method to check whether the object contains certain field at all.
CONTENT_MD5 - Static variable in class com.box.boxjavalibv2.utils.Constants
 
CONTENT_TYPE - Static variable in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
 
convertBoxObjectToJSONString(Object) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONParser
Convert the object into String.
convertBoxObjectToJSONString(Object) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
convertBoxObjectToJSONStringQuietly(Object) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONParser
Convert the object into String.
convertBoxObjectToJSONStringQuietly(Object) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
copyFile(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Copy a file.
copyFileRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
BoxFileRequestObject for copy file request.
copyFolder(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Copy a folder.
copyFolderRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
BoxFolderRequestObject for copy folder request.
copyItem(String, BoxItemRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Copy an item.
CopyItemRequest - Class in com.box.boxjavalibv2.requests
Request to copy a file/folder to a different parent folder.
CopyItemRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject, BoxResourceType) - Constructor for class com.box.boxjavalibv2.requests.CopyItemRequest
Constructor.
createAuthDataController(String, String) - Method in class com.box.boxjavalibv2.BoxClient
 
createAuthorization(IAuthDataController) - Method in class com.box.boxjavalibv2.BoxClient
 
createCollaboration(String, BoxCollabRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Add a collaboration for a single user to a folder.
createCollaborationObject(String, String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
Create an request object used to do create Collaboration request.
CreateCollaborationRequest - Class in com.box.boxjavalibv2.requests
Request to add a collaboration for a single user to a folder.
CreateCollaborationRequest(IBoxConfig, IBoxJSONParser, String, BoxCollabRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateCollaborationRequest
Constructor.
CreateCommentRequest - Class in com.box.boxjavalibv2.requests
Request to add a comment to a file.
CreateCommentRequest(IBoxConfig, IBoxJSONParser, BoxCommentRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateCommentRequest
Constructor.
CreateEmailAliasRequest - Class in com.box.boxjavalibv2.requests
Request to adds a new email alias to the given user's account.
CreateEmailAliasRequest(IBoxConfig, IBoxJSONParser, String, BoxUserRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateEmailAliasRequest
Constructor.
createEnterpriseUser(BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Used to provision a new user in an enterprise.
CreateEnterpriseUserRequest - Class in com.box.boxjavalibv2.requests
Request used to provision a new user in an enterprise.
CreateEnterpriseUserRequest(IBoxConfig, IBoxJSONParser, BoxUserRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateEnterpriseUserRequest
Constructor.
createEnterpriseUserRequestObject(String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Request object to create an enterprise user.
createFolder(BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Create a folder.
createFolderRequestObject(String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
createJSONParser(IBoxResourceHub) - Method in class com.box.boxjavalibv2.BoxClient
Create a json parser.
CreateNewFolderRequest - Class in com.box.boxjavalibv2.requests
Request to create a new folder.
CreateNewFolderRequest(IBoxConfig, IBoxJSONParser, BoxFolderRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateNewFolderRequest
Constructor.
createOAuth(BoxOAuthRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManager
Create an OAuth token.
createOAuthActivityIntent(Context, String, String) - Static method in class com.box.boxandroidlibv2.activities.OAuthActivity
Create intent to launch OAuthActivity
createOAuthActivityIntent(Context, String, String, boolean) - Static method in class com.box.boxandroidlibv2.activities.OAuthActivity
Create intent to launch OAuthActivity
CreateOAuthRequest - Class in com.box.boxjavalibv2.requests
Request used to create OAuth.
CreateOAuthRequest(IBoxConfig, IBoxJSONParser, BoxOAuthRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateOAuthRequest
Constructor.
createOAuthRequestObject(String, String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
Request object to create OAUth.
createResourceHub() - Method in class com.box.boxandroidlibv2.BoxAndroidClient
 
createResourceHub() - Method in class com.box.boxjavalibv2.BoxClient
Create a resource hub
createRestClient() - Method in class com.box.boxjavalibv2.BoxClient
Create a REST client to make api calls.
createSharedLink(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Create a shared link for a file, given the id of the file/folder.
createSharedLink(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Create a shared link for a folder, given the id of the file/folder.
createSharedLink(String, BoxItemRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Create a shared link for an item, given the id .
CreateSharedLinkRequest - Class in com.box.boxjavalibv2.requests
Request to create a shared link for a file or folder.
CreateSharedLinkRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject, BoxResourceType) - Constructor for class com.box.boxjavalibv2.requests.CreateSharedLinkRequest
Constructor.
createSharedLinkRequestObject(BoxSharedLinkRequestObject) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
createSharedLinkRequestObject(BoxSharedLinkRequestObject) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
createSharedLinkRequestObject(BoxSharedLinkRequestObject) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
createSharedLinkRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
SharedLinkRequestObject for create sharedlink request.
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidCollaboration
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidCollection
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidComment
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidEmail
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidEmailAlias
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidEnterprise
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidEvent
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidEventCollection
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidFileVersion
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidOAuthData
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLink
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLinkPermissions
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidUser
 
CREATOR - Static variable in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 

D

dateContentCreatedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
Return the date content created on local machine, if this date was not provided when uploading the file, this will be the time file was uploaded.
dateContentModifieddAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
Return the date content last modified on local machine, if this date was not provided when uploading the file, this will be the time file was uploaded.
dateCreatedAt() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get the time created at.
dateExpiresAt() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the time this collaboration expires.
dateModifiedAt() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get the date this object is modified at.
DEFAULT_ITEMS_MAX - Static variable in class com.box.boxjavalibv2.requests.GetAllUsersInEnterpriseRequest
Default(max) value of maximum number of items returned.
DEFAULT_ITEMS_OFFSET - Static variable in class com.box.boxjavalibv2.requests.GetAllUsersInEnterpriseRequest
Default value of offset.
DefaultAuthHeaderAuth - Class in com.box.restclientv2.authorization
Auth to be set in http request header.
DefaultAuthHeaderAuth(String, String, String, String) - Constructor for class com.box.restclientv2.authorization.DefaultAuthHeaderAuth
Constructor.
DefaultBoxJSONResponseParser - Class in com.box.restclientv2.responseparsers
This class is a wrapper class in order for Jackson JSON processor to parse response JSON into the wrapped objects.
DefaultBoxJSONResponseParser(Class, IBoxJSONParser) - Constructor for class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParser
Constructor.
DefaultBoxRequest - Class in com.box.restclientv2.requests
Default implementation for IBoxRequest interface.
DefaultBoxRequest(IBoxConfig, IBoxJSONParser, String, RestMethod, BoxDefaultRequestObject) - Constructor for class com.box.restclientv2.requests.DefaultBoxRequest
Constructor.
DefaultBoxResponse - Class in com.box.restclientv2.responses
Default implementation for BOX JSON response.
DefaultBoxResponse(HttpResponse) - Constructor for class com.box.restclientv2.responses.DefaultBoxResponse
Constructor.
DefaultFileResponseParser - Class in com.box.restclientv2.responseparsers
Default implementation for response parser to parse a response with a file InputStream.
DefaultFileResponseParser() - Constructor for class com.box.restclientv2.responseparsers.DefaultFileResponseParser
 
DefaultJSONStringEntity - Class in com.box.boxjavalibv2.jsonentities
Default implementation of the IBoxJSONStringEntity, this class utilizes Jackson JSON processer to convert object into JSON String.
DefaultJSONStringEntity() - Constructor for class com.box.boxjavalibv2.jsonentities.DefaultJSONStringEntity
 
DefaultRequestAuth - Class in com.box.restclientv2.authorization
Base class for default Auth to be used for DefaultBoxRequest.
DefaultRequestAuth() - Constructor for class com.box.restclientv2.authorization.DefaultRequestAuth
 
DefaultUsernamePasswordAuth - Class in com.box.restclientv2.authorization
Auth for username/password.
DefaultUsernamePasswordAuth(String, String) - Constructor for class com.box.restclientv2.authorization.DefaultUsernamePasswordAuth
Constructor
deleteCollaboration(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Delete a collaboration.
DeleteCollaborationRequest - Class in com.box.boxjavalibv2.requests
 
DeleteCollaborationRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteCollaborationRequest
Constructor.
deleteComment(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManager
Delete a comment.
DeleteCommentRequest - Class in com.box.boxjavalibv2.requests
Request call to delete a comment.
DeleteCommentRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteCommentRequest
Constructor.
deleteEmailAlias(String, String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Removes an email alias from a user.
DeleteEmailAliasRequest - Class in com.box.boxjavalibv2.requests
Request to remove an email alias from a user.
DeleteEmailAliasRequest(IBoxConfig, IBoxJSONParser, String, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteEmailAliasRequest
Constructor.
deleteFile(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Delete a file.
DeleteFileRequest - Class in com.box.boxjavalibv2.requests
Request to delete a file.
DeleteFileRequest(IBoxConfig, IBoxJSONParser, String, BoxFileRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteFileRequest
Constructor.
deleteFileRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
BoxFileRequestObject for delete file request.
deleteFilesInCacheDirectory() - Method in class com.box.boxandroidlibv2.manager.ThumbnailManager
Convenience method to delete all files in the provided cache directory.
deleteFolder(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Delete a folder.
DeleteFolderRequest - Class in com.box.boxjavalibv2.requests
Request to delete a folder.
DeleteFolderRequest(IBoxConfig, IBoxJSONParser, String, BoxFolderRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteFolderRequest
Constructor.
deleteFolderRequestObject(boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
deleteSharedLinkRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
deleteSharedLinkRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
deleteSharedLinkRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
deleteTrashFile(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Permanently delete a trashed file.
deleteTrashFolder(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Permanently delete a trashed folder.
deleteTrashItem(String, BoxResourceType, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Permanently delete a trashed item.
DeleteTrashItemRequest - Class in com.box.boxjavalibv2.requests
 
DeleteTrashItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteTrashItemRequest
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidCollaboration
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidCollection
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidComment
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEmail
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEmailAlias
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEnterprise
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEvent
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEventCollection
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFileVersion
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidOAuthData
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLink
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLinkPermissions
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidUser
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
destroy() - Method in class com.box.boxandroidlibv2.views.OAuthWebView
 
downloadFile(String, File, IFileTransferListener, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Download a file.
downloadFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Execute the download and return the raw InputStream.
downloadFile(String, OutputStream[], IFileTransferListener, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Download a file.
DownloadFileRequest - Class in com.box.boxjavalibv2.requests
Request to download a file.
DownloadFileRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DownloadFileRequest
Constructor.
downloadThumbnail(String, File, BoxListItemAdapter.ViewHolder) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
Download the thumbnail for a given file.
downloadThumbnail(String, String, BoxImageRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get thumbnail of a file.

E

EDITOR - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
An Editor has full read/ write access to a folder.
equals(Object) - Method in class com.box.boxjavalibv2.dao.BoxObject
Whether the two objects are equal.
ERROR_MESSAGE - Static variable in class com.box.boxandroidlibv2.activities.OAuthActivity
 
ErrorResponseParser - Class in com.box.boxjavalibv2.responseparsers
Parser to parse DefaultBoxResponse into BoxServerError objects.
ErrorResponseParser(IBoxJSONParser) - Constructor for class com.box.boxjavalibv2.responseparsers.ErrorResponseParser
 
EVENT_TYPE_ADD_LOGIN_ACTIVITY_DEVICE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_COLLAB_ADD_COLLABORATOR - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_COLLAB_INVITE_COLLABORATOR - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_COMMENT_CREATE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_COPY - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_CREATE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_DOWNLOAD - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_MOVE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_PREVIEW - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_RENAME - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_SHARED - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_SHARED_CREATE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_SHARED_UNSHARE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_SYNC - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_TRASH - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_UNDELETE_VIA_TRASH - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_UNSYNC - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_ITEM_UPLOAD - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_LOCK_CREATE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_LOCK_DESTROY - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_TAG_ITEM_CREATE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EVENT_TYPE_TASK_ASSIGNMENT_CREATE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
EventOptionsRequest - Class in com.box.boxjavalibv2.requests
Request to get the options for the Events api.
EventOptionsRequest(IBoxConfig, IBoxJSONParser, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.EventOptionsRequest
Constructor.
execute(IBoxRequest) - Method in class com.box.boxjavalibv2.BoxRESTClient
 
execute(IBoxRequestAuth, OutputStream[], IBoxJSONParser, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Execute a download.
execute(IBoxRequestAuth, File, IBoxJSONParser, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Execute a download.
execute(IBoxRequestAuth, IBoxJSONParser, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Execute the download and return the raw InputStream.
execute(BoxFilesManager, BoxFileUploadRequestObject) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileUpload
Execute the upload task.
execute(String, BoxFilesManager, BoxFileUploadRequestObject) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileUpload
Upload a new version of file with known file id and sha1.
execute(IBoxRequest) - Method in class com.box.restclientv2.BoxBasicRestClient
 
execute(IBoxRequest) - Method in interface com.box.restclientv2.interfaces.IBoxRESTClient
Execute the API request and return a response.
executeRequestWithNoResponseBody(DefaultBoxRequest) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Execute a request and expect no response body.
EXTRA_BOX_ANDROID_FILE - Static variable in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
EXTRA_BOX_ANDROID_FILE - Static variable in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
EXTRA_BOX_ANDROID_FOLDER - Static variable in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
EXTRA_BOX_ANDROID_FOLDER - Static variable in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
EXTRA_BOX_CLIENT_ID - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
EXTRA_BOX_CLIENT_OAUTH - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
EXTRA_BOX_CLIENT_SECRET - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
EXTRA_FOLDER_ID - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
EXTRA_FOLDER_NAME - Static variable in class com.box.boxandroidlibv2.activities.FilePickerActivity
Used to keep track of whether or not this is the first activity launched
EXTRA_NAV_NUMBER - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
EXTRA_SOURCE_TYPE - Static variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 

F

fetchFolder(String) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
Fetch a Box folder using v2.
fetchFolderItems(String, int, int) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
Fetch items from folder using given offset and limit.
FIELD_ACCESS - Static variable in class com.box.boxjavalibv2.dao.BoxEmail
 
FIELD_ACCESS - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_ACCESS_TOKEN - Static variable in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
FIELD_ACCESSIBLE_BY - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_ACKNOWLEGED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_ADDRESS - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_AVATAR_URL - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_CAN_SEE_MANAGED_USERS - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Whether this user can see other enterprise users in its contact list
FIELD_CHUNK_SIZE - Static variable in class com.box.boxjavalibv2.dao.BoxEventCollection
 
FIELD_CODE - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_COMMENT_COUNT - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
FIELD_CONTENT_CREATED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
FIELD_CONTENT_MODIFIED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
FIELD_CREATED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxTypedObject
 
FIELD_CREATED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_CREATED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxComment
 
FIELD_CREATED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_CREATED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxLock
 
FIELD_DESCRIPTION - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_DOWNLOAD_COUNT - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_DOWNLOAD_URL - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_EMAIL - Static variable in class com.box.boxjavalibv2.dao.BoxEmail
 
FIELD_EMAIL - Static variable in class com.box.boxjavalibv2.dao.BoxEmailAlias
 
FIELD_ENTERPRISE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Mini representation of this user's enterprise, including the ID of its enterprise
FIELD_ENTRIES - Static variable in class com.box.boxjavalibv2.dao.BoxCollection
 
FIELD_ETAG - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_EVENT_ID - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
FIELD_EVENT_TYPE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
FIELD_EXEMPT_FROM_DEVICE_LIMITS - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_EXEMPT_FROM_LOGIN_VERIFICATION - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_EXPIRES_AT - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_EXPIRES_AT - Static variable in class com.box.boxjavalibv2.dao.BoxLock
 
FIELD_EXPIRES_IN - Static variable in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
FIELD_FILE - Static variable in class com.box.boxjavalibv2.dao.BoxLock
 
FIELD_FOLDER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_FOLDER_UPLOAD_EMAIL - Static variable in class com.box.boxjavalibv2.dao.BoxFolder
 
FIELD_HAS_COLLABORATIONS - Static variable in class com.box.boxjavalibv2.dao.BoxFolder
 
FIELD_HELP_URL - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_HTTP_STATUS_CODE - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_ID - Static variable in class com.box.boxjavalibv2.dao.BoxServiceAction
 
FIELD_ID - Static variable in class com.box.boxjavalibv2.dao.BoxTypedObject
 
FIELD_IS_CONFIRMED - Static variable in class com.box.boxjavalibv2.dao.BoxEmailAlias
 
FIELD_IS_DOWNLOAD_PREVENTED - Static variable in class com.box.boxjavalibv2.dao.BoxLock
 
FIELD_IS_EXEMPT_FROM_DEVICE_LIMITS - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Whether or not this user must use two-factor authentication
FIELD_IS_EXEMPT_FROM_LOGIN_VERIFICATION - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Whether or not this user must use two-factor authentication
FIELD_IS_REPLY_COMMENT - Static variable in class com.box.boxjavalibv2.dao.BoxComment
 
FIELD_IS_SYNC_ENABLED - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Whether to exempt this user from Enterprise device limits
FIELD_ITEM - Static variable in class com.box.boxjavalibv2.dao.BoxComment
 
FIELD_ITEM_COLLECTION - Static variable in class com.box.boxjavalibv2.dao.BoxCollectionWrapper
 
FIELD_ITEM_COLLECTION - Static variable in class com.box.boxjavalibv2.dao.BoxFolder
 
FIELD_ITEM_STATUS - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_JOB_TITLE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_LANGUAGE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_LOCK_TYPE - Static variable in class com.box.boxjavalibv2.dao.BoxLock
 
FIELD_LOGIN - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_MAX_UPLOAD_SIZE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_MESSAGE - Static variable in class com.box.boxjavalibv2.dao.BoxComment
 
FIELD_MESSAGE - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_MODIFIED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxTypedObject
 
FIELD_MODIFIED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxFileVersion
 
FIELD_MODIFIED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxEnterprise
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxFileVersion
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxServiceAction
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_NEXT_STREAM_POSITION - Static variable in class com.box.boxjavalibv2.dao.BoxEventCollection
 
FIELD_OWNED_BY - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_PARENT - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_PASSWORD_ENABLED - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_PATH_COLLECTION - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_PERMISSIONS - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_PHONE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_PREVIEW_COUNT - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_REFRESH_TOKEN - Static variable in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
FIELD_REQUEST_ID - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_ROLE - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_ROLE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
The user's enterprise role.
FIELD_SEQUENCE_ID - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_SERVICE_ACTION - Static variable in class com.box.boxjavalibv2.dao.BoxLock
 
FIELD_SHA1 - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
FIELD_SHARED_LINK - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_SIZE - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_SOURCE - Static variable in class com.box.boxjavalibv2.dao.BoxEvent
 
FIELD_SPACE_AMOUNT - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_SPACE_USED - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_STATUS - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_STATUS - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_STATUS - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_TOKEN_TYPE - Static variable in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
FIELD_TOTAL_COUNT - Static variable in class com.box.boxjavalibv2.dao.BoxCollection
 
FIELD_TRACKING_CODES - Static variable in class com.box.boxjavalibv2.dao.BoxUser
An array of key/value pairs set by the user's admin
FIELD_TYPE - Static variable in class com.box.boxjavalibv2.dao.BoxTypedObject
 
FIELD_UNSHARED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_URL - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_URL - Static variable in class com.box.boxjavalibv2.dao.BoxWebLink
 
FIELD_VERSION_NUMBER - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
FilePickerActivity - Class in com.box.boxandroidlibv2.activities
This class is used to choose a particular file from the user's account and when chosen will return a result with a BoxAndroidFile in the extra EXTRA_BOX_ANDROID_FILE.
FilePickerActivity() - Constructor for class com.box.boxandroidlibv2.activities.FilePickerActivity
 
FOLDER_ID - Static variable in class com.box.boxjavalibv2.utils.Constants
 
FolderNavigationActivity - Class in com.box.boxandroidlibv2.activities
This class is used to navigate a users folder tree.
FolderNavigationActivity() - Constructor for class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
FolderNavigationActivity.Controller - Class in com.box.boxandroidlibv2.activities
 
FolderNavigationActivity.Controller() - Constructor for class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
 
FolderNavigationActivity.FolderNavigationBoxListItemAdapter - Class in com.box.boxandroidlibv2.activities
BoxListItemAdapter intended for navigating a folder.
FolderNavigationActivity.FolderNavigationBoxListItemAdapter(Activity, ThumbnailManager) - Constructor for class com.box.boxandroidlibv2.activities.FolderNavigationActivity.FolderNavigationBoxListItemAdapter
 
FolderNavigationActivity.FolderNavigationReceiver - Class in com.box.boxandroidlibv2.activities
Receiver used to receive broadcasts related to folder navigation.
FolderNavigationActivity.FolderNavigationReceiver() - Constructor for class com.box.boxandroidlibv2.activities.FolderNavigationActivity.FolderNavigationReceiver
 
FolderPickerActivity - Class in com.box.boxandroidlibv2.activities
This class is used to choose a particular folder from the user's account and when chosen will return a result with a BoxAndroidFolder in the extra EXTRA_BOX_ANDROID_FOLDER.
FolderPickerActivity() - Constructor for class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
FolderPickerActivity.FolderPickerBoxListItemAdapter - Class in com.box.boxandroidlibv2.activities
Adapter that disables clicking on files.
FolderPickerActivity.FolderPickerBoxListItemAdapter(Activity, ThumbnailManager) - Constructor for class com.box.boxandroidlibv2.activities.FolderPickerActivity.FolderPickerBoxListItemAdapter
 
format(List<? extends NameValuePair>, String) - Static method in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, Charset) - Static method in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.

G

get(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Get value.
getAcceptLanguage() - Method in class com.box.boxjavalibv2.BoxConfig
Get the Accept-Language HTTP header that we should set.
getAcceptLanguage() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the Accept-Language HTTP header that we should set.
getAccess() - Method in class com.box.boxjavalibv2.dao.BoxEmail
 
getAccess() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get access.
getAccess() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
Get access String.
getAccessible_by() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
getAccessibleBy() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the user this collaboration applies to.
getAccessToken() - Method in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
getAcknowledgedAt() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the time when the status of this collaboration was changed.
getAddress() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's address.
getAllCollaborations(BoxCollabRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Get all collaborations.
GetAllCollaborationsRequest - Class in com.box.boxjavalibv2.requests
Request to get all collaborations.
GetAllCollaborationsRequest(IBoxConfig, IBoxJSONParser, BoxCollabRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetAllCollaborationsRequest
Constructor.
getAllCollaborationsRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
Create an request object used to make get all collaborations request.
getAllEnterpriseUser(BoxDefaultRequestObject, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Get the list of all users for the Enterprise with their user_id, public_name, and login if the user is an enterprise admin.
GetAllUsersInEnterpriseRequest - Class in com.box.boxjavalibv2.requests
Request to return Returns the list of all users for the Enterprise with their user_id, public_name, and login if the user is an enterprise admin.
GetAllUsersInEnterpriseRequest(IBoxConfig, IBoxJSONParser, BoxDefaultRequestObject, String) - Constructor for class com.box.boxjavalibv2.requests.GetAllUsersInEnterpriseRequest
Constructor.
getAndSetLock(boolean) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Get the lock, optionally lock the lock after getting the lock.
getApiExecutor() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
General Executor that we will submit our tasks to.
getApiUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfig
Get the API URL Authority.
getApiUrlAuthority() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the API URL Authority.
getApiUrlPath() - Method in class com.box.boxjavalibv2.BoxConfig
Get the API URL path.
getApiUrlPath() - Method in class com.box.boxjavalibv2.requests.CreateOAuthRequest
 
getApiUrlPath() - Method in class com.box.boxjavalibv2.requests.RefreshOAuthRequest
 
getApiUrlPath() - Method in class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
getApiUrlPath() - Method in class com.box.boxjavalibv2.requests.UploadFileRequest
 
getApiUrlPath() - Method in class com.box.boxjavalibv2.requests.UploadNewVersionFileRequest
 
getApiUrlPath() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the API URL path.
getApiUrlPath() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Get api path for the api call.
getApiUrlPath() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getApiUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfig
Get the API URL scheme.
getApiUrlScheme() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
 
getAuth() - Method in class com.box.boxjavalibv2.BoxClient
Get the auth object used to make api calls.
getAuth() - Method in interface com.box.boxjavalibv2.interfaces.IAuthSecureStorage
Get auth.
getAuth() - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Get auth.
getAuth() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Auth.
getAuth() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getAuthData() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
get OAuthData.
getAuthData() - Method in class com.box.boxjavalibv2.BoxClient
Get the OAuth data.
getAuthData() - Method in interface com.box.boxjavalibv2.interfaces.IAuthDataController
 
getAuthority() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getAuthority() - Method in class com.box.boxjavalibv2.requests.CreateOAuthRequest
 
getAuthority() - Method in class com.box.boxjavalibv2.requests.DownloadFileRequest
 
getAuthority() - Method in class com.box.boxjavalibv2.requests.RefreshOAuthRequest
 
getAuthority() - Method in class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
getAuthority() - Method in class com.box.boxjavalibv2.requests.UploadFileRequest
 
getAuthority() - Method in class com.box.boxjavalibv2.requests.UploadNewVersionFileRequest
 
getAuthority() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Get authority for the api call.
getAuthority() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getAuthState() - Method in class com.box.boxjavalibv2.BoxClient
Check authentication state.
getAuthString() - Method in class com.box.boxjavalibv2.authorization.SharedItemAuth
 
getAuthString() - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
Get auth header value string.
getAuthString() - Method in class com.box.restclientv2.authorization.DefaultAuthHeaderAuth
Get auth header value string.
getAvatarUrl() - Method in class com.box.boxjavalibv2.dao.BoxUser
get the URL for this user's avatar image.
getBoxItem() - Method in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
getBoxListItem() - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
getBytesTransferred() - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Get bytes transferred.
getCacheDirectory() - Method in class com.box.boxandroidlibv2.manager.ThumbnailManager
 
getChunkSize() - Method in class com.box.boxjavalibv2.dao.BoxEventCollection
 
getClass(BoxResourceType) - Method in class com.box.boxandroidlibv2.jsonparsing.AndroidBoxResourceHub
 
getClass(BoxResourceType) - Method in interface com.box.boxjavalibv2.interfaces.IBoxResourceHub
Given a BoxResourceType, get the corrosponding DAO class.
getClass(BoxResourceType) - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
getClientId() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getClientId() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getClientSecret() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getClientSecret() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getCode() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
getCollaboration(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Get a collaboration.
GetCollaborationRequest - Class in com.box.boxjavalibv2.requests
Request to get a collaboration.
GetCollaborationRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetCollaborationRequest
Constructor.
getCollaborations(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Get collaborations from a collection.
getCollaborationsManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getComment(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManager
Get a comment, given a comment id.
getCommentCount() - Method in class com.box.boxjavalibv2.dao.BoxFile
Get comment count of the file.
GetCommentRequest - Class in com.box.boxjavalibv2.requests
Request to get a comment.
GetCommentRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetCommentRequest
Constructor.
getComments(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManager
Get comments from a collection.
getCommentsManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getConfig() - Method in class com.box.boxandroidlibv2.BoxAndroidClient
 
getConfig() - Method in class com.box.boxjavalibv2.BoxClient
Get config.
getConfig() - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Get config.
getConfig() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getConnectionTimeOut() - Method in class com.box.boxjavalibv2.BoxConfig
Get the amount of time in milliseconds that calls to the server should wait before timing out.
getConnectionTimeOut() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the amount of time in milliseconds that calls to the server should wait before timing out.
getContainerString(BoxResourceType) - Static method in class com.box.boxjavalibv2.utils.Utils
Given a resource type, get the string for it's REST API container.
getContent() - Method in class com.box.boxjavalibv2.dao.BoxPreview
Get content of the preview.
getContentCreatedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
 
getContentModifiedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
 
getContext() - Method in exception com.box.boxandroidlibv2.exceptions.UserTerminationException
Get context context related to this exception.
getContext() - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
getCookie() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Cookie.
getCookie() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getCreatedAt() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get the time this user was created at.
getCreatedBy() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the user creating this collaboration.
getCreatedBy() - Method in class com.box.boxjavalibv2.dao.BoxComment
Get the user creating this comment.
getCreatedBy() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get the user creating this item.
getCreatedBy() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
getCreatedBy() - Method in class com.box.boxjavalibv2.dao.BoxServiceAction
 
getCurrentUser(BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Get the current user's information.
GetCurrentUserRequest - Class in com.box.boxjavalibv2.requests
Request to get the current user's information.
GetCurrentUserRequest(IBoxConfig, IBoxJSONParser, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetCurrentUserRequest
Constructor.
getCustomMessage() - Method in exception com.box.boxjavalibv2.exceptions.BoxServerException
Get the custom error message.
getCustomQueryParameters() - Method in class com.box.boxjavalibv2.BoxConfig
Get a list of all custom query parameters that have been set.
getData() - Method in class com.box.boxandroidlibv2.viewlisteners.StringMessage
 
getData() - Method in class com.box.boxjavalibv2.authorization.OAuthDataMessage
Get the OAuthData out from the value(String).
getData() - Method in class com.box.boxjavalibv2.authorization.StringMessage
 
getData() - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowMessage
 
getDescription() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get description of the item.
getDescriptionView() - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
getDownloadCount() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get download count.
getDownloadUrl() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get the url to download the shared item.
getDownloadUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfig
Get the Download URL Authority.
getDownloadUrlAuthority() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the Download URL Authority.
getDownloadUrlPath() - Method in class com.box.boxjavalibv2.BoxConfig
 
getDownloadUrlPath() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the download url path
getDownloadUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfig
Get the Download URL scheme.
getDownloadUrlScheme() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the Download URL scheme.
getDropDownView(int, View, ViewGroup) - Method in class com.box.boxandroidlibv2.adapters.NavigationListAdapter
 
getEmail() - Method in class com.box.boxjavalibv2.dao.BoxEmail
 
getEmail() - Method in class com.box.boxjavalibv2.dao.BoxEmailAlias
 
getEmailAliases(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Retrieves all email aliases for this user.
getEmailAliases(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Get email aliases from a collection.
GetEmailAliasesRequest - Class in com.box.boxjavalibv2.requests
Retrieves all email aliases for this user.
GetEmailAliasesRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetEmailAliasesRequest
Constructor.
getEnterprise() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidUser
 
getEnterprise() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the enterprise this user belongs to if available, null otherwise.
getEntity() - Method in interface com.box.boxjavalibv2.interfaces.IBoxRequestObject
Get entity, which will be put into request body.
getEntity() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
getEntity() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
 
getEntity() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
 
getEntries() - Method in class com.box.boxjavalibv2.dao.BoxCollection
 
getError() - Method in exception com.box.boxjavalibv2.exceptions.BoxServerException
Get the API response error.
getError() - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
getErrorCode() - Method in exception com.box.restclientv2.exceptions.BoxRestException
Get the customized exception error code.
getEtag() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get etag.
getEventOptions(BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxEventsManager
Get Events options.
getEvents(BoxEventRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxEventsManager
Get Events.
getEvents(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxEventsManager
Get comments from a collection.
getEventsManager() - Method in class com.box.boxjavalibv2.BoxClient
 
GetEventsRequest - Class in com.box.boxjavalibv2.requests
Request to get events.
GetEventsRequest(IBoxConfig, IBoxJSONParser, BoxEventRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetEventsRequest
Constructor.
getEventsRequestObject(long) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
Construct a new events object for fetching the event stream.
getEventType() - Method in class com.box.boxjavalibv2.dao.BoxEvent
Get event type.
getExpectedResponseCode() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Get expected response code.
getExpectedResponseCode() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getExpectedResponseCode() - Method in class com.box.restclientv2.responses.DefaultBoxResponse
Get the expected http response status code.
getExpiresAt() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the time this collaboration expires.
getExpiresAt() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
getExpiresIn() - Method in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
getExtraData(String) - Method in class com.box.boxjavalibv2.dao.BoxObject
Get extra data.
getFields() - Method in interface com.box.boxjavalibv2.interfaces.IBoxRequestObject
Get fields, these fields (Please check "Fields" part in developer doc will end up as fields query parameter in the url.
getFields() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
getFile() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
getFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get file given a file id.
getFileComments(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get comments on a file.
GetFileCommentsRequest - Class in com.box.boxjavalibv2.requests
Request to get comments of a file.
GetFileCommentsRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetFileCommentsRequest
Constructor.
getFiles(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get files in a collection.
getFilesManager() - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxFilesManager, which can be used to make API calls on files endpoints.
getFileVersions(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get file versions(Note: Versions are only tracked for Box users with premium accounts.).
getFileVersions(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get file versions in a collection.
GetFileVersionsRequest - Class in com.box.boxjavalibv2.requests
Request to get a file version.
GetFileVersionsRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetFileVersionsRequest
Constructor.
getFirstPage() - Method in class com.box.boxjavalibv2.dao.BoxPreview
Get the first page number.
getFolder() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the folder this collaboration is related to.
getFolder(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Get folder given a folder id.
getFolderCollaborations(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Get collaborations of a folder.
GetFolderCollaborationsRequest - Class in com.box.boxjavalibv2.requests
Request to get collaborations on a given folder.
GetFolderCollaborationsRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetFolderCollaborationsRequest
Constructor.
getFolderId() - Method in class com.box.boxandroidlibv2.viewdata.NavigationItem
 
getFolderItems(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Get the items(subfolders, files, weblinks...) under a folder.
GetFolderItemsRequest - Class in com.box.boxjavalibv2.requests
Request to get the items inside a folder.
GetFolderItemsRequest(IBoxConfig, IBoxJSONParser, String, BoxFolderRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetFolderItemsRequest
Constructor.
getFolderItemsRequestObject(int, int) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
BoxFolderRequestObject for get folder items request.
getFolders(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Get folders in a collection.
getFoldersManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getFolderTrashItems(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Get the trashed items(subfolders, files, weblinks...) under a folder.
GetFolderTrashItemsRequest - Class in com.box.boxjavalibv2.requests
Request to get the trashed items inside a folder.
GetFolderTrashItemsRequest(IBoxConfig, IBoxJSONParser, String, BoxFolderRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetFolderTrashItemsRequest
Constructor.
getFolderUploadEmail() - Method in class com.box.boxjavalibv2.dao.BoxFolder
This is folder specific field, get the email that can be used to upload file into the folder.
getFragment() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getHeaders() - Method in interface com.box.boxjavalibv2.interfaces.IBoxRequestObject
Headers.
getHeaders() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
getHeaders() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Get the headers.
getHelpUrl() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
getHost() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getHost() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getHttpLoggingEnabled() - Method in class com.box.boxjavalibv2.BoxConfig
Get the flag indicating whether Http Logging is enabled.
getHttpParams() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
HttpParams
getHttpParams() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getHttpResponse() - Method in class com.box.restclientv2.responses.DefaultBoxResponse
Get the raw HttpResponse.
getHttpStatusCode() - Method in class com.box.boxjavalibv2.dao.BoxServerError
Get the status code returned from http response.
getIconView() - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
getId() - Method in class com.box.boxjavalibv2.dao.BoxEvent
Get event id.
getId() - Method in class com.box.boxjavalibv2.dao.BoxServiceAction
Get id.
getId() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get id.
getIdentifier() - Method in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
getInstance() - Static method in class com.box.boxandroidlibv2.BoxAndroidConfig
 
getInstance() - Static method in class com.box.boxjavalibv2.BoxConfig
Get a singleton instance.
getItem() - Method in class com.box.boxjavalibv2.dao.BoxComment
Get the object being commented.
getItem() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
getItem(String, BoxDefaultRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Get item given an item id.
getItemCollection() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
getItemCollection() - Method in class com.box.boxjavalibv2.dao.BoxCollectionWrapper
Getter.
getItemCollection() - Method in class com.box.boxjavalibv2.dao.BoxFolder
Getter.Get the items(files, subfolders, web links...) under this box folder.
GetItemRequest - Class in com.box.boxjavalibv2.requests
Request to get info of a file or folder.
GetItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetItemRequest
Constructor.
getItemStatus() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get the status of this item, which indicates whether this item is deleted or not.
getItemViewType(int) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
getJobTitle() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's job title.
getJSONEntity() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Get JSON entity.
getJSONParser() - Method in class com.box.boxjavalibv2.BoxClient
 
getJSONParser() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
getJSONParser() - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
 
getKey() - Method in class com.box.boxandroidlibv2.viewlisteners.StringMessage
 
getKey() - Method in class com.box.boxjavalibv2.authorization.StringMessage
 
getKey() - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowMessage
 
getLanguage() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the language of this user.
getLastPage() - Method in class com.box.boxjavalibv2.dao.BoxPreview
Get the last page number.
getLaunchIntent(Context, String, BoxAndroidOAuthData, String, String) - Static method in class com.box.boxandroidlibv2.activities.FilePickerActivity
Create an intent to launch an instance of this activity to navigate folders.
getLaunchIntent(Context, String, String, BoxAndroidOAuthData, String, String) - Static method in class com.box.boxandroidlibv2.activities.FilePickerActivity
Create an intent to launch an instance of this activity to navigate folders.
getLaunchIntent(Context, String, BoxAndroidOAuthData, String, String) - Static method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Create an intent to launch an instance of this activity to navigate folders.
getLaunchIntent(Context, String, BoxAndroidOAuthData, String, String) - Static method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
Create an intent to launch an instance of this activity to navigate folders.
getLaunchIntent(Context, String, String, BoxAndroidOAuthData, String, String) - Static method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
Create an intent to launch an instance of this activity to navigate folders.
getListView() - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
getListView() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
getListView() - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
getLocalBroadcastManager() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
getLockType() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
getLogin() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the email address this user uses to login
getMaxUploadSize() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the maximum individual file size in bytes this user can have
getMessage() - Method in class com.box.boxjavalibv2.dao.BoxComment
Get the comment String.
getMessage() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
getMessage() - Method in exception com.box.restclientv2.exceptions.BoxRestException
 
getMethodString() - Method in enum com.box.restclientv2.RestMethod
Get String
getModifiedAt() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get the time this user was modified the last time.
getModifiedBy() - Method in class com.box.boxjavalibv2.dao.BoxFileVersion
Get the user last modified this version.
getModifiedBy() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get the user last modified the item.
getName() - Method in class com.box.boxjavalibv2.dao.BoxEnterprise
Get name of user's enterprise.
getName() - Method in class com.box.boxjavalibv2.dao.BoxFileVersion
Get name of this version of file.
getName() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get name of the item.
getName(String) - Method in class com.box.boxjavalibv2.dao.BoxServiceAction
 
getName() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get name of this user.
getNameView() - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
getNavigationSpinner() - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
Return the spinner used to navigate up folder heirarchy.
getNextStreamPosition() - Method in class com.box.boxjavalibv2.dao.BoxEventCollection
 
getNumPages() - Method in class com.box.boxjavalibv2.dao.BoxPreview
Get number of pages.
getOAuthApiUrlPath() - Method in class com.box.boxjavalibv2.BoxConfig
 
getOAuthApiUrlPath() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
 
getOAuthDataController() - Method in class com.box.boxjavalibv2.BoxClient
Get the OAuthDataController that controls OAuth data.
getOAuthManager() - Method in class com.box.boxjavalibv2.BoxClient
Get the OAuthManager, which can be used to make OAuth related api calls.
getOAuthTokenFromMessage(IAuthFlowMessage) - Method in class com.box.boxandroidlibv2.BoxAndroidClient
 
getOAuthTokenFromMessage(IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
 
getOAuthUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfig
 
getOAuthUrlAuthority() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
 
getOAuthUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfig
 
getOAuthUrlScheme() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
 
getOAuthWebUrlPath() - Method in class com.box.boxjavalibv2.BoxConfig
 
getOAuthWebUrlPath() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
 
getObjectClass() - Method in class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParser
Class of the wrapped object.
getObjectMapper() - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
getOptionalState() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getOwnedBy() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get owner of the item.
getParent() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
getParent() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
getParent() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
getParent() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get parent folder.
getPart(String) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
getPassword() - Method in class com.box.restclientv2.authorization.DefaultUsernamePasswordAuth
get password.
getPath() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getPathCollection() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
getPathCollection() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
getPathCollection() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
getPathCollection() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get the path of folders to this item, starting at the root.
getPermissions() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLink
 
getPermissions() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get permissions.
getPermissions() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
Get permissions.
getPhone() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's phone number.
getPort() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getPreview(String, String, BoxImageRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get preview of a file.
getPreviewCount() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get the preview count.
getQueryParams() - Method in interface com.box.boxjavalibv2.interfaces.IBoxRequestObject
Query parameters.
getQueryParams() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
getQueryParams() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getQueryParams() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Get query parameters.
getRawException() - Method in exception com.box.boxandroidlibv2.exceptions.BoxAndroidLibException
Get the raw exception.
getRawHttpClient() - Method in class com.box.restclientv2.BoxBasicRestClient
 
getRawRequest() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Get raw request underlying this DefaultBoxRequest.
getRedirectUrl() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getRefreshToken() - Method in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
getRequestEntity() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Request entity.
getRequestEntity() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getRequestId() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
getResourceHub() - Method in class com.box.boxjavalibv2.BoxClient
Get resource hub.
getResourceHub() - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
 
getResourceManagerWithSharedLinkAuth(BoxResourceType, String, String) - Method in class com.box.boxjavalibv2.BoxClient
A generic way to get a resourceManager with shared link auth.
getResponse(HttpUriRequest) - Method in class com.box.boxjavalibv2.BoxRESTClient
 
getResponseAndParse(DefaultBoxRequest, BoxResourceType, IBoxJSONParser) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Make a rest api request, get response, and then parse the response.
getResponseAndParseAndTryCast(DefaultBoxRequest, BoxResourceType, IBoxJSONParser) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Make a rest api request, get response, parse the response, and try to cast parsed out object into expected object.
getResponseStatusCode() - Method in class com.box.restclientv2.responses.DefaultBoxResponse
Get the response status code.
getResponseType() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getRestClient() - Method in class com.box.boxjavalibv2.BoxClient
Get rest client.
getRestMethod() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
REST method, GET/PUT/POST/DELETE/...
getRestMethod() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getRole() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the role/permission.
getRole() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's enterprise role.
getRole() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
getScheme() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getScheme() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getScheme() - Method in class com.box.boxjavalibv2.requests.CreateOAuthRequest
 
getScheme() - Method in class com.box.boxjavalibv2.requests.DownloadFileRequest
 
getScheme() - Method in class com.box.boxjavalibv2.requests.RefreshOAuthRequest
 
getScheme() - Method in class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
getScheme() - Method in class com.box.boxjavalibv2.requests.UploadFileRequest
 
getScheme() - Method in class com.box.boxjavalibv2.requests.UploadNewVersionFileRequest
 
getScheme() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getScheme() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Get scheme for the api call.
getScheme() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
getSearchManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getSequenceId() - Method in class com.box.boxjavalibv2.dao.BoxItem
Getter.
getServiceAction() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
getSha1() - Method in class com.box.boxjavalibv2.dao.BoxFile
Get sha1 of the file.
getSharedCommentsManager(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxCommentsManager for shared items, which can be used to make API calls on comments endpoints for a shared item.
getSharedFilesManager(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxFilesManager for shared items, which can be used to make API calls on files endpoints for a shared item.
getSharedFoldersManager(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxFoldersManager for shared items, which can be used to make API calls on folders endpoints for a shared item.
getSharedItem(BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxSharedItemsManager
Get the shared item given a SharedItemAuth.
getSharedItemAuth(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Get the authorization needed for shared items.
GetSharedItemRequest - Class in com.box.boxjavalibv2.requests
Request to get a shared item.
GetSharedItemRequest(IBoxConfig, IBoxJSONParser, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetSharedItemRequest
Constructor.
getSharedItemsManager(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Get Shared Items manager, which can be used to make API calls on shared item endpoints.
getSharedLink() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
getSharedLink() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
getSharedLink() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
getSharedLink() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get shared link of box item.
getSize() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get size of the box item.
getSource() - Method in class com.box.boxjavalibv2.dao.BoxEvent
Get the source item for this event.
getSourceType() - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
getSourceType() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
getSourceType() - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
getSpaceAmount() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's total available space amount in bytes.
getSpaceUsed() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the amount of space in use by the user.
getStatus() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the status of this collaboration.
getStatus() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
getStatus() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get status of the user.
getStatus() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
getStatusCode() - Method in exception com.box.boxjavalibv2.exceptions.BoxServerException
 
getStatusCode() - Method in exception com.box.restclientv2.exceptions.BoxSDKException
Status code of this exception.
getTask() - Method in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
getThumbnailApiExecutor() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Executor that we will submit thumbnail tasks to.
getThumbnailForFile(String) - Method in class com.box.boxandroidlibv2.manager.ThumbnailManager
Returns a file in a determinate location for the given boxItem.
getTokenState() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getTokenType() - Method in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
getTotalCount() - Method in class com.box.boxjavalibv2.dao.BoxCollection
 
getTrackingCodes() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the tracking codes.
getTrashFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Get trashed file given a file id.
getTrashFolder(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Get trash folder given a folder id.
getTrashItem(String, BoxResourceType, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Get a trashed item.
GetTrashItemRequest - Class in com.box.boxjavalibv2.requests
 
GetTrashItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetTrashItemRequest
 
getTrashItemsRequestObject(int, int) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
getType() - Method in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
getType() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get the type.
getTypeFromLowercaseString(String) - Static method in enum com.box.boxjavalibv2.dao.BoxResourceType
Get the BoxResourceType from a lower case string value.
getUnexpectedStatus() - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
getUnshared_at() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
Get the time to unshare the link.
getUnsharedAt() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get the time to unshare this link.
getUploadUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfig
Get the Upload URL Authority.
getUploadUrlAuthority() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the Upload URL Authority.
getUploadUrlPath() - Method in class com.box.boxjavalibv2.BoxConfig
 
getUploadUrlPath() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the upload url path.
getUploadUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfig
Get the Upload URL scheme.
getUploadUrlScheme() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the Upload URL scheme.
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.CopyItemRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.CreateCollaborationRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.CreateCommentRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.CreateEmailAliasRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.CreateEnterpriseUserRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.CreateNewFolderRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.CreateOAuthRequest
Get uri.
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.CreateSharedLinkRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteCollaborationRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteCommentRequest
Get uri.
getUri(String, String) - Static method in class com.box.boxjavalibv2.requests.DeleteEmailAliasRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteFileRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteFolderRequest
Get uri.
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.DeleteTrashItemRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DownloadFileRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.GetAllCollaborationsRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.GetAllUsersInEnterpriseRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetCollaborationRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetCommentRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.GetCurrentUserRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetEmailAliasesRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetFileCommentsRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetFileVersionsRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetFolderCollaborationsRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetFolderItemsRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetFolderTrashItemsRequest
Get uri.
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.GetItemRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.GetSharedItemRequest
Get uri.
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.GetTrashItemRequest
Get uri.
getUri(String, String) - Static method in class com.box.boxjavalibv2.requests.MoveFolderToAnotherUserRequest
Get uri.
getUri(String, String) - Static method in class com.box.boxjavalibv2.requests.PreviewRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.RefreshOAuthRequest
Get uri.
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.RestoreTrashItemRequest
Get uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
getUri(String, String) - Static method in class com.box.boxjavalibv2.requests.ThumbnailRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.UpdateCollaborationRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.UpdateCommentRequest
 
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.UpdateItemInfoRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.UpdateUserLoginRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.UpdateUserRequest
Get Uri.
getUri() - Static method in class com.box.boxjavalibv2.requests.UploadFileRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.UploadNewVersionFileRequest
Get uri.
getUrl() - Method in class com.box.boxjavalibv2.dao.BoxRealTimeServer
Get url.
getUrl() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get the url of the shared link.
getUrl() - Method in class com.box.boxjavalibv2.dao.BoxWebLink
Get url of the weblink.
getUrlPath() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getUrlPath() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getUserAgent() - Method in class com.box.boxandroidlibv2.BoxAndroidConfig
Get the User-Agent String to apply to the HTTP(S) calls.
getUserAgent() - Method in class com.box.boxjavalibv2.BoxConfig
Get the User-Agent String to apply to the HTTP(S) calls.
getUserAgent() - Method in interface com.box.restclientv2.interfaces.IBoxConfig
Get the User-Agent String to apply to the HTTP(S) calls.
getUserInfo() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getUserName() - Method in class com.box.restclientv2.authorization.DefaultUsernamePasswordAuth
get user name.
getUsers(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Get users from a collection.
getUsersManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getValue(String) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
getVersionNumber() - Method in class com.box.boxjavalibv2.dao.BoxFile
Get version number of the file.
getView(int, View, ViewGroup) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
getView(int, View, ViewGroup) - Method in class com.box.boxandroidlibv2.adapters.NavigationListAdapter
 
getViewTypeCount() - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 

H

handleAuthenticationError() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handle response if we are unable to authenticate our api calls with the given client.
handleFileClick(BoxAndroidFile) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
handleFileClick(BoxAndroidFile) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handle response when a file is clicked on.
handleFolderClick(BoxAndroidFolder) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
handleFolderClick(BoxAndroidFolder) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handle response when a folder is clicked on.
handleOtherClick(BoxItem) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handler response when an item other than a file or folder is clicked on.
handleUnknown(String, Object) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
hasCollaborations() - Method in class com.box.boxjavalibv2.dao.BoxFolder
Getter.Get whether this box folder has collaborations.
hasCollaborations(boolean) - Method in class com.box.boxjavalibv2.dao.BoxFolder
 
hashCode() - Method in class com.box.boxjavalibv2.dao.BoxObject
 
HttpClientConsts - Class in com.box.restclientv2.httpclientsupport
 
HttpClientURIBuilder - Class in com.box.restclientv2.httpclientsupport
URI builder for HTTP requests.
HttpClientURIBuilder() - Constructor for class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Constructs an empty instance.
HttpClientURIBuilder(String) - Constructor for class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Construct an instance from the string which must be a valid URI.
HttpClientURIBuilder(URI) - Constructor for class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Construct an instance from the provided URI.
HttpClientURLEncodedUtils - Class in com.box.restclientv2.httpclientsupport
A collection of utilities for encoding URLs.
HttpClientURLEncodedUtils() - Constructor for class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
 

I

IAuthData - Interface in com.box.boxjavalibv2.interfaces
 
IAuthDataController - Interface in com.box.boxjavalibv2.interfaces
Interface to wrap IAuthData and handles auth logic like auto-refresh for OAuth.
IAuthEvent - Interface in com.box.boxjavalibv2.interfaces
 
IAuthFlowListener - Interface in com.box.boxjavalibv2.interfaces
 
IAuthFlowMessage - Interface in com.box.boxjavalibv2.interfaces
 
IAuthFlowUI - Interface in com.box.boxjavalibv2.interfaces
Interface for UI to generate auth.
IAuthSecureStorage - Interface in com.box.boxjavalibv2.interfaces
Interface for storage to save authentication(OAuth) objects in a secure way.
IBoxAndroidLibException - Interface in com.box.boxandroidlibv2.exceptions
Interface for exceptions thrown from the box android library layer.
IBoxConfig - Interface in com.box.restclientv2.interfaces
 
IBoxJSONParser - Interface in com.box.boxjavalibv2.interfaces
 
IBoxJSONStringEntity - Interface in com.box.boxjavalibv2.interfaces
Interface for classes that can be converted to JSON Strings.
IBoxParcelable - Interface in com.box.boxjavalibv2.interfaces
This is a interface wrapping android Parcelable.
IBoxParcelWrapper - Interface in com.box.boxjavalibv2.interfaces
This is a interface wrapping android Parcel.
IBoxRequest - Interface in com.box.restclientv2.interfaces
Interface for the request to Box API.
IBoxRequestAuth - Interface in com.box.restclientv2.interfaces
Interface for Auth used for Box API Client.
IBoxRequestObject - Interface in com.box.boxjavalibv2.interfaces
Interface for objects to be put into api requests.
IBoxResourceHub - Interface in com.box.boxjavalibv2.interfaces
 
IBoxResponse - Interface in com.box.restclientv2.interfaces
Interface for API response.
IBoxResponseObject - Interface in com.box.restclientv2.interfaces
Interface for the class of object to be converted from API response.
IBoxResponseParser - Interface in com.box.restclientv2.interfaces
Interface for the class of object to be converted from API response.
IBoxRESTClient - Interface in com.box.restclientv2.interfaces
Interface for Box API Client.
IBoxRestVisitor - Interface in com.box.restclientv2.interfaces
Class to analyse http request and response.
ICookie - Interface in com.box.restclientv2.interfaces
Interface for API cookie.
ID - Static variable in class com.box.boxjavalibv2.utils.Constants
 
IF_MATCH - Static variable in class com.box.boxjavalibv2.utils.Constants
 
IFileTransferListener - Interface in com.box.boxjavalibv2.interfaces
Interface definition for a callback to be invoked when file transfer is happening.
initialize() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Initialize the controller.
initializeAuthFlow(Object, String, String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
 
initializeAuthFlow(Object, String, String) - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowUI
Initialize the UI for OAuth flow.
initializeBoxListItemAdapter(ThumbnailManager) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
initializeBoxListItemAdapter(ThumbnailManager) - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
initializeReceiver() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
initializeReceiverFilters() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
initializeThumbnailManager() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
initializeViews() - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
initializeViews() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
initializeViews() - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
initOAuthForRequest() - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
Initialize this auth.
initParcel() - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
initParcel() - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Initialize parcel.
isAuthenticated() - Method in class com.box.boxjavalibv2.BoxClient
Whether this client is authenticated.
isCallerResponsibleForFix() - Method in exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
 
isCan_download() - Method in class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
whether can_download is true.
isConfirmed() - Method in class com.box.boxjavalibv2.dao.BoxEmailAlias
 
isDownloadPrevented() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
isEnabled(int) - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity.FolderPickerBoxListItemAdapter
 
isEnabled(int) - Method in class com.box.boxandroidlibv2.adapters.NavigationListAdapter
 
isEncoded(HttpEntity) - Static method in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
Returns true if the entity's Content-Type header is application/x-www-form-urlencoded.
isExemptFromDeviceLimits() - Method in class com.box.boxjavalibv2.dao.BoxUser
Whether to exempt this user from Enterprise device limits.
isExemptFromLoginVerification() - Method in class com.box.boxjavalibv2.dao.BoxUser
Whether or not this user must use two-factor authentication.
isNull() - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
isNull() - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Wether this parcel wraps a null object.
ISO8601DateParser - Class in com.box.boxjavalibv2.utils
ISO 8601 date parsing utility.
ISO8601DateParser() - Constructor for class com.box.boxjavalibv2.utils.ISO8601DateParser
 
ISO_8859_1 - Static variable in class com.box.restclientv2.httpclientsupport.HttpClientConsts
 
isPasswordEnabled() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Whether this shared link is password enabled.
isReplyComment() - Method in class com.box.boxjavalibv2.dao.BoxComment
Whether this is a comment replying another comment.
isSyncEnabled() - Method in class com.box.boxjavalibv2.dao.BoxUser
Whether or not this user can use Box Sync.

M

MALFORM - Static variable in exception com.box.boxjavalibv2.exceptions.BoxMalformedResponseException
 
MapJSONStringEntity - Class in com.box.boxjavalibv2.jsonentities
Implemenation of IBoxJSONStringEntity based on LinkedHashMap.
MapJSONStringEntity() - Constructor for class com.box.boxjavalibv2.jsonentities.MapJSONStringEntity
 
MAX_HEIGHT - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
MAX_WIDTH - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
mClient - Variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
mCurrentFolder - Variable in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
mCurrentFolderId - Variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
mDeviceId - Variable in class com.box.restclientv2.authorization.DefaultAuthHeaderAuth
 
mDeviceName - Variable in class com.box.restclientv2.authorization.DefaultAuthHeaderAuth
 
MESSAGE_URL - Static variable in class com.box.boxandroidlibv2.viewlisteners.StringMessage
 
MESSAGE_URL - Static variable in class com.box.boxjavalibv2.authorization.StringMessage
 
mFolderName - Variable in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
MIN_HEIGHT - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
MIN_WIDTH - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
mNavNumber - Variable in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Because this activity will launch instances of itself this indicates how deep the activity stack is for these internal activities.
moveFolderToAnotherUser(String, String, BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Moves all of the content from within one user's folder into a new folder in another user's account.
MoveFolderToAnotherUserRequest - Class in com.box.boxjavalibv2.requests
Moves all of the content from within one user's folder into a new folder in another user's account.
MoveFolderToAnotherUserRequest(IBoxConfig, IBoxJSONParser, String, String, BoxUserRequestObject) - Constructor for class com.box.boxjavalibv2.requests.MoveFolderToAnotherUserRequest
Constructor.
moveFolderToAnotherUserRequestObject(String, boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Request object to move a folder to another user.
mSpinner - Variable in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
MultipartEntityWithProgressListener - Class in com.box.boxjavalibv2.httpentities
This is a class wrappying MultipartEntity with a IFIleTransferListener so the writing progress of the entity can be monitored.
MultipartEntityWithProgressListener(HttpMultipartMode) - Constructor for class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
base constructor.
MultipartEntityWithProgressListener.InterruptedMultipartException - Exception in com.box.boxjavalibv2.httpentities
 
MultipartEntityWithProgressListener.InterruptedMultipartException() - Constructor for exception com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener.InterruptedMultipartException
 

N

NavigationItem - Class in com.box.boxandroidlibv2.viewdata
This class will contain an item to display in navigation spinner..
NavigationItem(String, String) - Constructor for class com.box.boxandroidlibv2.viewdata.NavigationItem
 
NavigationListAdapter - Class in com.box.boxandroidlibv2.adapters
Adapter for navigation items.
NavigationListAdapter(Activity, ArrayList<NavigationItem>) - Constructor for class com.box.boxandroidlibv2.adapters.NavigationListAdapter
Constructor based on array of NavigationTreeItems.

O

OAUTH_DATA_MESSAGE_KEY - Static variable in class com.box.boxjavalibv2.authorization.OAuthDataMessage
 
OAUTH_ERROR_HEADER - Static variable in class com.box.boxjavalibv2.BoxRESTClient
 
OAUTH_INVALID_TOKEN - Static variable in class com.box.boxjavalibv2.BoxRESTClient
 
OAuthActivity - Class in com.box.boxandroidlibv2.activities
Activity for OAuth.
OAuthActivity() - Constructor for class com.box.boxandroidlibv2.activities.OAuthActivity
 
OAuthAuthorization - Class in com.box.boxjavalibv2.authorization
This is authorization class for API requests using OAuth.
OAuthAuthorization(OAuthDataController) - Constructor for class com.box.boxjavalibv2.authorization.OAuthAuthorization
Constructor.
OAuthDataController - Class in com.box.boxjavalibv2.authorization
This is the data controller for OAuth, it handles token auto refresh.
OAuthDataController(BoxClient, String, String, boolean) - Constructor for class com.box.boxjavalibv2.authorization.OAuthDataController
Constructor.
OAuthDataController.OAuthTokenState - Enum in com.box.boxjavalibv2.authorization
 
OAuthDataMessage - Class in com.box.boxjavalibv2.authorization
A message for OAuthData.
OAuthDataMessage(BoxOAuthToken, IBoxJSONParser, IBoxResourceHub) - Constructor for class com.box.boxjavalibv2.authorization.OAuthDataMessage
Constructor.
OAuthEvent - Enum in com.box.boxjavalibv2.events
OAuth event.
OAuthRefreshListener - Interface in com.box.boxjavalibv2.authorization
Listener listening to the event that oauth token is refreshed.
OAuthWebView - Class in com.box.boxandroidlibv2.views
A WebView used for OAuth flow.
OAuthWebView(Context, AttributeSet) - Constructor for class com.box.boxandroidlibv2.views.OAuthWebView
Constructor.
OAuthWebViewData - Class in com.box.boxjavalibv2.authorization
Data on the OAuth WebView.
OAuthWebViewData(OAuthDataController) - Constructor for class com.box.boxjavalibv2.authorization.OAuthWebViewData
Constructor.
OAuthWebViewListener - Class in com.box.boxandroidlibv2.viewlisteners
Listener listening to the OAuthWebView.
OAuthWebViewListener() - Constructor for class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
 
ON_PROGRESS_UPDATE_THRESHOLD - Static variable in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
Default minimum time between two progress messages being sent out.
onActivityResult(int, int, Intent) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
onActivityResult(int, int, Intent) - Method in class com.box.boxandroidlibv2.activities.FolderPickerActivity
 
onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
 
onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
 
onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowListener
On an event.
onAuthFlowException(Exception) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
 
onAuthFlowException(Exception) - Method in class com.box.boxjavalibv2.BoxClient
 
onAuthFlowException(Exception) - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowListener
On an exception.
onAuthFlowMessage(IAuthFlowMessage) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
 
onAuthFlowMessage(IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
 
onAuthFlowMessage(IAuthFlowMessage) - Method in interface com.box.boxjavalibv2.interfaces.IAuthFlowListener
On a message.
onCanceled() - Method in interface com.box.boxjavalibv2.interfaces.IFileTransferListener
Called when the file transfer was canceled.
onComplete(String) - Method in interface com.box.boxjavalibv2.interfaces.IFileTransferListener
Called when the file has been transferred.
onCreate(Bundle) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
onCreate(Bundle) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
onCreate(Bundle) - Method in class com.box.boxandroidlibv2.activities.OAuthActivity
 
onDestroy() - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
onDownloadedThumbnail(Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handles showing new thumbnails after they have been downloaded.
onError(int, String, String) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
This indicates the webview receives some error.
onFetchedFolder(Intent) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
onFetchedFolder(Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handles showing the initial folder after it has been fetched.
onFetchedFolderItems(Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
Handles showing other items in the folder after it has been fetched.
onIOException(IOException) - Method in interface com.box.boxjavalibv2.interfaces.IFileTransferListener
Called when IOException is thrown.
onItemClick(<any>, View, int, long) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
onProgress(long) - Method in interface com.box.boxjavalibv2.interfaces.IFileTransferListener
Called periodically during the download.
onReceive(Context, Intent) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.FolderNavigationReceiver
 
onRefresh(IAuthData) - Method in interface com.box.boxjavalibv2.authorization.OAuthRefreshListener
 
onResume() - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
onSaveInstanceState(Bundle) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
 
onSaveInstanceState(Bundle) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity
 
onSslError(SslErrorHandler, SslError) - Method in class com.box.boxandroidlibv2.viewlisteners.OAuthWebViewListener
This indicates a SSL Error, implement this method to handle this error.
OPEN - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
Open access.

P

PAGE - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
pagePreviewRequestObject(int, int, int, int, int) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
Get BoxImageRequestObject for a preview request with pages.
PairArrayJSONStringEntity - Class in com.box.boxjavalibv2.jsonentities
A special MapJSONStringEntity, when serializing into JSON, it's serialized into array of pairs.
PairArrayJSONStringEntity() - Constructor for class com.box.boxjavalibv2.jsonentities.PairArrayJSONStringEntity
 
parse(IBoxResponse) - Method in class com.box.boxjavalibv2.responseparsers.ErrorResponseParser
 
parse(IBoxResponse) - Method in class com.box.boxjavalibv2.responseparsers.PreviewResponseParser
 
parse(String) - Static method in class com.box.boxjavalibv2.utils.ISO8601DateParser
 
parse(String, String) - Static method in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
Returns a list of NameValuePairs as built from the URI's query portion.
parse(List<NameValuePair>, Scanner, String) - Static method in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
Adds all parameters within the Scanner to the list of parameters, as encoded by encoding.
parse(String, Charset) - Static method in class com.box.restclientv2.httpclientsupport.HttpClientURLEncodedUtils
Returns a list of NameValuePairs as parsed from the given string using the given character encoding.
parse(IBoxResponse) - Method in interface com.box.restclientv2.interfaces.IBoxResponseObject
Parese the API response into this object.
parse(IBoxResponse) - Method in interface com.box.restclientv2.interfaces.IBoxResponseParser
Parese the API response into this object.
parse(IBoxResponse) - Method in class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParser
By default, this only parses the JSON part into object.
parse(IBoxResponse) - Method in class com.box.restclientv2.responseparsers.DefaultFileResponseParser
 
parseIntoBoxObject(InputStream, Class<T>) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONParser
Convert InputStream to object.
parseIntoBoxObject(String, Class<T>) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONParser
Convert the json string into object.
parseIntoBoxObject(InputStream, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObject(String, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObjectQuietly(InputStream, Class<T>) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONParser
Convert InputStream to object.No exception will be thrown, in case of failure, null is returned.
parseIntoBoxObjectQuietly(String, Class<T>) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONParser
Convert the json string into object.No exception will be thrown, in case of failure, null is returned.
parseIntoBoxObjectQuietly(InputStream, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObjectQuietly(String, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseResponse(IBoxResponseParser, IBoxResponseParser) - Method in interface com.box.restclientv2.interfaces.IBoxResponse
Parese HttpResponse into IResponseObject.
parseResponse(IBoxResponseParser, IBoxResponseParser) - Method in class com.box.restclientv2.responses.DefaultBoxResponse
 
parseSilently(String) - Static method in class com.box.boxjavalibv2.utils.ISO8601DateParser
Same as parse method but does not throws.
prepareParts() - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
Method to put all parts in to the multipart entity.
prepareRequest() - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Prepare the request by setting all headers, query params, entities...
prepareRequest() - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
PREVIEWER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
A Previewer only has limited read access.
PREVIEWER_UPLOADER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
This access level is a combination of Previewer and Uploader.
PreviewRequest - Class in com.box.boxjavalibv2.requests
Request to get preview.
PreviewRequest(IBoxConfig, IBoxJSONParser, String, String, BoxImageRequestObject) - Constructor for class com.box.boxjavalibv2.requests.PreviewRequest
Constructor.
previewRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
Get BoxImageRequestObject for an image or preview request without pages.
PreviewResponseParser - Class in com.box.boxjavalibv2.responseparsers
Parser to parse DefaultBoxResponse into BoxPreview objects.
PreviewResponseParser() - Constructor for class com.box.boxjavalibv2.responseparsers.PreviewResponseParser
 
properties() - Method in class com.box.boxjavalibv2.dao.BoxObject
 
put(String, Object) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
put(String, IBoxJSONStringEntity) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Add a key value pair to the request body.
put(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
Add a key value string pair to the request body.

R

readBooleanArray(boolean[]) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
readBooleanArray(boolean[]) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
 
readDouble() - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
readDouble() - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Read a double out from this parcel.
readInt() - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
readInt() - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
 
readLong() - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
readLong() - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Read a long out from this parcel.
readMap(Map<String, Object>) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
readMap(Map<String, Object>) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
 
readString() - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
readString() - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Read a string out from this parcel.
RECURSIVE - Static variable in class com.box.boxjavalibv2.utils.Constants
 
refresh() - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
Refresh the OAuth token.
refresh() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Refresh the OAuth.
refresh() - Method in interface com.box.boxjavalibv2.interfaces.IAuthDataController
 
refreshOAuth(BoxOAuthRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManager
Refresh the OAuth token.
RefreshOAuthRequest - Class in com.box.boxjavalibv2.requests
Request to refresh OAuth.
RefreshOAuthRequest(IBoxConfig, IBoxJSONParser, BoxOAuthRequestObject) - Constructor for class com.box.boxjavalibv2.requests.RefreshOAuthRequest
Constructor.
refreshOAuthRequestObject(String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
 
remove(BoxListItem) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
remove(String) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
Remove an item based on a given identifier
removeQuery() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Removes URI query.
resourceType() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get BoxResourceType of this object.
RestMethod - Enum in com.box.restclientv2
REST Method.
restoreItemRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
Default request object for restoring a trashed item.
restoreTrashFile(String, BoxItemRestoreRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Restore a trashed file.
restoreTrashFolder(String, BoxItemRestoreRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Restore a trashed folder.
restoreTrashItem(String, BoxResourceType, BoxItemRestoreRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Restore a trashed item.
RestoreTrashItemRequest - Class in com.box.boxjavalibv2.requests
 
RestoreTrashItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxItemRestoreRequestObject) - Constructor for class com.box.boxjavalibv2.requests.RestoreTrashItemRequest
Cosntructor.
revokeOAuth(BoxOAuthRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManager
 
RevokeOAuthRequest - Class in com.box.boxjavalibv2.requests
 
RevokeOAuthRequest(IBoxConfig, IBoxJSONParser, BoxOAuthRequestObject) - Constructor for class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
revokeOAuthRequestObject(String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
Request object to revoke OAuth.
ROLE_ADMIN - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when the user's enterprise role is admin.
ROLE_COADMIN - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when the user's enterprise role is co-admin.
ROLE_USER - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when the user's enterprise role is normal user.

S

saveAuth(IAuthSecureStorage) - Method in class com.box.boxjavalibv2.BoxClient
Save auth in a customized secure storage.
saveAuth(IAuthData) - Method in interface com.box.boxjavalibv2.interfaces.IAuthSecureStorage
Save auth in a secure way.
search(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxSearchManager
Perform a search against the user's account.
SearchRequest - Class in com.box.boxjavalibv2.requests
Request to get the items inside a folder.
SearchRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.SearchRequest
Constructor.
set(BoxAndroidCollection) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
 
setAccess(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
Set access String.
setAddress(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setAllowShowingRedirectPage(boolean) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
 
setApiUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom API URL Authority.
setApiUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom API URL path.
setApiUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom API URL scheme.
setAuth(IBoxRequest) - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
 
setAuth(IBoxRequest) - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
 
setAuth(IBoxRequest) - Method in class com.box.restclientv2.authorization.DefaultAuthHeaderAuth
 
setAuth(IBoxRequest) - Method in class com.box.restclientv2.authorization.DefaultRequestAuth
 
setAuth(IBoxRequest) - Method in class com.box.restclientv2.authorization.DefaultUsernamePasswordAuth
 
setAuth(IBoxRequestAuth) - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Set authorization.
setAuth(IBoxRequest) - Method in interface com.box.restclientv2.interfaces.IBoxRequestAuth
Set Auth into the API request.
setAuth(IBoxRequestAuth) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
setAuthCode(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
 
setAuthUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfig
 
setAutoRefreshOAuth(boolean) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Makes OAuth auto refresh itself when token expires.
setAutoRefreshOAuth(boolean) - Method in class com.box.boxjavalibv2.BoxClient
Makes OAuth auto refresh itself when token expires.
setBoxItem(BoxListItem) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
setCanSeeManagedUsers(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setClient(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
 
setCode(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setConnectionOpen(boolean) - Method in class com.box.boxjavalibv2.BoxClient
 
setConnectionOpen(boolean) - Method in class com.box.boxjavalibv2.BoxRESTClient
 
setConnectionTimeOut(int) - Method in class com.box.boxjavalibv2.BoxClient
Set connection time out.
setConnectionTimeOut(int) - Method in class com.box.boxjavalibv2.BoxConfig
Set the amount of time in milliseconds that calls to the server should wait before timing out.
setConnectionTimeOut(int) - Method in class com.box.boxjavalibv2.BoxRESTClient
 
setContent(InputStream) - Method in class com.box.boxjavalibv2.dao.BoxPreview
Set content.
setContentMD5(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
Set the content MD5 in the request.
setContext(Object) - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
setCookie(ICookie) - Method in interface com.box.restclientv2.interfaces.IBoxRequest
Set cookie.
setCookie(IBoxRequest) - Method in interface com.box.restclientv2.interfaces.ICookie
Set cookie into API request.
setCookie(ICookie) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
 
setCreatedBy(BoxUser) - Method in class com.box.boxjavalibv2.dao.BoxLock
 
setDescription(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
Set description of the file
setDescriptionView(TextView) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
setDestinationUser(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Set destination user, this is only used in request to move a folder to another user's account.
setDeviceId(String) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Set device id.
setDeviceName(String) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Set device name.
setDownloadPrevented(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxLock
 
setDownloadUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom Download URL Authority.
setDownloadUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfig
 
setDownloadUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom Download URL scheme.
setEmailAlias(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Set email alias.
setEnableHttpLogging(boolean) - Method in class com.box.boxjavalibv2.BoxConfig
SHOULD NEVER BE ENABLED FOR PRODUCTION BUILDS Set the flag to enable HTTP Logging.
setEnterprise(BoxEnterprise) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setEntity(HttpEntity) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Set entity for the request.
setExemptFromDeviceLimits(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setExemptFromLoginVerification(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setExpectedResponseCode(int) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Set the expected returned http response status code.
setExpectedResponseCode(int) - Method in class com.box.restclientv2.responses.DefaultBoxResponse
Set expected response http status code, in case the response have different response code, the response will be treated as error.
setExpiresAt(String) - Method in class com.box.boxjavalibv2.dao.BoxLock
 
setFile(BoxItem) - Method in class com.box.boxjavalibv2.dao.BoxLock
 
setFirstPage(Integer) - Method in class com.box.boxjavalibv2.dao.BoxPreview
 
setFolderUploadEmail(BoxEmail) - Method in class com.box.boxjavalibv2.dao.BoxFolder
Setter.
setFragment(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI fragment.
setHasCollaborations(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxFolder
Setter.
setHelpUrl(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setHost(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI host.
setHttpStatusCode(Integer) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Set the status code returned from http response.
setIconView(ImageView) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
setIfMatch(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
This is for upload new version request only.
setIfMatch(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
Set etag.
setIfMatch(String) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Set If-Match header.
setItem(BoxResourceType, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
Set the item to be commented.
setItemCollection(BoxAndroidCollection) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
setItemCollection(BoxCollection) - Method in class com.box.boxjavalibv2.dao.BoxFolder
Setter.
setJobTitle(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setJSONParser(IBoxJSONParser) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
setLanguage(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setLastPage(int) - Method in class com.box.boxjavalibv2.dao.BoxPreview
Set the last page number.
setLimit(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
Set the limit for the number of events that will be returned.
setListener(IFileTransferListener) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
Set upload listener.
setListener(IFileTransferListener) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
Set upload listener.
setLocalFileCreatedAt(Date) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
Set the time that the file was locally created.
setLocalFileLastModifiedAt(Date) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
Set the time that the file was locally last modified.
setLockType(String) - Method in class com.box.boxjavalibv2.dao.BoxLock
 
setLogin(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Set Login(email) of the user.
setMaxHeight(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setMaxWidth(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setMessage(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setMessage(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
Set the comment message.
setMinHeight(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setMinWidth(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setMultipartMIME(MultipartEntityWithProgressListener) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
 
setName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
Set name of the file.
setName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setNameView(TextView) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter.ViewHolder
 
setNavigationList(ArrayList<NavigationItem>) - Method in class com.box.boxandroidlibv2.adapters.NavigationListAdapter
Set the list of NavigationTreeItems.
setNavigationSpinner(NavigationItem) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
Shows a single navigation item in the spinner.
setNavigationSpinner(BoxAndroidFolder) - Method in class com.box.boxandroidlibv2.activities.FilePickerActivity
Shows a navigation spinner with all items in the provided folder.
setNewName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
Rename the restored item.
setNewParent(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
Set new parent for the restored item.
setNotifyUser(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Set whether the user should receive an email notification.
setOAuthApiUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfig
 
setOAuthData(BoxOAuthToken) - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
 
setOAuthData(BoxOAuthToken) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
setOAuthUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfig
 
setOAuthUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfig
 
setOnProgressUpdateThreshold(int) - Static method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
Set the threshold time for progress updating.
setOptionalState(String) - Method in class com.box.boxandroidlibv2.views.OAuthWebView
Set the state, this is optional.
setOptionalState(String) - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
setPage(int, int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxDefaultRequestObject
 
setPage(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setParameter(String, String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets parameter of URI query overriding existing value if set.
setParent(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
Set parent folder of the file.
setPassword(String) - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
Set password for the shared link auth, this is needed if a shared file is password protected.
setPath(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI path.
setPermissions(BoxSharedLinkPermissions) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
Set permissions.
setPhone(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setPort(int) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI port.
setProgressListener(IFileTransferListener) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Set the listener listening to download progress.
setProgressUpdateInterval(int) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Set the interval time you want the progress update to be reported.
setQuery(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI query.
setRecursive(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
Set whether operation is done recursively.
setRedirectUrl(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
 
setRefreshToken(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
 
setRequestFields(List<String>) - Method in class com.box.restclientv2.requests.DefaultBoxRequest
Set fields on the request.
setRequestId(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setRevokeToken(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxOAuthRequestObject
Set the token to revoke.
setRole(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Set The the user's enterprise role.
setScheme(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI scheme.
setServiceAction(BoxServiceAction) - Method in class com.box.boxjavalibv2.dao.BoxLock
 
setSharedLink(BoxSharedLinkRequestObject) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
Set shared link.
setSpaceAmount(double) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setStatus(Integer) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setStatus(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
setStatus(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setStreamType(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
Set the stream_type.
setSyncEnabled(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setTask(FutureTask<?>) - Method in class com.box.boxandroidlibv2.viewdata.BoxListItem
Set a future task for the
setThumbnailIntoView(ImageView, BoxItem) - Method in class com.box.boxandroidlibv2.manager.ThumbnailManager
Sets the best known image for given item into the given view.
setTokenState(OAuthDataController.OAuthTokenState) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
setTrackingCodes(LinkedHashMap<String, String>) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setType(String) - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Setter.
setUnshared_at(Date) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
Set the time to unshare the link.
setUploadEmail(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
Set the email-to-upload address for this folder.
setUploadUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom Upload URL Authority.
setUploadUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfig
 
setUploadUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set a custom Upload URL scheme.
setUserAgent(String) - Method in class com.box.boxandroidlibv2.BoxAndroidConfig
Set the String to use as the User-Agent HTTP header.
setUserAgent(String) - Method in class com.box.boxjavalibv2.BoxConfig
Set the String to use as the User-Agent HTTP header.
setUserInfo(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI user info.
setUserInfo(String, String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI user info as a combination of username and password.
setWaitTimeOut(int) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Set the timeout for threads waiting for OAuth token refresh.
SharedItemAuth - Class in com.box.boxjavalibv2.authorization
Class implementing the shared item authorization used to make api calls on shared link items.
SharedItemAuth(String, String, String, String, String, String) - Constructor for class com.box.boxjavalibv2.authorization.SharedItemAuth
Constructor.
SharedLinkAuthorization - Class in com.box.boxjavalibv2.authorization
Shared link authorization.
SharedLinkAuthorization(OAuthAuthorization, String, String) - Constructor for class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
Constructor.
STATUS_ACCEPTED - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
Collaboration invitation is accepted.
STATUS_ACTIVE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when user status is active
STATUS_INACTIVE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when user status is inactive
STATUS_PENDING - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
Collaboration invitation is pending.
STATUS_REJECTED - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
Collaboration invitation is rejected.
STREAM_POSITION_NOW - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
 
STREAM_TYPE_ALL - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
 
STREAM_TYPE_CHANGES - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
 
STREAM_TYPE_SYNC - Static variable in class com.box.boxjavalibv2.requests.requestobjects.BoxEventRequestObject
 
StringMessage - Class in com.box.boxandroidlibv2.viewlisteners
A String message.
StringMessage(String, String) - Constructor for class com.box.boxandroidlibv2.viewlisteners.StringMessage
Constructor.
StringMessage - Class in com.box.boxjavalibv2.authorization
A String message.
StringMessage(String, String) - Constructor for class com.box.boxjavalibv2.authorization.StringMessage
Constructor.

T

ThumbnailManager - Class in com.box.boxandroidlibv2.manager
This class manages thumbnails to display to users.
ThumbnailManager(String) - Constructor for class com.box.boxandroidlibv2.manager.ThumbnailManager
Constructor.
ThumbnailManager(File) - Constructor for class com.box.boxandroidlibv2.manager.ThumbnailManager
Constructor.
ThumbnailRequest - Class in com.box.boxjavalibv2.requests
Request to get thumbnail.
ThumbnailRequest(IBoxConfig, IBoxJSONParser, String, String, BoxImageRequestObject) - Constructor for class com.box.boxjavalibv2.requests.ThumbnailRequest
Constructor.
toJSONString(IBoxJSONParser) - Method in interface com.box.boxjavalibv2.interfaces.IBoxJSONStringEntity
Convert to JSON String.
toJSONString(IBoxJSONParser) - Method in class com.box.boxjavalibv2.jsonentities.DefaultJSONStringEntity
 
toJSONString(IBoxJSONParser) - Method in class com.box.boxjavalibv2.jsonentities.MapJSONStringEntity
 
toJSONString(IBoxJSONParser) - Method in class com.box.boxjavalibv2.jsonentities.PairArrayJSONStringEntity
 
toPluralString() - Method in enum com.box.boxjavalibv2.dao.BoxResourceType
Get the String representing plural format of a resource.
toString() - Method in class com.box.boxandroidlibv2.viewdata.NavigationItem
 
toString() - Method in enum com.box.boxjavalibv2.dao.BoxResourceType
 
toString(Date) - Static method in class com.box.boxjavalibv2.utils.ISO8601DateParser
 
toString() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
TOTAL_FILE_TYPES - Static variable in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
tryCastBoxItem(BoxResourceType, Object) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Try to cast a box item into a concrete class(i.e.
tryCastObject(BoxResourceType, Object) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxResourceManager
Try to cast an object into a specific class.
TYPE_BOX_FILE_ITEM - Static variable in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
TYPE_BOX_FOLDER_ITEM - Static variable in class com.box.boxandroidlibv2.viewdata.BoxListItem
 
TYPE_FUTURE_TASK - Static variable in class com.box.boxandroidlibv2.viewdata.BoxListItem
 

U

update(BoxListItemAdapter.ViewHolder, BoxListItem) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.FolderNavigationBoxListItemAdapter
 
update(BoxListItemAdapter.ViewHolder, BoxListItem) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
Sets views with data from given box item.
update(String) - Method in class com.box.boxandroidlibv2.adapters.BoxListItemAdapter
Update a single item based on given identifier.
updateCollaboration(String, BoxCollabRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManager
Update a collaboration.
updateCollaborationObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
Create an v used to make update collaboration request.
UpdateCollaborationRequest - Class in com.box.boxjavalibv2.requests
Request to edit an existing collaboration.
UpdateCollaborationRequest(IBoxConfig, IBoxJSONParser, String, BoxCollabRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateCollaborationRequest
Constructor.
updateComment(String, BoxCommentRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManager
Update a comment.
UpdateCommentRequest - Class in com.box.boxjavalibv2.requests
Request to update a comment.
UpdateCommentRequest(IBoxConfig, IBoxJSONParser, String, BoxCommentRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateCommentRequest
Constructor.
updateCommentRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
A BoxCommentRequestObject for UpdateCommentRequest.
updateFileInfo(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Update info for a file.
updateFileRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
updateFolderInfo(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManager
Update info for a folder.
updateFolderInfoRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
updateItemInfo(String, BoxItemRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManager
Update info for an item
UpdateItemInfoRequest - Class in com.box.boxjavalibv2.requests
Request to update info of a file or folder.
UpdateItemInfoRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject, BoxResourceType) - Constructor for class com.box.boxjavalibv2.requests.UpdateItemInfoRequest
Constructor.
updateUserInfoRequestObject(boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Request object to update an enterprise user.
updateUserInformaiton(String, BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Used to edit the settings and information about a user.
UpdateUserLoginRequest - Class in com.box.boxjavalibv2.requests
Request to convert one of the user's confirmed email aliases into the user's primary login.
UpdateUserLoginRequest(IBoxConfig, IBoxJSONParser, String, BoxUserRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateUserLoginRequest
Constructor.
updateUserPrimaryLogin(String, BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManager
Used to convert one of the user's confirmed email aliases into the user's primary login.
updateUserPrimaryLoginRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Request object to update user's primary login.
UpdateUserRequest - Class in com.box.boxjavalibv2.requests
Used to edit the settings and information about a user.
UpdateUserRequest(IBoxConfig, IBoxJSONParser, String, BoxUserRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateUserRequest
Constructor
UPLOADER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
An Uploader is the most limited access that a user can have in a folder and provides limited write access.
uploadFile(BoxFileUploadRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Upload file/files.
UploadFileRequest - Class in com.box.boxjavalibv2.requests
Request to upload files.
UploadFileRequest(IBoxConfig, IBoxJSONParser, BoxFileUploadRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UploadFileRequest
Constructor.
uploadFileRequestObject(String, String, File, IBoxJSONParser) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload file request.
uploadFileRequestObject(String, String, InputStream) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload file request.
uploadNewVersion(String, BoxFileUploadRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManager
Upload a new version of a file.
UploadNewVersionFileRequest - Class in com.box.boxjavalibv2.requests
Request to upload a new version of a file.
UploadNewVersionFileRequest(IBoxConfig, IBoxJSONParser, String, BoxFileUploadRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UploadNewVersionFileRequest
Constructor.
uploadNewVersionRequestObject(String, File) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload a new version of a file.
uploadNewVersionRequestObject(String, InputStream) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload a new version of a file.
URI - Static variable in class com.box.boxjavalibv2.requests.CopyItemRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
UserTerminationException - Exception in com.box.boxandroidlibv2.exceptions
Exception indicating user terminates action.
UserTerminationException() - Constructor for exception com.box.boxandroidlibv2.exceptions.UserTerminationException
Constructor.
UserTerminationException(Object) - Constructor for exception com.box.boxandroidlibv2.exceptions.UserTerminationException
Constructor.
UTF_8 - Static variable in class com.box.restclientv2.httpclientsupport.HttpClientConsts
 
Utils - Class in com.box.boxjavalibv2.utils
Utils class.

V

valueOf(String) - Static method in enum com.box.boxjavalibv2.authorization.OAuthDataController.OAuthTokenState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.box.boxjavalibv2.dao.BoxResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.box.boxjavalibv2.events.OAuthEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.box.restclientv2.RestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.box.boxjavalibv2.authorization.OAuthDataController.OAuthTokenState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.box.boxjavalibv2.dao.BoxResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.box.boxjavalibv2.events.OAuthEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.box.restclientv2.RestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VIEWER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
A Viewer has full read access to a folder.
VIEWER_UPLOADER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
This access level is a combination of Viewer and Uploader.
visitException(Exception, int) - Method in interface com.box.restclientv2.interfaces.IBoxRestVisitor
Visit the exception when exception is thrown during http call.
visitRequestBeforeSend(HttpRequest, int) - Method in interface com.box.restclientv2.interfaces.IBoxRestVisitor
Visit the http request right before request sent out.
visitResponseUponReceiving(HttpResponse, int) - Method in interface com.box.restclientv2.interfaces.IBoxRestVisitor
Visit the http response after response is received.

W

writeBooleanArray(boolean[]) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeBooleanArray(boolean[]) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
 
writeDouble(double) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeDouble(double) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Write a double into this parcel
writeInt(int) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeInt(int) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
 
writeLong(long) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeLong(long) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Write a long into this parcel
writeMap(Map<String, Object>) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeMap(Map<String, Object>) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
 
writeParcelable(IBoxParcelable, int) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeParcelable(IBoxParcelable, int) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Write a parcelable into this parcel.
writeString(String) - Method in class com.box.boxandroidlibv2.dao.BoxParcel
 
writeString(String) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelWrapper
Write a string into this parcel.
writeTo(OutputStream) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidCollaboration
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidCollection
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidComment
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEmail
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEmailAlias
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEnterprise
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEvent
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEventCollection
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFileVersion
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidOAuthData
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLink
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLinkPermissions
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidUser
 
writeToParcel(Parcel, int) - Method in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
writeToParcel(IBoxParcelWrapper, int) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
writeToParcel(IBoxParcelWrapper, int) - Method in class com.box.boxjavalibv2.dao.BoxPreview
 
writeToParcel(IBoxParcelWrapper, int) - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
writeToParcel(IBoxParcelWrapper, int) - Method in interface com.box.boxjavalibv2.interfaces.IBoxParcelable
 
WWW_AUTHENTICATE - Static variable in class com.box.boxjavalibv2.BoxRESTClient
 
A B C D E F G H I M N O P R S T U V W