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

A

AbstractBoxResourceManager - Class in com.box.boxjavalibv2.resourcemanagers
Base class for BoxAPI classes.
AbstractBoxResourceManager(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
private constructor.
acceptRestVisitor(IBoxRestVisitor) - Method in class com.box.boxjavalibv2.BoxRESTClient
Accept a visitor to visit http request/response.
addAuthFlowListener(IAuthFlowListener) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowUI
add authflow listener.
addBoxJSONStringEntityPart(String, IBoxJSONStringEntity) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
addComment(BoxCommentRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManagerImpl
 
addComment(String, IBoxType, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManagerImpl
 
addComment(BoxCommentRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCommentsManager
Add a comment to an item.
addComment(String, IBoxType, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCommentsManager
 
addCommentRequestObject(IBoxType, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
A BoxCommentRequestObject to add either a tagged comment or a regular comment.
addContentBodyPart(String, ContentBody) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
addEmailAlias(String, BoxEmailAliasRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
addEmailAlias(String, BoxEmailAliasRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
Adds a new email alias to the given user's account.
addEmailAliasRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxEmailAliasRequestObject
add an email alias.
addField(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
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.BoxRequestExtras
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.BoxRequestExtras
Add a header.
addHeader(String, String) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
addHeader(String, String) - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Add header into request.
addHttpParam(String, String) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
Add http param.
addMembershipRequestObject(String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
 
addOAuthRefreshListener(OAuthRefreshListener) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Deprecated.
addOAuthRefreshListener(OAuthRefreshListener) - Method in class com.box.boxjavalibv2.BoxClient
Add a listener to listen to OAuth refresh events.
addParameter(String, String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Adds parameter to URI query.
addQueryParam(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
Add a query parameter.
addQueryParam(String, String) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
addQueryParam(String, String) - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Add query parameters into request url.
API_URL_AUTHORITY - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default API url authority.
API_URL_PATH - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default API url path.
API_URL_SCHEME - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default API url scheme.
apiUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
Set a custom API URL Authority.
apiUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
Set a custom API URL path.
apiUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
Set a custom API URL scheme.
appendQueryParam(String, String) - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
append query param to the oauth url.
ASCII - Static variable in class com.box.restclientv2.httpclientsupport.HttpClientConsts
 
AT_MENTION_TAG_REGEX - Static variable in class com.box.boxjavalibv2.dao.BoxComment
 
AUTH_HEADER_NAME - Static variable in class com.box.restclientv2.authorization.DefaultRequestAuth
 
authenticate(IAuthFlowListener) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowUI
 
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.
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
Deprecated.
AuthFatalFailureException(Exception) - Constructor for exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
 
AuthFatalFailureException(Exception, String) - Constructor for exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
 
AuthFatalFailureException(String) - Constructor for exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
Constructor.

B

BaseBoxResourceHub - Class in com.box.boxjavalibv2.jsonparsing
 
BaseBoxResourceHub() - Constructor for class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
 
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(BoxConnectionManagerBuilder.BoxConnectionManager) - Constructor for class com.box.restclientv2.BoxBasicRestClient
Create a DefaultHttpClient, monitored by the connectionManager.
BoxBasicRestClient() - Constructor for class com.box.restclientv2.BoxBasicRestClient
Constructor.
BoxBigPayloadObject - Class in com.box.boxjavalibv2.dao
Representing an object of a big payload from server response.
BoxBigPayloadObject() - Constructor for class com.box.boxjavalibv2.dao.BoxBigPayloadObject
 
BoxClient - Class in com.box.boxjavalibv2
This is the main entrance of the sdk.
BoxClient(String, String, IBoxResourceHub, IBoxJSONParser, IBoxConfig, BoxConnectionManagerBuilder.BoxConnectionManager) - Constructor for class com.box.boxjavalibv2.BoxClient
This constructor has some connection parameters.
BoxClient(String, String, IBoxResourceHub, IBoxJSONParser, IBoxConfig) - Constructor for class com.box.boxjavalibv2.BoxClient
 
BoxClient(String, String, IBoxResourceHub, IBoxJSONParser, IBoxRESTClient, IBoxConfig) - Constructor for class com.box.boxjavalibv2.BoxClient
 
BoxClient(String, String, IBoxConfig) - 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
 
BoxCollaborationsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), collaborations endpints.
BoxCollaborationsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManagerImpl
Constructor.
BoxCollabRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
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
 
BoxCollectionBase - Class in com.box.boxjavalibv2.dao
 
BoxCollectionBase() - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionBase
 
BoxCollectionBase(BoxCollectionBase) - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionBase
Copy constructor, this does deep copy for all the fields.
BoxCollectionBase(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionBase
Instantiate the object from a map.
BoxCollectionBase(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxCollectionBase
 
BoxCollectionsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), collections endpints.
BoxCollectionsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxCollectionsManagerImpl
Constructor.
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
 
BoxCommentsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), comments endpints.
BoxCommentsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManagerImpl
Constructor.
BoxConfigBuilder - Class in com.box.boxjavalibv2
 
BoxConfigBuilder() - Constructor for class com.box.boxjavalibv2.BoxConfigBuilder
 
BoxConfigBuilder.BoxConfig - Class in com.box.boxjavalibv2
 
BoxConnectionManagerBuilder - Class in com.box.boxjavalibv2
 
BoxConnectionManagerBuilder() - Constructor for class com.box.boxjavalibv2.BoxConnectionManagerBuilder
 
BoxConnectionManagerBuilder.BoxConnectionManager - Class in com.box.boxjavalibv2
 
BoxDefaultRequestObject - Class in com.box.restclientv2.requestsbase
A request object with entity and fields.
BoxDefaultRequestObject() - Constructor for class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
 
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
 
BoxEmailAliasRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
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
 
BoxEnterpriseRequestEntity - Class in com.box.boxjavalibv2.jsonentities
 
BoxEnterpriseRequestEntity() - Constructor for class com.box.boxjavalibv2.jsonentities.BoxEnterpriseRequestEntity
 
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
 
BoxEventsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2).
BoxEventsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxEventsManagerImpl
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
 
BoxFileRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
BoxFileRequestObject(BoxSharedLinkRequestEntity) - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
BoxFilesManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxFilesManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
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.restclientv2.requestsbase
 
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
 
BoxFolderDeleteRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxFolderRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxFolderRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
BoxFolderRequestObject(BoxSharedLinkRequestEntity) - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
BoxFoldersManageImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxFoldersManageImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
Constructor.
BoxGenericServerError - Class in com.box.boxjavalibv2.dao
 
BoxGenericServerError() - Constructor for class com.box.boxjavalibv2.dao.BoxGenericServerError
 
BoxGetAllCollabsRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxGroup - Class in com.box.boxjavalibv2.dao
Box Group.
BoxGroup() - Constructor for class com.box.boxjavalibv2.dao.BoxGroup
Constructor.
BoxGroup(BoxGroup) - Constructor for class com.box.boxjavalibv2.dao.BoxGroup
Copy constructor, this does deep copy for all the fields.
BoxGroup(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxGroup
Instantiate the object from a map.
BoxGroup(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxGroup
 
BoxGroupMembership - Class in com.box.boxjavalibv2.dao
 
BoxGroupMembership() - Constructor for class com.box.boxjavalibv2.dao.BoxGroupMembership
 
BoxGroupMembership(BoxGroupMembership) - Constructor for class com.box.boxjavalibv2.dao.BoxGroupMembership
 
BoxGroupMembership(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxGroupMembership
 
BoxGroupMembership(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxGroupMembership
 
BoxGroupMembershipRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxGroupRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxGroupsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxGroupsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
BoxHashMap<K,V> - Class in com.box.boxjavalibv2.dao
 
BoxHashMap() - Constructor for class com.box.boxjavalibv2.dao.BoxHashMap
 
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(BoxFile/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
 
BoxItemCollection - Class in com.box.boxjavalibv2.dao
 
BoxItemCollection() - Constructor for class com.box.boxjavalibv2.dao.BoxItemCollection
Constructor.
BoxItemCollection(BoxItemCollection) - Constructor for class com.box.boxjavalibv2.dao.BoxItemCollection
Copy constructor, this does deep copy for all the fields.
BoxItemCollection(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxItemCollection
Instantiate the object from a map.
BoxItemCollection(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxItemCollection
 
BoxItemCopyRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxItemPermissions - Class in com.box.boxjavalibv2.dao
 
BoxItemPermissions() - Constructor for class com.box.boxjavalibv2.dao.BoxItemPermissions
 
BoxItemPermissions(BoxItemPermissions) - Constructor for class com.box.boxjavalibv2.dao.BoxItemPermissions
Copy constructor, this does deep copy for all the fields.
BoxItemPermissions(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxItemPermissions
Instantiate the object from a map.
BoxItemPermissions(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxItemPermissions
 
BoxItemRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxItemRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
BoxItemRequestObject(BoxSharedLinkRequestEntity) - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
BoxItemRestoreRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxItemsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2).
BoxItemsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxItemsManagerImpl
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
 
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
 
BoxOAuthManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
API for OAuth.
BoxOAuthManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
Constructor.
BoxOAuthRequestObject - Class in com.box.restclientv2.requestsbase
 
BoxOAuthRequestObject() - Constructor for class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
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.
BoxPagingRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
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
 
BoxRequestExtras - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxRequestExtras() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
 
BoxResourceHub - Class in com.box.boxjavalibv2.jsonparsing
 
BoxResourceHub() - Constructor for class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
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
 
BoxRESTClient(BoxConnectionManagerBuilder.BoxConnectionManager) - Constructor for class com.box.boxjavalibv2.BoxRESTClient
 
BoxRestException - Exception in com.box.restclientv2.exceptions
BoxRestException, 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(String, Throwable) - Constructor for exception com.box.restclientv2.exceptions.BoxSDKException
 
BoxSDKException(Throwable) - Constructor for exception com.box.restclientv2.exceptions.BoxSDKException
 
BoxSDKException() - Constructor for exception com.box.restclientv2.exceptions.BoxSDKException
 
BoxSearchManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxSearchManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxSearchManagerImpl
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
For jackson parser use only.
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
 
BoxSharedItemsManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxSharedItemsManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxSharedItemsManagerImpl
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
 
BoxSharedLinkPermissionsRequestEntity - Class in com.box.boxjavalibv2.jsonentities
 
BoxSharedLinkPermissionsRequestEntity() - Constructor for class com.box.boxjavalibv2.jsonentities.BoxSharedLinkPermissionsRequestEntity
 
BoxSharedLinkRequestEntity - Class in com.box.boxjavalibv2.jsonentities
Entity for shared link.
BoxSharedLinkRequestEntity(String) - Constructor for class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
 
BoxSharedLinkRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxSharedLinkRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
 
BoxSharedLinkRequestObject(BoxSharedLinkRequestEntity) - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
 
BoxSimpleUserRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxSimpleUserRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxSimpleUserRequestObject
 
BoxThumbnail - Class in com.box.boxjavalibv2.dao
Representing thumbnail being downloaded from server.
BoxThumbnail() - Constructor for class com.box.boxjavalibv2.dao.BoxThumbnail
 
BoxTrashManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxTrashManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
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
 
BoxUserBase - Class in com.box.boxjavalibv2.dao
 
BoxUserBase() - Constructor for class com.box.boxjavalibv2.dao.BoxUserBase
 
BoxUserBase(BoxUserBase) - Constructor for class com.box.boxjavalibv2.dao.BoxUserBase
 
BoxUserBase(Map<String, Object>) - Constructor for class com.box.boxjavalibv2.dao.BoxUserBase
Instantiate the object from a map.
BoxUserBase(IBoxParcelWrapper) - Constructor for class com.box.boxjavalibv2.dao.BoxUserBase
 
BoxUserDeleteRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxUserDeleteRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxUserDeleteRequestObject
 
BoxUserRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxUserRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
BoxUsersManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
Use this class to execute requests synchronously against the Box REST API(V2), users endpints.
BoxUsersManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
Constructor.
BoxUserUpdateLoginRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxUserUpdateLoginRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxUserUpdateLoginRequestObject
 
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
 
BoxWebLinkRequestObject - Class in com.box.boxjavalibv2.requests.requestobjects
 
BoxWebLinkRequestObject() - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxWebLinkRequestObject
 
BoxWebLinkRequestObject(BoxSharedLinkRequestEntity) - Constructor for class com.box.boxjavalibv2.requests.requestobjects.BoxWebLinkRequestObject
 
BoxWebLinksManagerImpl - Class in com.box.boxjavalibv2.resourcemanagers
 
BoxWebLinksManagerImpl(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Constructor for class com.box.boxjavalibv2.resourcemanagers.BoxWebLinksManagerImpl
Constructor.
build() - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
build() - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
 
build(IBoxConfig, IBoxResourceHub, IBoxJSONParser, IBoxRequestAuth, IBoxRESTClient) - Method in interface com.box.boxjavalibv2.resourcemanagers.IPluginResourceManagerBuilder
 
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

canBeHandledAsUnknown(Object) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
canComment() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canDelete() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canDownload() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canDownload() - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkPermissionsRequestEntity
whether can_download is true.
canInviteCollaborator() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canPreivew() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
Deprecated.
canPreview() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canPreview() - Method in class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
whether can_preview is true.
canRename() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canSeeManagedUsers() - Method in class com.box.boxjavalibv2.dao.BoxUser
Whether or not the user can see other enterprise users in the contact list.
canSetShareAccess() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canShare() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
canUpload() - Method in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
clearBoxClientAuthListener() - Method in class com.box.boxjavalibv2.BoxClient
Clear the auth listener so it's not held by BoxClient any more.
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.
COLLABORATORS - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
Collaborators access.Indicates the link can only be accessed by collaborators.
COLLECTION_TYPE_FAVORITES - Static variable in class com.box.boxjavalibv2.dao.BoxItemCollection
 
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.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.requestsbase - package com.box.restclientv2.requestsbase
 
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
 
consumeHttpEntity(HttpEntity) - Static method in class com.box.boxjavalibv2.utils.Utils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
consumeHttpEntityQuietly(HttpEntity) - Static method in class com.box.boxjavalibv2.utils.Utils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
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 class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
convertBoxObjectToJSONString(Object) - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxJSONParser
Convert the object into String.
convertBoxObjectToJSONStringQuietly(Object) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
convertBoxObjectToJSONStringQuietly(Object) - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxJSONParser
Convert the object into String.
copyFile(String, BoxItemCopyRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
copyFile(String, BoxItemCopyRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Copy a file.
copyFolder(String, BoxItemCopyRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
copyFolder(String, BoxItemCopyRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
Copy a folder.
copyItem(String, BoxItemCopyRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManagerImpl
 
copyItem(String, BoxItemCopyRequestObject, BoxResourceType) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxItemsManager
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, BoxItemCopyRequestObject, BoxResourceType) - Constructor for class com.box.boxjavalibv2.requests.CopyItemRequest
Constructor.
copyItemRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemCopyRequestObject
 
copyWebLink(String, BoxItemCopyRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxWebLinksManagerImpl
 
copyWebLink(String, BoxItemCopyRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxWebLinksManager
Copy a web link.
createAuthDataController(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Create auth data controller, which maintains auth data and handles auth refresh.
createAuthorization(IAuthDataController) - Method in class com.box.boxjavalibv2.BoxClient
From auth data controller, generate IBoxRequestAuth, which can be applied to api requests.
createCollabObject(String, String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
create a collaboration.
createCollaboration(String, BoxCollabRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManagerImpl
 
createCollaboration(String, BoxCollabRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager
Add a collaboration for a single user to a folder.
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, BoxEmailAliasRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateEmailAliasRequest
Constructor.
CreateEmailAliasRequest(IBoxConfig, IBoxJSONParser, String, String) - Constructor for class com.box.boxjavalibv2.requests.CreateEmailAliasRequest
Constructor.
createEnterpriseUser(BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
createEnterpriseUser(BoxUserRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
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 entity to create an enterprise user.
createFolder(BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
createFolder(BoxFolderRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
Create a folder.
createFolderRequestObject(String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
createGroup(BoxGroupRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
createGroup(String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
createGroup(BoxGroupRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Create a group.
createGroup(String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Create a group.
createGroupCollabObject(String, String, String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
Create a collaboration for a group
CreateGroupMembershipRequest - Class in com.box.boxjavalibv2.requests
 
CreateGroupMembershipRequest(IBoxConfig, IBoxJSONParser, BoxGroupMembershipRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateGroupMembershipRequest
 
CreateGroupRequest - Class in com.box.boxjavalibv2.requests
 
CreateGroupRequest(IBoxConfig, IBoxJSONParser, BoxGroupRequestObject) - Constructor for class com.box.boxjavalibv2.requests.CreateGroupRequest
 
createGroupRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupRequestObject
 
createJSONParser(IBoxResourceHub) - Method in class com.box.boxjavalibv2.BoxClient
Create a json parser.
createMembership(BoxGroupMembershipRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
createMembership(String, String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
createMembership(BoxGroupMembershipRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
 
createMembership(String, String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
 
createMonitoredRestClient(BoxConnectionManagerBuilder.BoxConnectionManager) - Static method in class com.box.boxjavalibv2.BoxClient
 
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(String, String, String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
createOAuth(String, String, String, String, String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
createOAuth(BoxOAuthRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
createOAuth(String, String, String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxOAuthManager
 
createOAuth(String, String, String, String, String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxOAuthManager
 
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.restclientv2.requestsbase.BoxOAuthRequestObject
Request object to create OAUth.
createResourceHub() - Method in class com.box.boxjavalibv2.BoxClient
Create a resource hub
createRestClient() - Static method in class com.box.boxjavalibv2.BoxClient
Create a REST client to make api calls.
createSharedLink(String, BoxSharedLinkRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
createSharedLink(String, BoxSharedLinkRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
createSharedLink(String, BoxSharedLinkRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManagerImpl
 
createSharedLink(String, BoxSharedLinkRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxWebLinksManagerImpl
 
createSharedLink(String, BoxSharedLinkRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Create a shared link for a file, given the id of the file/folder.
createSharedLink(String, BoxSharedLinkRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
Create a shared link for a folder, given the id of the file/folder.
createSharedLink(String, BoxSharedLinkRequestObject, BoxResourceType) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxItemsManager
Create a shared link for an item, given the id .
createSharedLink(String, BoxSharedLinkRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxWebLinksManager
Create a shared link for a web link, given the id of the web link.
CreateSharedLinkRequest - Class in com.box.boxjavalibv2.requests
Request to create a shared link for a file or folder.
CreateSharedLinkRequest(IBoxConfig, IBoxJSONParser, String, BoxSharedLinkRequestObject, BoxResourceType) - Constructor for class com.box.boxjavalibv2.requests.CreateSharedLinkRequest
Constructor.
createSharedLinkRequestObject(BoxSharedLinkRequestEntity) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
createSharedLinkRequestObject(BoxSharedLinkRequestEntity) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
createSharedLinkRequestObject(BoxSharedLinkRequestEntity) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
createSharedLinkRequestObject(BoxSharedLinkRequestEntity) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
 
createSharedLinkRequestObject(BoxSharedLinkRequestEntity) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxWebLinkRequestObject
 

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.
datePurgedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
Return the date this file will be permanently deleted.
dateTrashedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
Return the date file was last moved to the trash.
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.requestsbase
Default implementation for IBoxRequest interface.
DefaultBoxRequest(IBoxConfig, IBoxJSONParser, String, RestMethod, BoxDefaultRequestObject) - Constructor for class com.box.restclientv2.requestsbase.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
 
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.BoxCollaborationsManagerImpl
 
deleteCollaboration(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager
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.BoxCommentsManagerImpl
 
deleteComment(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCommentsManager
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.BoxUsersManagerImpl
 
deleteEmailAlias(String, String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
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.
deleteEnterpriseUser(String, BoxUserDeleteRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
deleteEnterpriseUser(String, BoxUserDeleteRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
Used to delete a user in an enterprise.
deleteEnterpriseUserRequestObject(boolean, boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserDeleteRequestObject
Request entity to delete an enterprise user.
deleteFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
deleteFile(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Delete a file.
DeleteFileRequest - Class in com.box.boxjavalibv2.requests
Request to delete a file.
DeleteFileRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteFileRequest
Constructor.
deleteFileVersion(String, String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
deleteFileVersion(String, String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Delete the version of a file.
DeleteFileVersionRequest - Class in com.box.boxjavalibv2.requests
 
DeleteFileVersionRequest(IBoxConfig, IBoxJSONParser, String, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteFileVersionRequest
 
deleteFolder(String, BoxFolderDeleteRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
deleteFolder(String, BoxFolderDeleteRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
Delete a folder.
DeleteFolderRequest - Class in com.box.boxjavalibv2.requests
Request to delete a folder.
DeleteFolderRequest(IBoxConfig, IBoxJSONParser, String, BoxFolderDeleteRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteFolderRequest
Constructor.
deleteFolderRequestObject(boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderDeleteRequestObject
 
deleteGroup(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
deleteGroup(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Delete a group.
DeleteGroupMembershipRequest - Class in com.box.boxjavalibv2.requests
 
DeleteGroupMembershipRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteGroupMembershipRequest
 
DeleteGroupRequest - Class in com.box.boxjavalibv2.requests
 
DeleteGroupRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteGroupRequest
 
deleteMembership(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
deleteMembership(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Delete a membership.
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
 
deleteSharedLinkRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
 
deleteSharedLinkRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxWebLinkRequestObject
 
deleteTrashFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
deleteTrashFile(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Permanently delete a trashed file.
deleteTrashFolder(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
deleteTrashFolder(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Permanently delete a trashed folder.
DeleteTrashItemRequest - Class in com.box.boxjavalibv2.requests
 
DeleteTrashItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteTrashItemRequest
 
DeleteUserRequest - Class in com.box.boxjavalibv2.requests
 
DeleteUserRequest(IBoxConfig, IBoxJSONParser, String, BoxUserDeleteRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteUserRequest
Constructor
deleteWebLink(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxWebLinksManagerImpl
 
deleteWebLink(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxWebLinksManager
Delete a web link.
DeleteWebLinkRequest - Class in com.box.boxjavalibv2.requests
Request to delete a web link.
DeleteWebLinkRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteWebLinkRequest
Constructor.
doRefresh() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Refresh the OAuth.
doWait(long) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Convenient method for wait.
DOWNLOAD_URL_AUTHORITY - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default Download url authority.
DOWNLOAD_URL_PATH - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default Download url authority.
DOWNLOAD_URL_SCHEME - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default Download url scheme.
downloadFile(String, File, IFileTransferListener, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
downloadFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
downloadFile(String, OutputStream[], IFileTransferListener, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
downloadFile(String, File, IFileTransferListener, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Download a file.
downloadFile(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Execute the download and return the raw InputStream.
downloadFile(String, OutputStream[], IFileTransferListener, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
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.
DownloadPartialFileRequest - Class in com.box.boxjavalibv2.requests
 
DownloadPartialFileRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DownloadPartialFileRequest
 
downloadThumbnail(String, String, BoxImageRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
Deprecated.
downloadThumbnail(String, String, BoxImageRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Deprecated.

E

EDITOR - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
An Editor has full read/ write access to a folder.
ENTITY_CANNOT_BE_RETRIED - Static variable in class com.box.boxjavalibv2.BoxRESTClient
 
equals(Object) - Method in class com.box.boxjavalibv2.dao.BoxHashMap
 
equals(Object) - Method in class com.box.boxjavalibv2.dao.BoxObject
Whether the two objects are equal.
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(BoxFilesManagerImpl, BoxFileUploadRequestObject) - Method in class com.box.boxjavalibv2.filetransfer.BoxFileUpload
Execute the upload task.
execute(String, BoxFilesManagerImpl, 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.IBoxRESTClient
Execute the API request and return a response.
executeRequestWithNoResponseBody(DefaultBoxRequest) - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
Execute a request and expect no response body.
extraProperties() - Method in class com.box.boxjavalibv2.dao.BoxObject
 
extraProperties() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 

F

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_ALLOWED_SHARED_LINK_ACCESS_LEVELS - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_AVATAR_URL - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
FIELD_CAN_COMMENT - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_DELETE - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_DOWNLOAD - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_DOWNLOAD - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
 
FIELD_CAN_DOWNLOAD - Static variable in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkPermissionsRequestEntity
 
FIELD_CAN_INVITE_COLLABORATOR - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_PREVIEW - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_PREVIEW - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
 
FIELD_CAN_RENAME - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
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_CAN_SET_SHARE_ACCESS - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_SHARE - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CAN_UPLOAD - Static variable in class com.box.boxjavalibv2.dao.BoxItemPermissions
 
FIELD_CHUNK_SIZE - Static variable in class com.box.boxjavalibv2.dao.BoxEventCollection
 
FIELD_CODE - Static variable in class com.box.boxjavalibv2.dao.BoxServerError
 
FIELD_COLLECTION_TYPE - Static variable in class com.box.boxjavalibv2.dao.BoxItemCollection
 
FIELD_COLLECTIONS - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
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_EFFECTIVE_ACCESS - 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.BoxCollectionBase
 
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_EXTENSION - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
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_GROUP - Static variable in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
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_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_EXTERNALLY_OWNED - Static variable in class com.box.boxjavalibv2.dao.BoxFolder
 
FIELD_IS_PASSWORD_ENABLED - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
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.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 - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
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_MY_TAGS - Static variable in class com.box.boxjavalibv2.dao.BoxUser
 
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.BoxItemCollection
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxServiceAction
 
FIELD_NAME - Static variable in class com.box.boxjavalibv2.dao.BoxUserBase
 
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 - Static variable in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
 
FIELD_PATH_COLLECTION - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
FIELD_PERMISSIONS - 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_PURGED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
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_RETRY_AFTER - Static variable in class com.box.boxjavalibv2.exceptions.BoxUnexpectedStatus
 
FIELD_ROLE - Static variable in class com.box.boxjavalibv2.dao.BoxCollaboration
 
FIELD_ROLE - Static variable in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
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_SYNC_STATE - Static variable in class com.box.boxjavalibv2.dao.BoxFolder
 
FIELD_TAGGED_MESSAGE - Static variable in class com.box.boxjavalibv2.dao.BoxComment
 
FIELD_TAGS - Static variable in class com.box.boxjavalibv2.dao.BoxItem
 
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_TRASHED_AT - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
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_USER - Static variable in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
FIELD_VANITY_URL - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLink
 
FIELD_VERSION_NUMBER - Static variable in class com.box.boxjavalibv2.dao.BoxFile
 
FOLDER_ID - Static variable in class com.box.boxjavalibv2.utils.Constants
Deprecated.
use PARENT_ID instead.
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

generateStateToken() - Static method in class com.box.boxjavalibv2.utils.Utils
 
getAccess() - Method in class com.box.boxjavalibv2.dao.BoxEmail
 
getAccess() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get access.
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
 
getAccessToken() - Method in interface com.box.boxjavalibv2.dao.IAuthData
 
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(BoxGetAllCollabsRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManagerImpl
 
getAllCollaborations(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
getAllCollaborations(BoxGetAllCollabsRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager
Get all collaborations.
getAllCollaborations(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Get all collaborations of this group.
GetAllCollaborationsRequest - Class in com.box.boxjavalibv2.requests
Request to get all collaborations.
GetAllCollaborationsRequest(IBoxConfig, IBoxJSONParser, BoxGetAllCollabsRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetAllCollaborationsRequest
 
getAllCollaborationsRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxGetAllCollabsRequestObject
Create an request object used to make get all collaborations request.
GetAllCollaborationsRequestObject - Class in com.box.boxjavalibv2.resourcemanagers
 
GetAllCollaborationsRequestObject() - Constructor for class com.box.boxjavalibv2.resourcemanagers.GetAllCollaborationsRequestObject
 
getAllCollections(BoxPagingRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollectionsManagerImpl
 
getAllCollections(BoxPagingRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollectionsManager
Get all collections.
GetAllCollectionsRequest - Class in com.box.boxjavalibv2.requests
Request to get the items inside a folder.
GetAllCollectionsRequest(IBoxConfig, IBoxJSONParser, BoxPagingRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetAllCollectionsRequest
Constructor.
getAllEnterpriseUser(BoxDefaultRequestObject, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
getAllEnterpriseUser(BoxDefaultRequestObject, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
Get the list of all users for the Enterprise with their user_id, public_name, and login if the user is an enterprise admin.
getAllGroups(BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
getAllGroups(BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Get all groups.
GetAllGroupsRequest - Class in com.box.boxjavalibv2.requests
 
GetAllGroupsRequest(IBoxConfig, IBoxJSONParser, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetAllGroupsRequest
 
getAllowedSharedLinkAccessLevels() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get a list of the allowed shared link access levels for this item.
getAllTypes() - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
getAllTypes() - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxResourceHub
 
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.
getApiUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the API URL Authority.
getApiUrlAuthority() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the API URL Authority.
getApiUrlPath() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the API URL path.
getApiUrlPath() - Method in interface com.box.boxjavalibv2.IBoxConfig
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 class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getApiUrlPath() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Get api path for the api call.
getApiUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the API URL scheme.
getApiUrlScheme() - Method in interface com.box.boxjavalibv2.IBoxConfig
 
getAuth() - Method in interface com.box.boxjavalibv2.authorization.IAuthSecureStorage
Get auth.
getAuth() - Method in class com.box.boxjavalibv2.BoxClient
Get the auth object used to make api calls.
getAuth() - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
 
getAuth() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getAuth() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Auth.
getAuthData() - Method in interface com.box.boxjavalibv2.authorization.IAuthDataController
 
getAuthData() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Get OAuthData, counting number of retries, in case of too many retries, throw.
getAuthData() - Method in class com.box.boxjavalibv2.BoxClient
Get available OAuthData.
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 class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getAuthority() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Get authority for the api call.
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.
getBoxClientAuthenticationListener() - Method in class com.box.boxjavalibv2.BoxClient
 
getBoxItemsManager() - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxItemsManager, which can be used to make API calls on files/folders endpoints.
getBytesTransferred() - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Get bytes transferred.
getChunkSize() - Method in class com.box.boxjavalibv2.dao.BoxEventCollection
 
getClass(IBoxType) - Method in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
 
getClass(IBoxType) - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
getClass(IBoxType) - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxResourceHub
Given a IBoxType, get the corrosponding DAO class.
getClassFromType(IBoxType) - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
 
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.BoxCollaborationsManagerImpl
 
getCollaboration(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager
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.BoxCollaborationsManagerImpl
Deprecated.
getCollaborationsManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getCollection(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollectionsManagerImpl
 
getCollection(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollectionsManager
Get a collection.
getCollectionItems(String, BoxPagingRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollectionsManagerImpl
 
getCollectionItems(String, BoxPagingRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollectionsManager
Get all items in a given collection.
GetCollectionItemsRequest - Class in com.box.boxjavalibv2.requests
Request to get the items inside a folder.
GetCollectionItemsRequest(IBoxConfig, IBoxJSONParser, String, BoxPagingRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetCollectionItemsRequest
Constructor.
GetCollectionRequest - Class in com.box.boxjavalibv2.requests
Request to get a collaboration.
GetCollectionRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetCollectionRequest
Constructor.
getCollections() - Method in class com.box.boxjavalibv2.dao.BoxItem
 
getCollectionsManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getCollectionType() - Method in class com.box.boxjavalibv2.dao.BoxItemCollection
Get the system-defined type of this collection.
getComment(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCommentsManagerImpl
 
getComment(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCommentsManager
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.BoxCommentsManagerImpl
Deprecated.
getCommentsManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getConcreteClassForIBoxType() - Method in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
Get the concrete class for IBoxType
getConcreteClassForIBoxType() - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
getConfig() - Method in class com.box.boxjavalibv2.BoxClient
Get config.
getConfig() - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
 
getConfig() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
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.BoxBigPayloadObject
Get content of the preview.
getContentBodyPart(String) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
getContentCreatedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
 
getContentLength() - Method in class com.box.boxjavalibv2.dao.BoxBigPayloadObject
 
getContentLength() - Method in class com.box.restclientv2.responses.DefaultBoxResponse
 
getContentLength() - Method in interface com.box.restclientv2.responses.IBoxResponse
Get content length of the response.
getContentModifiedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
 
getContext() - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
getCookie() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getCookie() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Cookie.
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.BoxUsersManagerImpl
 
getCurrentUser(BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
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.
getData() - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowMessage
 
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
 
getDescription() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get description of the item.
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.BoxConfigBuilder.BoxConfig
Get the Download URL Authority.
getDownloadUrlAuthority() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the Download URL Authority.
getDownloadUrlPath() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
 
getDownloadUrlPath() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the download url path
getDownloadUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the Download URL scheme.
getDownloadUrlScheme() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the Download URL scheme.
getEffectiveAccess() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get effective access.
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.BoxUsersManagerImpl
 
getEmailAliases(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
Deprecated.
getEmailAliases(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
Retrieves all email aliases for this user.
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.boxjavalibv2.dao.BoxUser
Get the enterprise this user belongs to if available, null otherwise.
getEntity(IBoxJSONParser) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
 
getEntity(IBoxJSONParser) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
getEntries() - Method in class com.box.boxjavalibv2.dao.BoxCollectionBase
 
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.BoxEventsManagerImpl
 
getEventOptions(BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxEventsManager
Get Events options.
getEvents(BoxEventRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxEventsManagerImpl
 
getEvents(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxEventsManagerImpl
Deprecated.
getEvents(BoxEventRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxEventsManager
Get Events.
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 class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getExpectedResponseCode() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Get expected response code.
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
 
getExpiresIn() - Method in interface com.box.boxjavalibv2.dao.IAuthData
 
getExtension() - Method in class com.box.boxjavalibv2.dao.BoxFile
Get extension of the file.
getExtraData(String) - Method in class com.box.boxjavalibv2.dao.BoxObject
Get extra data.
getFields() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
 
getFile() - Method in class com.box.boxjavalibv2.dao.BoxLock
 
getFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
getFile(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Get file given a file id.
getFileComments(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
getFileComments(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
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.BoxFilesManagerImpl
Deprecated.
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.BoxFilesManagerImpl
 
getFileVersions(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
Deprecated.
getFileVersions(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Get file versions(Note: Versions are only tracked for Box users with premium accounts.).
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.BoxFoldersManageImpl
 
getFolder(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
Get folder given a folder id.
getFolderCollaborations(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
getFolderCollaborations(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
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
 
getFolderItems(String, BoxPagingRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
getFolderItems(String, BoxPagingRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
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, BoxPagingRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetFolderItemsRequest
Constructor.
getFolders(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
Deprecated.
getFoldersManager() - Method in class com.box.boxjavalibv2.BoxClient
 
GetFolderTrashItemsRequest - Class in com.box.boxjavalibv2.requests
Request to get the trashed items inside a folder.
GetFolderTrashItemsRequest(IBoxConfig, IBoxJSONParser, BoxPagingRequestObject) - 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
 
getFromEntity(String) - Method in class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
Get value from entity.
getGroup() - Method in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
getGroup(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
getGroup(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Get a group.
GetGroupCollaborationsRequest - Class in com.box.boxjavalibv2.requests
 
GetGroupCollaborationsRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetGroupCollaborationsRequest
 
GetGroupMembershipRequest - Class in com.box.boxjavalibv2.requests
 
GetGroupMembershipRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetGroupMembershipRequest
 
GetGroupMembershipsRequest - Class in com.box.boxjavalibv2.requests
 
GetGroupMembershipsRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetGroupMembershipsRequest
 
getGroupsManager() - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxGroupsManager, which can be used to make API calls on groups endpoints.
getHeaders() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
 
getHeaders() - Method in class com.box.restclientv2.requestsbase.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
 
getHttpParams() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getHttpParams() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
HttpParams
getHttpResponse() - Method in class com.box.restclientv2.responses.DefaultBoxResponse
Get the raw HttpResponse.
getHttpStatusCode() - Method in class com.box.boxjavalibv2.dao.BoxServerError
Deprecated.
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.
getItem() - Method in class com.box.boxjavalibv2.dao.BoxComment
Get the object being commented.
getItem(String, BoxDefaultRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManagerImpl
 
getItem(String, BoxDefaultRequestObject, BoxResourceType) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxItemsManager
Get item given an item id.
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.
getJobTitle() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's job title.
getJSONEntity() - Method in class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
 
getJSONParser() - Method in class com.box.boxjavalibv2.BoxClient
 
getJSONParser() - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
 
getJSONStringEntityPart(String) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
getKey() - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowMessage
 
getKey() - Method in class com.box.boxjavalibv2.authorization.StringMessage
 
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.
getLock() - Method in class com.box.boxjavalibv2.dao.BoxFile
Get lock on this file.
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
getLowerCaseStringToTypeMap() - Method in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
 
getMaxUploadSize() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the maximum individual file size in bytes this user can have
getMembership(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
getMembership(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
 
getMemberships(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
getMemberships(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Get memberships of a group.
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.boxjavalibv2.exceptions.AuthFatalFailureException
 
getMessage() - Method in exception com.box.boxjavalibv2.exceptions.BoxServerException
 
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.
getMonitoredRestClient() - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder.BoxConnectionManager
 
getMyTags() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get set of all tags on items that are visible by this user.
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() - Method in class com.box.boxjavalibv2.dao.BoxItemCollection
Get the name of this collection.
getName(String) - Method in class com.box.boxjavalibv2.dao.BoxServiceAction
 
getName() - Method in class com.box.boxjavalibv2.dao.BoxUserBase
Get name of this user.
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.BoxConfigBuilder.BoxConfig
 
getOAuthApiUrlPath() - Method in interface com.box.boxjavalibv2.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.boxjavalibv2.BoxClient
 
getOAuthUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
 
getOAuthUrlAuthority() - Method in interface com.box.boxjavalibv2.IBoxConfig
 
getOAuthUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
 
getOAuthUrlScheme() - Method in interface com.box.boxjavalibv2.IBoxConfig
 
getOAuthWebUrlPath() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
 
getOAuthWebUrlPath() - Method in interface com.box.boxjavalibv2.IBoxConfig
 
getObjectClass() - Method in class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParser
Class of the wrapped object.
getObjectClassGivenConcreteIBoxType(IBoxType) - Method in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
Get class for a certain type, assuming the input type is an object of the concrete class of IBoxType defined in this resource hub.
getObjectClassGivenConcreteIBoxType(IBoxType) - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
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.boxjavalibv2.dao.BoxItem
Get parent folder.
getParser() - Method in class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParser
 
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.boxjavalibv2.dao.BoxItem
Get the path of folders to this item, starting at the root.
getPermissions() - Method in class com.box.boxjavalibv2.dao.BoxItem
 
getPermissions() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get permissions.
getPermissions() - Method in class com.box.boxjavalibv2.dao.BoxWebLink
 
getPhone() - Method in class com.box.boxjavalibv2.dao.BoxUser
Get the user's phone number.
getPluginManager(String) - Method in class com.box.boxjavalibv2.BoxClient
Get a resource manager plugged in based on the key.
getPort() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getPreview(String, String, BoxImageRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
getPreview(String, String, BoxImageRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Get preview of a file.
getPreviewCount() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get the preview count.
GetPreviewRequest - Class in com.box.boxjavalibv2.requests
Request to get preview.
GetPreviewRequest(IBoxConfig, IBoxJSONParser, String, String, BoxImageRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetPreviewRequest
 
getPurgedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
 
getQueryParams() - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
 
getQueryParams() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
getQueryParams() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
Get query parameters.
getRawHttpClient() - Method in class com.box.restclientv2.BoxBasicRestClient
 
getRawRequest() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
Get raw request underlying this DefaultBoxRequest.
getRedirectUrl() - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
getRefreshFailException() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
getRefreshToken() - Method in class com.box.boxjavalibv2.dao.BoxOAuthToken
 
getRefreshToken() - Method in interface com.box.boxjavalibv2.dao.IAuthData
 
getRequestEntity() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getRequestEntity() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Request entity.
getRequestExtras() - Method in class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
a mutator to the request.
getRequestId() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
getRequestObject(IBoxConfig, IBoxJSONParser, String, String) - Static method in class com.box.boxjavalibv2.requests.PromoteOldFileVersionRequest
 
getRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFileRequestObject
 
getRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
getRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
getRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxWebLinkRequestObject
 
getResourceHub() - Method in class com.box.boxjavalibv2.BoxClient
Get resource hub.
getResourceHub() - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
 
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, IBoxType, IBoxJSONParser) - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
Make a rest api request, get response, and then parse the response.
getResponseAndParseAndTryCast(DefaultBoxRequest, IBoxType, IBoxJSONParser) - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
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.
getRestClient() - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
 
getRestMethod() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getRestMethod() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
REST method, GET/PUT/POST/DELETE/...
getRetryAfter() - Method in class com.box.boxjavalibv2.exceptions.BoxUnexpectedStatus
 
getRole() - Method in class com.box.boxjavalibv2.dao.BoxCollaboration
Get the role/permission.
getRole() - Method in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
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
Get the role.
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 class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
getScheme() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Get scheme for the api call.
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.
getSharedBoxItemsManager(String, String) - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxItemsManager for items(files/folders) shared to you, this can be used to make API calls on files/folders endpoints.
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.BoxSharedItemsManagerImpl
 
getSharedItem(BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxSharedItemsManager
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.boxjavalibv2.dao.BoxItem
Get shared link of box item.
getSize() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get size of the box item.
getSize() - Method in class com.box.boxjavalibv2.dao.BoxWebLink
 
getSource() - Method in class com.box.boxjavalibv2.dao.BoxEvent
Get the source item for this event.
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.
getStatusCode() - Method in exception com.box.boxjavalibv2.exceptions.BoxServerException
 
getStatusCode() - Method in exception com.box.restclientv2.exceptions.BoxSDKException
Status code of this exception.
getSyncState() - Method in class com.box.boxjavalibv2.dao.BoxFolder
Whether this folder will be synced by Box sycn clients or not.
getTaggedMessage() - Method in class com.box.boxjavalibv2.dao.BoxComment
Get the tagged comment String.
getTags() - Method in class com.box.boxjavalibv2.dao.BoxItem
Get the tags that are set on this item.
getThumbnail(String, String, BoxImageRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
getThumbnail(String, String, BoxImageRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Get thumbnail of a file.
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.
getTrashedAt() - Method in class com.box.boxjavalibv2.dao.BoxFile
 
getTrashFile(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
getTrashFile(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Get trashed file given a file id.
getTrashFolder(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
getTrashFolder(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Get trash folder given a folder id.
GetTrashItemRequest - Class in com.box.boxjavalibv2.requests
 
GetTrashItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetTrashItemRequest
 
getTrashItems(BoxPagingRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
getTrashItems(BoxPagingRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Get all the trashed items(subfolders, files, weblinks...).
getTrashManager() - Method in class com.box.boxjavalibv2.BoxClient
Get the BoxItemsManager, which can be used to make API calls on files/folders endpoints for trashed files/folders.
getType() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Get the type.
getTypedObjects(BoxCollection, Class<T>) - Static method in class com.box.boxjavalibv2.utils.Utils
Filter out a list of specified type BoxTypedObject's from a Collection
getTypeFromLowercaseString(String) - Static method in enum com.box.boxjavalibv2.dao.BoxResourceType
Deprecated.
getTypeFromLowercaseString(String) - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
getTypeFromLowercaseString(String) - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxResourceHub
Get the IBoxType from a lower case string value.
getUnexpectedStatus() - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
getUnsharedAt() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get the time to unshare this link.
getUpdateInterval() - Method in class com.box.boxjavalibv2.filetransfer.BoxFileDownload
Return the interval time progress updates will be reported.
getUploadUrlAuthority() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the Upload URL Authority.
getUploadUrlAuthority() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the Upload URL Authority.
getUploadUrlPath() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
 
getUploadUrlPath() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the upload url path.
getUploadUrlScheme() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the Upload URL scheme.
getUploadUrlScheme() - Method in interface com.box.boxjavalibv2.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.CreateGroupMembershipRequest
 
getUri() - Static method in class com.box.boxjavalibv2.requests.CreateGroupRequest
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, String) - Static method in class com.box.boxjavalibv2.requests.DeleteFileVersionRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteFolderRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteGroupMembershipRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteGroupRequest
 
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.DeleteTrashItemRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteUserRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.DeleteWebLinkRequest
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.GetAllGroupsRequest
 
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.GetCollectionItemsRequest
Get uri.
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetCollectionRequest
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() - Static method in class com.box.boxjavalibv2.requests.GetFolderTrashItemsRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetGroupCollaborationsRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetGroupMembershipRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.GetGroupMembershipsRequest
 
getUri(String, BoxResourceType) - Static method in class com.box.boxjavalibv2.requests.GetItemRequest
Get uri.
getUri(String, String) - Static method in class com.box.boxjavalibv2.requests.GetPreviewRequest
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) - Static method in class com.box.boxjavalibv2.requests.GetUserMembershipsRequest
 
getUri(String, String) - Static method in class com.box.boxjavalibv2.requests.MoveFolderToAnotherUserRequest
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
 
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) - Static method in class com.box.boxjavalibv2.requests.UpdateGroupMembershipRequest
 
getUri(String) - Static method in class com.box.boxjavalibv2.requests.UpdateGroupRequest
Get uri.
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.
getUriPath() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
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
 
getUser() - Method in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
getUser(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
getUser(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
Get the user's information.
getUserAgent() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
Get the User-Agent String to apply to the HTTP(S) calls.
getUserAgent() - Method in interface com.box.boxjavalibv2.IBoxConfig
Get the User-Agent String to apply to the HTTP(S) calls.
getUserGroups(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
getUserGroups(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
Get all groups.
getUserInfo() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
 
GetUserMembershipsRequest - Class in com.box.boxjavalibv2.requests
 
GetUserMembershipsRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.GetUserMembershipsRequest
 
getUserName() - Method in class com.box.restclientv2.authorization.DefaultUsernamePasswordAuth
get user name.
getUsers(BoxCollection) - Static method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
Deprecated.
getUsersManager() - Method in class com.box.boxjavalibv2.BoxClient
 
getValue(String) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
getVanityUrl() - Method in class com.box.boxjavalibv2.dao.BoxSharedLink
Get vanity url.
getVersion() - Method in class com.box.boxjavalibv2.BoxConfigBuilder.BoxConfig
 
getVersion() - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
getVersion() - Method in interface com.box.boxjavalibv2.IBoxConfig
 
getVersionNumber() - Method in class com.box.boxjavalibv2.dao.BoxFile
Get version number of the file.
getWebLink(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxWebLinksManagerImpl
 
getWebLink(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxWebLinksManager
Get web link given a web link id.
getWebLinksManager() - Method in class com.box.boxjavalibv2.BoxClient
 
guaranteedGetAuthData() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Get OAuthData, in case of OAuthTokenState indicating refresh needed, do refresh.
guaranteedGetAuthData() - Method in class com.box.boxjavalibv2.BoxClient
Get OAuthData, in case of OAuthTokenState indicating refresh needed, do refresh.

H

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.BoxHashMap
 
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.dao
 
IAuthDataController - Interface in com.box.boxjavalibv2.authorization
Interface to wrap IAuthData and handles auth logic like auto-refresh for OAuth.
IAuthEvent - Interface in com.box.boxjavalibv2.authorization
 
IAuthFlowListener - Interface in com.box.boxjavalibv2.authorization
 
IAuthFlowMessage - Interface in com.box.boxjavalibv2.authorization
 
IAuthFlowUI - Interface in com.box.boxjavalibv2.authorization
Interface for UI to generate auth.
IAuthSecureStorage - Interface in com.box.boxjavalibv2.authorization
Interface for storage to save authentication(OAuth) objects in a secure way.
IBoxCollaborationsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxCollectionsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxCommentsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxConfig - Interface in com.box.boxjavalibv2
 
IBoxEventsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxFilesManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxFoldersManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxGroupsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxItemsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxJSONParser - Interface in com.box.boxjavalibv2.jsonparsing
 
IBoxJSONStringEntity - Interface in com.box.boxjavalibv2.jsonentities
Interface for classes that can be converted to JSON Strings.
IBoxOAuthManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxParcelable - Interface in com.box.boxjavalibv2.dao
This is a interface wrapping android Parcelable.
IBoxParcelWrapper - Interface in com.box.boxjavalibv2.dao
This is a interface wrapping android Parcel.
IBoxRequest - Interface in com.box.restclientv2.requestsbase
Interface for the request to Box API.
IBoxRequestAuth - Interface in com.box.restclientv2.authorization
Interface for Auth used for Box API Client.
IBoxRequestObject - Interface in com.box.restclientv2.requestsbase
Interface for objects to be put into api requests.
IBoxResourceHub - Interface in com.box.boxjavalibv2.jsonparsing
 
IBoxResourceManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxResponse - Interface in com.box.restclientv2.responses
Interface for API response.
IBoxResponseParser - Interface in com.box.restclientv2.responseparsers
Interface for the class of object to be converted from API response.
IBoxRESTClient - Interface in com.box.restclientv2
Interface for Box API Client.
IBoxRestVisitor - Interface in com.box.restclientv2
Class to analyse http request and response.
IBoxSearchManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxSharedItemsManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxTrashManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxType - Interface in com.box.boxjavalibv2.dao
 
IBoxUsersManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
IBoxWebLinksManager - Interface in com.box.boxjavalibv2.resourcemanagers
 
ICookie - Interface in com.box.restclientv2.requestsbase
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.filetransfer
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 interface com.box.boxjavalibv2.authorization.IAuthFlowUI
Initialize the UI for OAuth flow.
initializeAuthFlow(Object, String, String, String) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowUI
Initialize the UI for OAuth flow.
initializeAuthFlow(Object, String, String, String, BoxClient) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowUI
Initialize the UI for OAuth flow.
initializeEnumTypes(Class<? extends Enum>) - Method in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
 
initializeTypes() - Method in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
Do call super.initializeTypes() when overriding this.
initializeTypes() - Method in class com.box.boxjavalibv2.jsonparsing.BoxResourceHub
 
initOAuthForRequest() - Method in interface com.box.boxjavalibv2.authorization.IOAuthAuthorization
Initialize this auth.
initOAuthForRequest() - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
Initialize this auth.
initOAuthForRequest() - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
 
initParcel() - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Initialize parcel.
internalSetTokenState(OAuthDataController.OAuthTokenState) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Setter of mTokenState.
IOAuthAuthorization - Interface in com.box.boxjavalibv2.authorization
Created by liran on 26/05/2014.
IPluginResourceManagerBuilder - Interface in com.box.boxjavalibv2.resourcemanagers
 
IResourceManagerPlugin - Interface in com.box.boxjavalibv2.resourcemanagers
Resource manager plugin interface.
isAuthenticated() - Method in class com.box.boxjavalibv2.BoxClient
Whether this client is authenticated.
isCallerResponsibleForFix() - Method in exception com.box.boxjavalibv2.exceptions.AuthFatalFailureException
Deprecated.
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
 
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.
isExternallyOwned() - Method in class com.box.boxjavalibv2.dao.BoxFolder
Getter.Get whether this box folder is externally owned.
isFavorited() - Method in class com.box.boxjavalibv2.dao.BoxItem
 
isFavoritesCollection() - Method in class com.box.boxjavalibv2.dao.BoxItemCollection
 
isNull() - Method in interface com.box.boxjavalibv2.dao.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.

L

lowercaseStringToType - Variable in class com.box.boxjavalibv2.jsonparsing.BaseBoxResourceHub
 

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
 
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.boxjavalibv2.authorization.StringMessage
 
MIN_HEIGHT - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
MIN_WIDTH - Static variable in class com.box.boxjavalibv2.dao.BoxPreview
 
moveFolderToAnotherUser(String, String, BoxSimpleUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
moveFolderToAnotherUser(String, String, BoxSimpleUserRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
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, BoxSimpleUserRequestObject) - Constructor for class com.box.boxjavalibv2.requests.MoveFolderToAnotherUserRequest
Constructor.
moveFolderToAnotherUserRequestEntity(String, boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxSimpleUserRequestObject
move a folder to another user.
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
 
MultipartEntityWithProgressListener.InterruptedMultipartException - Exception in com.box.boxjavalibv2.httpentities
 
MultipartEntityWithProgressListener.InterruptedMultipartException() - Constructor for exception com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener.InterruptedMultipartException
 

N

name() - Method in interface com.box.boxjavalibv2.dao.IBoxType
 

O

OAUTH_API_URL_PATH - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default OAuth API url path.
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
 
OAUTH_URL_AUTHORITY - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default OAuth url authority.
OAUTH_URL_SCHEME - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default OAuth url scheme.
OAUTH_WEB_URL_PATH - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default OAuth url path.
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
 
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
 
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.
OAuthWebViewData - Class in com.box.boxjavalibv2.authorization
Data on the OAuth WebView.
OAuthWebViewData(OAuthDataController) - Constructor for class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
ON_PROGRESS_UPDATE_THRESHOLD - Static variable in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
Default minimum time between two progress messages being sent out.
onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowListener
On an event.
onAuthFlowEvent(IAuthEvent, IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
 
onAuthFlowException(Exception) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowListener
On an exception.
onAuthFlowException(Exception) - Method in class com.box.boxjavalibv2.BoxClient
 
onAuthFlowMessage(IAuthFlowMessage) - Method in interface com.box.boxjavalibv2.authorization.IAuthFlowListener
On a message.
onAuthFlowMessage(IAuthFlowMessage) - Method in class com.box.boxjavalibv2.BoxClient
 
onCanceled() - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
Called when the file transfer was canceled.
onComplete(String) - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
Called when the file has been transferred.
onIOException(IOException) - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
Called when IOException is thrown.
onProgress(long) - Method in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
Called periodically during the download.
onRefresh(IAuthData) - Method in interface com.box.boxjavalibv2.authorization.OAuthRefreshListener
 
OPEN - Static variable in class com.box.boxjavalibv2.dao.BoxSharedLinkAccess
Open access.
OWNER - Static variable in class com.box.boxjavalibv2.dao.BoxCollaborationRole
An Owner has all of the functional capabilities of a Co-Owner.

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.
pagingRequestObject(int, int) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxPagingRequestObject
BoxPagingRequestObject for get a paged list.
PARENT_ID - Static variable in class com.box.boxjavalibv2.utils.Constants
 
parse(IBoxResponse) - Method in class com.box.boxjavalibv2.responseparsers.ErrorResponseParser
 
parse(IBoxResponse) - Method in class com.box.boxjavalibv2.responseparsers.PreviewResponseParser
 
parse(IBoxResponse) - Method in class com.box.boxjavalibv2.responseparsers.ThumbnailResponseParser
 
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 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
 
parse(IBoxResponse) - Method in interface com.box.restclientv2.responseparsers.IBoxResponseParser
Parese the API response into this object.
parseInputStream(InputStream) - Method in class com.box.boxjavalibv2.responseparsers.ErrorResponseParser
 
parseInputStream(InputStream) - Method in class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParser
Parse input stream.
parseIntoBoxObject(InputStream, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObject(String, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObject(InputStream, Class<T>) - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxJSONParser
Convert InputStream to object.
parseIntoBoxObject(String, Class<T>) - Method in interface com.box.boxjavalibv2.jsonparsing.IBoxJSONParser
Convert the json string into object.
parseIntoBoxObjectQuietly(InputStream, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObjectQuietly(String, Class<T>) - Method in class com.box.boxjavalibv2.jsonparsing.BoxJSONParser
 
parseIntoBoxObjectQuietly(InputStream, Class<T>) - Method in interface com.box.boxjavalibv2.jsonparsing.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.jsonparsing.IBoxJSONParser
Convert the json string into object.No exception will be thrown, in case of failure, null is returned.
parseResponse(IBoxResponseParser, IBoxResponseParser) - Method in class com.box.restclientv2.responses.DefaultBoxResponse
 
parseResponse(IBoxResponseParser, IBoxResponseParser) - Method in interface com.box.restclientv2.responses.IBoxResponse
Parese HttpResponse into IResponseObject.
parseSilently(String) - Static method in class com.box.boxjavalibv2.utils.ISO8601DateParser
Same as parse method but does not throws.
plugin(BoxClient) - Method in interface com.box.boxjavalibv2.resourcemanagers.IResourceManagerPlugin
 
pluginResourceManager(String, IPluginResourceManagerBuilder) - Method in class com.box.boxjavalibv2.BoxClient
Plug in a resource manager into sdk client.
prepareParts(IBoxJSONParser) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
Method to put all parts in to the multipart entity.
prepareRequest() - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
prepareRequest() - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Prepare the request by setting all headers, query params, entities...
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.
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
 
promoteOldFileVersion(String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
promoteOldFileVersion(String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Promote old version of file as current/latest version.
PromoteOldFileVersionRequest - Class in com.box.boxjavalibv2.requests
 
properties() - Method in class com.box.boxjavalibv2.dao.BoxObject
 
properties() - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
put(String, Object) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
put(String, Object) - Method in class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
Add a key value pair to the request body.

R

RANGE - Static variable in class com.box.boxjavalibv2.utils.Constants
 
readBooleanArray(boolean[]) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
 
readDouble() - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Read a double out from this parcel.
readInt() - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
 
readLong() - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Read a long out from this parcel.
readMap(Map<String, Object>) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
 
readString() - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Read a string out from this parcel.
RECURSIVE - Static variable in class com.box.boxjavalibv2.utils.Constants
 
refresh() - Method in interface com.box.boxjavalibv2.authorization.IAuthDataController
 
refresh() - Method in interface com.box.boxjavalibv2.authorization.IOAuthAuthorization
Refresh the OAuth token.
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 class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
 
refreshOAuth(String, String, String, String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
refreshOAuth(String, String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
refreshOAuth(BoxOAuthRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
refreshOAuth(String, String, String, String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxOAuthManager
Refresh OAuth.
refreshOAuth(String, String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxOAuthManager
Refresh OAuth.
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.restclientv2.requestsbase.BoxOAuthRequestObject
 
removeQuery() - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Removes URI query.
resetTokenState() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Reset token state to PRE_CREATION so it will be ready to refresh again.
resourceType() - Method in class com.box.boxjavalibv2.dao.BoxTypedObject
Deprecated.
RestMethod - Enum in com.box.restclientv2
REST Method.
restoreItemRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRestoreRequestObject
 
restoreTrashFile(String, BoxItemRestoreRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
restoreTrashFile(String, BoxItemRestoreRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Restore a trashed file.
restoreTrashFolder(String, BoxItemRestoreRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxTrashManagerImpl
 
restoreTrashFolder(String, BoxItemRestoreRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxTrashManager
Restore a trashed folder.
RestoreTrashItemRequest - Class in com.box.boxjavalibv2.requests
 
RestoreTrashItemRequest(IBoxConfig, IBoxJSONParser, String, BoxResourceType, BoxItemRestoreRequestObject) - Constructor for class com.box.boxjavalibv2.requests.RestoreTrashItemRequest
Cosntructor.
revokeOAuth(String, String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
revokeOAuth(BoxOAuthRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxOAuthManagerImpl
 
revokeOAuth(String, String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxOAuthManager
Revoke OAuth.
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.restclientv2.requestsbase.BoxOAuthRequestObject
Request object to revoke OAuth.
ROLE_ADMIN - Static variable in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
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_MEMBER - Static variable in class com.box.boxjavalibv2.dao.BoxGroupMembership
 
ROLE_USER - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when the user's enterprise role is normal user.

S

saveAuth(IAuthData) - Method in interface com.box.boxjavalibv2.authorization.IAuthSecureStorage
Save auth in a secure way.
saveAuth(IAuthSecureStorage) - Method in class com.box.boxjavalibv2.BoxClient
Save auth in a customized secure storage.
search(String, BoxDefaultRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxSearchManagerImpl
 
search(String, BoxDefaultRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxSearchManager
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.
setAccess(String) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
Set access String.
setAccessibleBy(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
setAccessibleByType(String, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
 
setAddress(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setAuth(IBoxRequest) - Method in interface com.box.boxjavalibv2.authorization.IOAuthAuthorization
 
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(IBoxRequest) - Method in interface com.box.restclientv2.authorization.IBoxRequestAuth
Set Auth into the API request.
setAuth(IBoxRequestAuth) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
setAuth(IBoxRequestAuth) - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Set authorization.
setAuthCode(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
setAuthUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
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.
setAvatarUrl(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Sets the URL for this user's avatar image.
setBoxClientAuthListener(IAuthFlowListener) - Method in class com.box.boxjavalibv2.BoxClient
set listener listening to the events of the states that this BoxClient gets authenticateds.
setCan_download(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxSharedLinkPermissions
Setter.
setCanDownload(Boolean) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkPermissionsRequestEntity
Setter.
setCanSeeManagedUsers(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setClient(String, String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
setCode(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setCollections(String[]) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
setConnectionOpen(boolean) - Method in class com.box.boxjavalibv2.BoxClient
Set whether we want the connection to keep open (and reused) after an api call.
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.BoxRESTClient
 
setContent(InputStream) - Method in class com.box.boxjavalibv2.dao.BoxBigPayloadObject
Set content.
setContentLength(double) - Method in class com.box.boxjavalibv2.dao.BoxBigPayloadObject
 
setContentMD5(String) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
Set the content MD5 in the request.
setContext(Object) - Method in exception com.box.boxjavalibv2.exceptions.BoxUnexpectedHttpStatusException
 
setCookie(ICookie) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
 
setCookie(ICookie) - Method in interface com.box.restclientv2.requestsbase.IBoxRequest
Set cookie.
setCookie(IBoxRequest) - Method in interface com.box.restclientv2.requestsbase.ICookie
Set cookie into API request.
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
setDevice(String, String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
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.BoxConfigBuilder
Set a custom Download URL Authority.
setDownloadUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
setDownloadUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
Set a custom Download URL scheme.
setEnterprise(BoxEnterpriseRequestEntity) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
setEntity(HttpEntity) - Method in class com.box.restclientv2.requestsbase.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.requestsbase.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
 
setExternallyOwned(Boolean) - Method in class com.box.boxjavalibv2.dao.BoxFolder
Setter.
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.
setForceDelete(boolean) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserDeleteRequestObject
Set whether or not the user should be deleted even if this user still own files.
setFragment(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI fragment.
setGroup(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
 
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.
setIdleTimeThreshold(long) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
 
setIfMatch(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxRequestExtras
Set etag.
setIfMatch(String) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
Set If-Match header.
setItem(IBoxType, String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
Set the item to be commented.
setItemCollection(BoxCollection) - Method in class com.box.boxjavalibv2.dao.BoxFolder
Setter.
setJobTitle(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
 
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.restclientv2.requestsbase.BoxFileUploadRequestObject
Set upload listener.
setLocalFileCreatedAndModifiedAt(Date, Date) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
Set the time that the file was locally created and last modified.
setLocalFileCreatedAt(Date) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
Set the time that the file was locally created.
setLocalFileLastModifiedAt(Date) - Method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
Set the time that the file was locally last modified.
setLock(BoxLock) - Method in class com.box.boxjavalibv2.dao.BoxFile
Set the lock.
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.
setMaxConnection(int) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
 
setMaxConnectionPerRoute(int) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
 
setMaxHeight(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setMaxUploadSize(Double) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Sets the maximum individual file size in bytes this user can have
setMaxWidth(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setMessage(String) - Method in class com.box.boxjavalibv2.dao.BoxGenericServerError
 
setMessage(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setMessage(String) - Method in exception com.box.boxjavalibv2.exceptions.BoxServerException
 
setMessage(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
Set the regular 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.restclientv2.requestsbase.BoxFileUploadRequestObject
 
setMyTags(String...) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Sets set of all tags on items that are visible by this user.
setName(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemCopyRequestObject
Set name of the file.
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
 
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.BoxSimpleUserRequestObject
Set whether the user should receive an email notification.
setOAuthApiUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
setOAuthData(BoxOAuthToken) - Method in interface com.box.boxjavalibv2.authorization.IOAuthAuthorization
 
setOAuthData(BoxOAuthToken) - Method in class com.box.boxjavalibv2.authorization.OAuthAuthorization
 
setOAuthData(IAuthData) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
setOAuthData(BoxOAuthToken) - Method in class com.box.boxjavalibv2.authorization.SharedLinkAuthorization
 
setOAuthRefreshListener(OAuthRefreshListener) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
setOAuthUrlAuthority(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
setOAuthUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
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.boxjavalibv2.authorization.OAuthWebViewData
 
setPage(int) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxImageRequestObject
 
setPage(int, int) - Method in class com.box.restclientv2.requestsbase.BoxDefaultRequestObject
 
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.
setPassword(String) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
Set password String.
setPath(String) - Method in class com.box.restclientv2.httpclientsupport.HttpClientURIBuilder
Sets URI path.
setPermissions(boolean) - Method in class com.box.boxjavalibv2.jsonentities.BoxSharedLinkRequestEntity
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.
setRedirectUrl(String) - Method in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
setRedirectUrl(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
setRefreshFail(Exception) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
setRefreshToken(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
 
setRequestFields(List<String>) - Method in class com.box.restclientv2.requestsbase.DefaultBoxRequest
Set fields on the request.
setRequestId(String) - Method in class com.box.boxjavalibv2.dao.BoxServerError
Setter.
setRetryAfter(Integer) - Method in class com.box.boxjavalibv2.exceptions.BoxUnexpectedStatus
Setter.
setRevokeToken(String) - Method in class com.box.restclientv2.requestsbase.BoxOAuthRequestObject
Set the token to revoke.
setRole(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
Set the role.
setRole(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
 
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(BoxSharedLinkRequestEntity) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxSharedLinkRequestObject
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
 
setTaggedMessage(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject
Set the tagged comment message.
setTags(String[]) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxItemRequestObject
 
setTimePeriodCleanUpIdleConnection(long) - Method in class com.box.boxjavalibv2.BoxConnectionManagerBuilder
 
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.jsonentities.BoxSharedLinkRequestEntity
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.BoxConfigBuilder
Set a custom Upload URL Authority.
setUploadUrlPath(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
setUploadUrlScheme(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
Set a custom Upload URL scheme.
setUser(String) - Method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
 
setUserAgent(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
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.
setVersion(String) - Method in class com.box.boxjavalibv2.BoxConfigBuilder
 
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.
STATE - Static variable in class com.box.boxjavalibv2.authorization.OAuthWebViewData
 
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_FAIL - Static variable in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
String that will be used in onComplete if transfer finished due to an error.
STATUS_INACTIVE - Static variable in class com.box.boxjavalibv2.dao.BoxUser
Used when user status is inactive
STATUS_PASS - Static variable in interface com.box.boxjavalibv2.filetransfer.IFileTransferListener
String that will be used in onComplete if transfer finished without error.
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 position of "now",See http://developers.box.com/docs/#events.
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.boxjavalibv2.authorization
A String message.
StringMessage(String, String) - Constructor for class com.box.boxjavalibv2.authorization.StringMessage
Constructor.

T

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
 
ThumbnailResponseParser - Class in com.box.boxjavalibv2.responseparsers
 
ThumbnailResponseParser() - Constructor for class com.box.boxjavalibv2.responseparsers.ThumbnailResponseParser
 
toJSONString(IBoxJSONParser) - Method in interface com.box.boxjavalibv2.jsonentities.IBoxJSONStringEntity
Convert to JSON String.
toJSONString(IBoxJSONParser) - Method in class com.box.boxjavalibv2.jsonentities.MapJSONStringEntity
 
toPluralString() - Method in enum com.box.boxjavalibv2.dao.BoxResourceType
Get the String representing plural format of a resource.
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
 
tryCastBoxItem(BoxResourceType, Object) - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
Try to cast a box item into a concrete class(i.e.
tryCastObject(IBoxType, Object) - Method in class com.box.boxjavalibv2.resourcemanagers.AbstractBoxResourceManager
Try to cast an object into a specific class.

U

unlock() - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
Unlock the OAuth lock.
updateCollabObjects(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxCollabRequestObject
update a collaboration.
updateCollaboration(String, BoxCollabRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxCollaborationsManagerImpl
 
updateCollaboration(String, BoxCollabRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCollaborationsManager
Update a collaboration.
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.BoxCommentsManagerImpl
 
updateComment(String, BoxCommentRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxCommentsManager
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 BoxCommentRequestEntity to update comment.
updateFileInfo(String, BoxFileRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
updateFileInfo(String, BoxFileRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Update info for a file.
updateFolderInfo(String, BoxFolderRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFoldersManageImpl
 
updateFolderInfo(String, BoxFolderRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFoldersManager
Update info for a folder.
updateFolderRequestObject() - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxFolderRequestObject
 
updateGroup(String, BoxGroupRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
updateGroup(String, BoxGroupRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Update group information.
UpdateGroupMembershipRequest - Class in com.box.boxjavalibv2.requests
 
UpdateGroupMembershipRequest(IBoxConfig, IBoxJSONParser, String, BoxGroupMembershipRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateGroupMembershipRequest
 
UpdateGroupRequest - Class in com.box.boxjavalibv2.requests
 
UpdateGroupRequest(IBoxConfig, IBoxJSONParser, String, BoxGroupRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateGroupRequest
 
updateGroupRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupRequestObject
 
updateItemInfo(String, BoxItemRequestObject, BoxResourceType) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxItemsManagerImpl
 
updateItemInfo(String, BoxItemRequestObject, BoxResourceType) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxItemsManager
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, BoxItemRequestObject, BoxResourceType) - Constructor for class com.box.boxjavalibv2.requests.UpdateItemInfoRequest
 
updateMembership(String, BoxGroupMembershipRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
updateMembership(String, String) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxGroupsManagerImpl
 
updateMembership(String, BoxGroupMembershipRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
update a membership.
updateMembership(String, String) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxGroupsManager
Update role of a membership.
updateMembershipRequestObject(String) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxGroupMembershipRequestObject
 
updateUserInfoRequestObject(boolean) - Static method in class com.box.boxjavalibv2.requests.requestobjects.BoxUserRequestObject
Request entity to update an enterprise user.
updateUserInformaiton(String, BoxUserRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
updateUserInformaiton(String, BoxUserRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
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, BoxUserUpdateLoginRequestObject) - Constructor for class com.box.boxjavalibv2.requests.UpdateUserLoginRequest
Constructor.
updateUserPrimaryLogin(String, BoxUserUpdateLoginRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxUsersManagerImpl
 
updateUserPrimaryLogin(String, BoxUserUpdateLoginRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxUsersManager
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.BoxUserUpdateLoginRequestObject
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
updateWebLinkInfo(String, BoxWebLinkRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxWebLinksManagerImpl
 
updateWebLinkInfo(String, BoxWebLinkRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxWebLinksManager
Update info for a web link.
UPLOAD_URL_AUTHORITY - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default Upload url authority.
UPLOAD_URL_PATH - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default upload API url path.
UPLOAD_URL_SCHEME - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default Upload url scheme.
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.BoxFilesManagerImpl
 
uploadFile(BoxFileUploadRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
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
 
uploadFileRequestObject(String, String, File) - Static method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload file request.
uploadFileRequestObject(String, String, File, Date, Date) - Static method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload file request.
uploadFileRequestObject(String, String, InputStream) - Static method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload file request.
uploadNewVersion(String, BoxFileUploadRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
 
uploadNewVersion(String, BoxFileUploadRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
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
 
uploadNewVersionRequestObject(String, File) - Static method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload a new version of a file.
uploadNewVersionRequestObject(String, File, Date) - Static method in class com.box.restclientv2.requestsbase.BoxFileUploadRequestObject
BoxFileUploadRequestObject for upload a new version of a file.
uploadNewVersionRequestObject(String, InputStream) - Static method in class com.box.restclientv2.requestsbase.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.CreateCollaborationRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateCommentRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateEmailAliasRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateEnterpriseUserRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateGroupMembershipRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateGroupRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateNewFolderRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateOAuthRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.CreateSharedLinkRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteCollaborationRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteEmailAliasRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteFileRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteFileVersionRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteFolderRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteTrashItemRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DeleteWebLinkRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.DownloadFileRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.EventOptionsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetAllCollaborationsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetAllCollectionsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetAllGroupsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetCollaborationRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetCollectionItemsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetCollectionRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetCommentRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetCurrentUserRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetEmailAliasesRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetEventsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetFileCommentsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetFileVersionsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetFolderCollaborationsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetFolderItemsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetFolderTrashItemsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetGroupMembershipRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetGroupMembershipsRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetSharedItemRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.GetTrashItemRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.MoveFolderToAnotherUserRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.PromoteOldFileVersionRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.RefreshOAuthRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.RevokeOAuthRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.SearchRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UpdateCollaborationRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UpdateGroupMembershipRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UpdateGroupRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UpdateUserLoginRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UpdateUserRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UploadFileRequest
 
URI - Static variable in class com.box.boxjavalibv2.requests.UploadNewVersionFileRequest
 
USER_AGENT - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Default User-Agent String.
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.
VERSION_NUMBER - Static variable in class com.box.boxjavalibv2.BoxConfigBuilder
Box Java SDK version.
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.IBoxRestVisitor
Visit the exception when exception is thrown during http call.
visitRequestBeforeSend(HttpRequest, int) - Method in interface com.box.restclientv2.IBoxRestVisitor
Visit the http request right before request sent out.
visitResponseUponReceiving(HttpResponse, int) - Method in interface com.box.restclientv2.IBoxRestVisitor
Visit the http response after response is received.

W

waitForLock(boolean, long) - Method in class com.box.boxjavalibv2.authorization.OAuthDataController
 
writeBooleanArray(boolean[]) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
 
writeDouble(double) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Write a double into this parcel
writeInt(int) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
 
writeLong(long) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Write a long into this parcel
writeMap(Map<String, Object>) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
 
writeParcelable(IBoxParcelable, int) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Write a parcelable into this parcel.
writeString(String) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelWrapper
Write a string into this parcel.
writeTo(OutputStream) - Method in class com.box.boxjavalibv2.httpentities.MultipartEntityWithProgressListener
 
writeToParcel(IBoxParcelWrapper, int) - Method in class com.box.boxjavalibv2.dao.BoxBigPayloadObject
 
writeToParcel(IBoxParcelWrapper, int) - Method in class com.box.boxjavalibv2.dao.BoxObject
 
writeToParcel(IBoxParcelWrapper, int) - Method in class com.box.boxjavalibv2.dao.BoxServerError
 
writeToParcel(IBoxParcelWrapper, int) - Method in interface com.box.boxjavalibv2.dao.IBoxParcelable
 
WWW_AUTHENTICATE - Static variable in class com.box.boxjavalibv2.BoxRESTClient
 
A B C D E F G H I L M N O P R S T U V W