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

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.
DEBUG - Static variable in class com.box.boxandroidlibv2.BuildConfig
 
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.
DefaultAuthHeaderAuthTest - Class in com.box.restclientv2.authorization
 
DefaultAuthHeaderAuthTest() - Constructor for class com.box.restclientv2.authorization.DefaultAuthHeaderAuthTest
 
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.
DefaultBoxJSONResponseParserTest - Class in com.box.restclientv2.responseparsers
 
DefaultBoxJSONResponseParserTest() - Constructor for class com.box.restclientv2.responseparsers.DefaultBoxJSONResponseParserTest
 
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.
DefaultBoxRequestTest - Class in com.box.restclientv2.requestsbase
 
DefaultBoxRequestTest() - Constructor for class com.box.restclientv2.requestsbase.DefaultBoxRequestTest
 
DefaultBoxResponse - Class in com.box.restclientv2.responses
Default implementation for BOX JSON response.
DefaultBoxResponse(HttpResponse) - Constructor for class com.box.restclientv2.responses.DefaultBoxResponse
Constructor.
DefaultBoxResponseTest - Class in com.box.restclientv2.responses
 
DefaultBoxResponseTest() - Constructor for class com.box.restclientv2.responses.DefaultBoxResponseTest
 
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
DefaultUsernamePasswordAuthTest - Class in com.box.restclientv2.authorization
 
DefaultUsernamePasswordAuthTest() - Constructor for class com.box.restclientv2.authorization.DefaultUsernamePasswordAuthTest
 
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.
DeleteCollaborationRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteCollaborationRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteCollaborationRequestTest
 
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.
DeleteCommentRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteCommentRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteCommentRequestTest
 
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.
DeleteEmailAliasRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteEmailAliasRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteEmailAliasRequestTest
 
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.
DeleteFileRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteFileRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteFileRequestTest
 
deleteFilesInCacheDirectory() - Method in class com.box.boxandroidlibv2.manager.ThumbnailManager
Convenience method to delete all files in the provided cache directory.
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
 
DeleteFolderRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteFolderRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteFolderRequestTest
 
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
 
DeleteGroupMembershipRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteGroupMembershipRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteGroupMembershipRequestTest
 
DeleteGroupRequest - Class in com.box.boxjavalibv2.requests
 
DeleteGroupRequest(IBoxConfig, IBoxJSONParser, String, BoxDefaultRequestObject) - Constructor for class com.box.boxjavalibv2.requests.DeleteGroupRequest
 
DeleteGroupRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteGroupRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteGroupRequestTest
 
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
 
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
 
DeleteTrashItemRequestTest - Class in com.box.boxjavalibv2.requests
 
DeleteTrashItemRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DeleteTrashItemRequestTest
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidCollaboration
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidCollection
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidComment
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEmail
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEmailAlias
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEnterprise
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEvent
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidEventCollection
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFile
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFileVersion
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidFolder
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidGroup
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidGroupMembership
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidOAuthData
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLink
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidSharedLinkPermissions
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidUser
 
describeContents() - Method in class com.box.boxandroidlibv2.dao.BoxAndroidWebLink
 
destroy() - Method in class com.box.boxandroidlibv2.views.OAuthWebView
 
destroy() - Method in class com.box.boxandroidlibv2.views.OAuthWebView.OAuthWebViewClient
Destroy.
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.
DownloadFileRequestTest - Class in com.box.boxjavalibv2.requests
 
DownloadFileRequestTest() - Constructor for class com.box.boxjavalibv2.requests.DownloadFileRequestTest
 
downloadThumbnail(String, File, BoxListItemAdapter.ViewHolder) - Method in class com.box.boxandroidlibv2.activities.FolderNavigationActivity.Controller
Download the thumbnail for a given file.
downloadThumbnail(String, String, BoxImageRequestObject) - Method in class com.box.boxjavalibv2.resourcemanagers.BoxFilesManagerImpl
Deprecated.
downloadThumbnail(String, String, BoxImageRequestObject) - Method in interface com.box.boxjavalibv2.resourcemanagers.IBoxFilesManager
Deprecated.
A B C D E F G H I J L M N O P R S T U V W