| Modifier and Type | Method and Description | 
|---|---|
| IBoxResponse | BoxRESTClient. execute(IBoxRequest boxRequest) | 
| BoxOAuthToken | BoxClient. getAuthData()Get the OAuth data. | 
| void | BoxClient. saveAuth(IAuthSecureStorage storage)Save auth in a customized secure storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| BoxOAuthToken | OAuthDataController. getAuthData()Get OAuthData, counting number of retries, in case of too many retries, throw. | 
| IAuthData | IAuthDataController. getAuthData() | 
| void | OAuthDataController. refresh()Refresh the OAuth. | 
| void | OAuthAuthorization. refresh()Refresh the OAuth token. | 
| void | IAuthDataController. refresh() | 
| void | SharedLinkAuthorization. setAuth(IBoxRequest request) | 
| void | OAuthAuthorization. setAuth(IBoxRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| BoxFile | BoxFileUpload. execute(BoxFilesManagerImpl manager,
       BoxFileUploadRequestObject requestObject)Execute the upload task. | 
| void | BoxFileDownload. execute(IBoxRequestAuth auth,
       java.io.File destination,
       IBoxJSONParser parser,
       BoxDefaultRequestObject requestObject)Execute a download. | 
| java.io.InputStream | BoxFileDownload. execute(IBoxRequestAuth auth,
       IBoxJSONParser parser,
       BoxDefaultRequestObject requestObject)Execute the download and return the raw InputStream. | 
| void | BoxFileDownload. execute(IBoxRequestAuth auth,
       java.io.OutputStream[] outputStreams,
       IBoxJSONParser parser,
       BoxDefaultRequestObject requestObject)Execute a download. | 
| BoxFile | BoxFileUpload. execute(java.lang.String fileId,
       BoxFilesManagerImpl manager,
       BoxFileUploadRequestObject requestObject)Upload a new version of file with known file id and sha1. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UpdateItemInfoRequestTest. testFileRequestIsWellFormed() | 
| void | RestoreTrashItemRequestTest. testFileRequestIsWellFormed() | 
| void | GetTrashItemRequestTest. testFileRequestIsWellFormed() | 
| void | GetItemRequestTest. testFileRequestIsWellFormed() | 
| void | DeleteTrashItemRequestTest. testFileRequestIsWellFormed() | 
| void | CreateSharedLinkRequestTest. testFileRequestWellFormed() | 
| void | CopyItemRequestTest. testFileRequestWellFormed() | 
| void | UpdateItemInfoRequestTest. testFolderRequestIsWellFormed() | 
| void | RestoreTrashItemRequestTest. testFolderRequestIsWellFormed() | 
| void | GetTrashItemRequestTest. testFolderRequestIsWellFormed() | 
| void | GetItemRequestTest. testFolderRequestIsWellFormed() | 
| void | DeleteTrashItemRequestTest. testFolderRequestIsWellFormed() | 
| void | CreateSharedLinkRequestTest. testFolderRequestWellFormed() | 
| void | CopyItemRequestTest. testFolderRequestWellFormed() | 
| void | UpdateUserRequestTest. testRequestIsWellFormed() | 
| void | UpdateUserLoginRequestTest. testRequestIsWellFormed() | 
| void | UpdateCommentRequestTest. testRequestIsWellFormed() | 
| void | MoveFolderToAnotherUserRequestTest. testRequestIsWellFormed() | 
| void | GetSharedItemRequestTest. testRequestIsWellFormed() | 
| void | GetPreviewRequestTest. testRequestIsWellFormed() | 
| void | GetFolderTrashItemsRequestTest. testRequestIsWellFormed() | 
| void | GetFolderItemsRequestTest. testRequestIsWellFormed() | 
| void | GetFolderCollaborationsRequestTest. testRequestIsWellFormed() | 
| void | GetFileCommentsRequestTest. testRequestIsWellFormed() | 
| void | GetEmailAliasesRequestTest. testRequestIsWellFormed() | 
| void | GetCurrentUserRequestTest. testRequestIsWellFormed() | 
| void | GetCommentRequestTest. testRequestIsWellFormed() | 
| void | GetAllUsersInEnterpriseRequestTest. testRequestIsWellFormed() | 
| void | GetAllCollaborationsRequestTest. testRequestIsWellFormed() | 
| void | DownloadFileRequestTest. testRequestIsWellFormed() | 
| void | DeleteFolderRequestTest. testRequestIsWellFormed() | 
| void | DeleteFileRequestTest. testRequestIsWellFormed() | 
| void | DeleteEmailAliasRequestTest. testRequestIsWellFormed() | 
| void | DeleteCommentRequestTest. testRequestIsWellFormed() | 
| void | DeleteCollaborationRequestTest. testRequestIsWellFormed() | 
| void | CreateNewFolderRequestTest. testRequestIsWellFormed() | 
| void | CreateEnterpriseUserRequestTest. testRequestIsWellFormed() | 
| void | AddEmailAliasRequestTest. testRequestIsWellFormed() | 
| void | GetFileVersionsRequestTest. testRequestIsWellFormed(boolean isFolder) | 
| void | UpdateItemInfoRequestTest. testRequestIsWellFormed(BoxResourceType type) | 
| void | RestoreTrashItemRequestTest. testRequestIsWellFormed(BoxResourceType type) | 
| void | GetTrashItemRequestTest. testRequestIsWellFormed(BoxResourceType type) | 
| void | GetItemRequestTest. testRequestIsWellFormed(BoxResourceType type) | 
| void | DeleteTrashItemRequestTest. testRequestIsWellFormed(BoxResourceType type) | 
| protected void | RequestTestBase. testRequestIsWellFormed(DefaultBoxRequest request,
                       java.lang.String expectedHost,
                       java.lang.String expectedUriPath,
                       int expectedReturnCode,
                       RestMethod expectedMethod) | 
| void | UpdateGroupRequestTest. testRequestWellFormed() | 
| void | UpdateGroupMembershipRequestTest. testRequestWellFormed() | 
| void | GetGroupMembershipsRequestTest. testRequestWellFormed() | 
| void | GetGroupMembershipRequestTest. testRequestWellFormed() | 
| void | GetGroupCollaborationsRequestTest. testRequestWellFormed() | 
| void | GetAllGroupsRequestTest. testRequestWellFormed() | 
| void | DeleteGroupRequestTest. testRequestWellFormed() | 
| void | DeleteGroupMembershipRequestTest. testRequestWellFormed() | 
| void | CreateGroupRequestTest. testRequestWellFormed() | 
| void | CreateGroupMembershipTest. testRequestWellFormed() | 
| void | UploadNewVersionFileRequestTest. testRequstIsWellFormed()Test request is well formed. | 
| void | UploadFileRequestTest. testRequstIsWellFormed()Test reqeust is well formed. | 
| void | RevokeOAuthRequestTest. testRestMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| BoxComment | IBoxCommentsManager. addComment(BoxCommentRequestObject requestObject)Add a comment to an item. | 
| BoxComment | BoxCommentsManagerImpl. addComment(BoxCommentRequestObject requestObject) | 
| BoxComment | IBoxCommentsManager. addComment(java.lang.String commentedItemId,
          IBoxType commentedItemType,
          java.lang.String message) | 
| BoxComment | BoxCommentsManagerImpl. addComment(java.lang.String commentedItemId,
          IBoxType commentedItemType,
          java.lang.String message) | 
| BoxEmailAlias | IBoxUsersManager. addEmailAlias(java.lang.String userId,
             BoxEmailAliasRequestObject requestObject)Adds a new email alias to the given user's account. | 
| BoxEmailAlias | BoxUsersManagerImpl. addEmailAlias(java.lang.String userId,
             BoxEmailAliasRequestObject requestObject) | 
| BoxFile | IBoxFilesManager. copyFile(java.lang.String fileId,
        BoxItemCopyRequestObject requestObject)Copy a file. | 
| BoxFile | BoxFilesManagerImpl. copyFile(java.lang.String fileId,
        BoxItemCopyRequestObject requestObject) | 
| BoxFolder | IBoxFoldersManager. copyFolder(java.lang.String folderId,
          BoxItemCopyRequestObject requestObject)Copy a folder. | 
| BoxFolder | BoxFoldersManageImpl. copyFolder(java.lang.String folderId,
          BoxItemCopyRequestObject requestObject) | 
| BoxItem | IBoxItemsManager. copyItem(java.lang.String id,
        BoxItemCopyRequestObject requestObject,
        BoxResourceType type)Copy an item. | 
| BoxItem | BoxItemsManagerImpl. copyItem(java.lang.String id,
        BoxItemCopyRequestObject requestObject,
        BoxResourceType type) | 
| BoxCollaboration | IBoxCollaborationsManager. createCollaboration(java.lang.String folderId,
                   BoxCollabRequestObject collabObject)Add a collaboration for a single user to a folder. | 
| BoxCollaboration | BoxCollaborationsManagerImpl. createCollaboration(java.lang.String folderId,
                   BoxCollabRequestObject collabObject) | 
| BoxUser | IBoxUsersManager. createEnterpriseUser(BoxUserRequestObject requestObject)Used to provision a new user in an enterprise. | 
| BoxUser | BoxUsersManagerImpl. createEnterpriseUser(BoxUserRequestObject requestObject) | 
| BoxFolder | IBoxFoldersManager. createFolder(BoxFolderRequestObject requestObject)Create a folder. | 
| BoxFolder | BoxFoldersManageImpl. createFolder(BoxFolderRequestObject requestObject) | 
| BoxGroup | IBoxGroupsManager. createGroup(BoxGroupRequestObject requestObject)Create a group. | 
| BoxGroup | BoxGroupsManagerImpl. createGroup(BoxGroupRequestObject requestObject) | 
| BoxGroup | IBoxGroupsManager. createGroup(java.lang.String name)Create a group. | 
| BoxGroup | BoxGroupsManagerImpl. createGroup(java.lang.String name) | 
| BoxGroupMembership | IBoxGroupsManager. createMembership(BoxGroupMembershipRequestObject requestObject) | 
| BoxGroupMembership | BoxGroupsManagerImpl. createMembership(BoxGroupMembershipRequestObject requestObject) | 
| BoxGroupMembership | IBoxGroupsManager. createMembership(java.lang.String groupId,
                java.lang.String userId,
                java.lang.String role) | 
| BoxGroupMembership | BoxGroupsManagerImpl. createMembership(java.lang.String groupId,
                java.lang.String userId,
                java.lang.String role) | 
| BoxOAuthToken | BoxOAuthManagerImpl. createOAuth(BoxOAuthRequestObject requestObject) | 
| BoxOAuthToken | IBoxOAuthManager. createOAuth(java.lang.String code,
           java.lang.String clientId,
           java.lang.String clientSecret,
           java.lang.String redirectUrl) | 
| BoxOAuthToken | BoxOAuthManagerImpl. createOAuth(java.lang.String code,
           java.lang.String clientId,
           java.lang.String clientSecret,
           java.lang.String redirectUrl) | 
| BoxOAuthToken | IBoxOAuthManager. createOAuth(java.lang.String code,
           java.lang.String clientId,
           java.lang.String clientSecret,
           java.lang.String redirectUrl,
           java.lang.String deviceId,
           java.lang.String deviceName) | 
| BoxOAuthToken | BoxOAuthManagerImpl. createOAuth(java.lang.String code,
           java.lang.String clientId,
           java.lang.String clientSecret,
           java.lang.String redirectUrl,
           java.lang.String deviceId,
           java.lang.String deviceName) | 
| BoxFolder | IBoxFoldersManager. createSharedLink(java.lang.String folderId,
                BoxSharedLinkRequestObject requestObject)Create a shared link for a folder, given the id of the file/folder. | 
| BoxFile | IBoxFilesManager. createSharedLink(java.lang.String fileId,
                BoxSharedLinkRequestObject requestObject)Create a shared link for a file, given the id of the file/folder. | 
| BoxFolder | BoxFoldersManageImpl. createSharedLink(java.lang.String folderId,
                BoxSharedLinkRequestObject requestObject) | 
| BoxFile | BoxFilesManagerImpl. createSharedLink(java.lang.String fileId,
                BoxSharedLinkRequestObject requestObject) | 
| BoxItem | IBoxItemsManager. createSharedLink(java.lang.String id,
                BoxSharedLinkRequestObject requestObject,
                BoxResourceType type)Create a shared link for an item, given the id . | 
| BoxItem | BoxItemsManagerImpl. createSharedLink(java.lang.String id,
                BoxSharedLinkRequestObject requestObject,
                BoxResourceType type) | 
| void | IBoxCollaborationsManager. deleteCollaboration(java.lang.String collabId,
                   BoxDefaultRequestObject requestObject)Delete a collaboration. | 
| void | BoxCollaborationsManagerImpl. deleteCollaboration(java.lang.String collabId,
                   BoxDefaultRequestObject requestObject) | 
| void | IBoxCommentsManager. deleteComment(java.lang.String commentId,
             BoxDefaultRequestObject requestObject)Delete a comment. | 
| void | BoxCommentsManagerImpl. deleteComment(java.lang.String commentId,
             BoxDefaultRequestObject requestObject) | 
| void | IBoxUsersManager. deleteEmailAlias(java.lang.String userId,
                java.lang.String emailId,
                BoxDefaultRequestObject requestObject)Removes an email alias from a user. | 
| void | BoxUsersManagerImpl. deleteEmailAlias(java.lang.String userId,
                java.lang.String emailId,
                BoxDefaultRequestObject requestObject) | 
| void | IBoxFilesManager. deleteFile(java.lang.String fileId,
          BoxDefaultRequestObject requestObject)Delete a file. | 
| void | BoxFilesManagerImpl. deleteFile(java.lang.String fileId,
          BoxDefaultRequestObject requestObject) | 
| void | IBoxFoldersManager. deleteFolder(java.lang.String folderId,
            BoxFolderDeleteRequestObject requestObject)Delete a folder. | 
| void | BoxFoldersManageImpl. deleteFolder(java.lang.String folderId,
            BoxFolderDeleteRequestObject requestObject) | 
| void | IBoxGroupsManager. deleteGroup(java.lang.String groupId,
           BoxDefaultRequestObject requestObject)Delete a group. | 
| void | BoxGroupsManagerImpl. deleteGroup(java.lang.String groupId,
           BoxDefaultRequestObject requestObject) | 
| void | IBoxGroupsManager. deleteMembership(java.lang.String membershipId,
                BoxDefaultRequestObject requestObject)Delete a membership. | 
| void | BoxGroupsManagerImpl. deleteMembership(java.lang.String membershipId,
                BoxDefaultRequestObject requestObject) | 
| void | IBoxTrashManager. deleteTrashFile(java.lang.String id,
               BoxDefaultRequestObject requestObject)Permanently delete a trashed file. | 
| void | BoxTrashManagerImpl. deleteTrashFile(java.lang.String id,
               BoxDefaultRequestObject requestObject) | 
| void | IBoxTrashManager. deleteTrashFolder(java.lang.String id,
                 BoxDefaultRequestObject requestObject)Permanently delete a trashed folder. | 
| void | BoxTrashManagerImpl. deleteTrashFolder(java.lang.String id,
                 BoxDefaultRequestObject requestObject) | 
| java.io.InputStream | IBoxFilesManager. downloadFile(java.lang.String fileId,
            BoxDefaultRequestObject requestObject)Execute the download and return the raw InputStream. | 
| java.io.InputStream | BoxFilesManagerImpl. downloadFile(java.lang.String fileId,
            BoxDefaultRequestObject requestObject) | 
| void | IBoxFilesManager. downloadFile(java.lang.String fileId,
            java.io.File destination,
            IFileTransferListener listener,
            BoxDefaultRequestObject requestObject)Download a file. | 
| void | BoxFilesManagerImpl. downloadFile(java.lang.String fileId,
            java.io.File destination,
            IFileTransferListener listener,
            BoxDefaultRequestObject requestObject) | 
| void | IBoxFilesManager. downloadFile(java.lang.String fileId,
            java.io.OutputStream[] outputStreams,
            IFileTransferListener listener,
            BoxDefaultRequestObject requestObject)Download a file. | 
| void | BoxFilesManagerImpl. downloadFile(java.lang.String fileId,
            java.io.OutputStream[] outputStreams,
            IFileTransferListener listener,
            BoxDefaultRequestObject requestObject) | 
| java.io.InputStream | IBoxFilesManager. downloadThumbnail(java.lang.String fileId,
                 java.lang.String extension,
                 BoxImageRequestObject requestObject)Deprecated.  | 
| java.io.InputStream | BoxFilesManagerImpl. downloadThumbnail(java.lang.String fileId,
                 java.lang.String extension,
                 BoxImageRequestObject requestObject)Deprecated.  | 
| protected void | AbstractBoxResourceManager. executeRequestWithNoResponseBody(DefaultBoxRequest request)Execute a request and expect no response body. | 
| java.util.List<BoxCollaboration> | IBoxCollaborationsManager. getAllCollaborations(BoxGetAllCollabsRequestObject collabObject)Get all collaborations. | 
| java.util.List<BoxCollaboration> | BoxCollaborationsManagerImpl. getAllCollaborations(BoxGetAllCollabsRequestObject collabObject) | 
| BoxCollection | IBoxGroupsManager. getAllCollaborations(java.lang.String groupId,
                    BoxDefaultRequestObject requestObject)Get all collaborations of this group. | 
| BoxCollection | BoxGroupsManagerImpl. getAllCollaborations(java.lang.String groupId,
                    BoxDefaultRequestObject requestObject) | 
| java.util.List<BoxUser> | IBoxUsersManager. getAllEnterpriseUser(BoxDefaultRequestObject requestObject,
                    java.lang.String filterTerm)Get the list of all users for the Enterprise with their user_id, public_name, and login if the user is an enterprise admin. | 
| java.util.List<BoxUser> | BoxUsersManagerImpl. getAllEnterpriseUser(BoxDefaultRequestObject requestObject,
                    java.lang.String filterTerm) | 
| BoxCollection | IBoxGroupsManager. getAllGroups(BoxDefaultRequestObject requestObject)Get all groups. | 
| BoxCollection | BoxGroupsManagerImpl. getAllGroups(BoxDefaultRequestObject requestObject) | 
| BoxCollaboration | IBoxCollaborationsManager. getCollaboration(java.lang.String collabId,
                BoxDefaultRequestObject requestObject)Get a collaboration. | 
| BoxCollaboration | BoxCollaborationsManagerImpl. getCollaboration(java.lang.String collabId,
                BoxDefaultRequestObject requestObject) | 
| BoxComment | IBoxCommentsManager. getComment(java.lang.String commentId,
          BoxDefaultRequestObject requestObject)Get a comment, given a comment id. | 
| BoxComment | BoxCommentsManagerImpl. getComment(java.lang.String commentId,
          BoxDefaultRequestObject requestObject) | 
| BoxUser | IBoxUsersManager. getCurrentUser(BoxDefaultRequestObject requestObject)Get the current user's information. | 
| BoxUser | BoxUsersManagerImpl. getCurrentUser(BoxDefaultRequestObject requestObject) | 
| java.util.List<BoxEmailAlias> | IBoxUsersManager. getEmailAliases(java.lang.String userId,
               BoxDefaultRequestObject requestObject)Retrieves all email aliases for this user. | 
| java.util.List<BoxEmailAlias> | BoxUsersManagerImpl. getEmailAliases(java.lang.String userId,
               BoxDefaultRequestObject requestObject) | 
| BoxCollection | IBoxEventsManager. getEventOptions(BoxDefaultRequestObject requestObject)Get Events options. | 
| BoxCollection | BoxEventsManagerImpl. getEventOptions(BoxDefaultRequestObject requestObject) | 
| BoxEventCollection | IBoxEventsManager. getEvents(BoxEventRequestObject requestObject)Get Events. | 
| BoxEventCollection | BoxEventsManagerImpl. getEvents(BoxEventRequestObject requestObject) | 
| BoxFile | IBoxFilesManager. getFile(java.lang.String fileId,
       BoxDefaultRequestObject requestObject)Get file given a file id. | 
| BoxFile | BoxFilesManagerImpl. getFile(java.lang.String fileId,
       BoxDefaultRequestObject requestObject) | 
| BoxCollection | IBoxFilesManager. getFileComments(java.lang.String fileId,
               BoxDefaultRequestObject requestObject)Get comments on a file. | 
| BoxCollection | BoxFilesManagerImpl. getFileComments(java.lang.String fileId,
               BoxDefaultRequestObject requestObject) | 
| java.util.List<BoxFileVersion> | IBoxFilesManager. getFileVersions(java.lang.String fileId,
               BoxDefaultRequestObject requestObject)Get file versions(Note: Versions are only tracked for Box users with premium accounts.). | 
| java.util.List<BoxFileVersion> | BoxFilesManagerImpl. getFileVersions(java.lang.String fileId,
               BoxDefaultRequestObject requestObject) | 
| BoxFolder | IBoxFoldersManager. getFolder(java.lang.String folderId,
         BoxDefaultRequestObject requestObject)Get folder given a folder id. | 
| BoxFolder | BoxFoldersManageImpl. getFolder(java.lang.String folderId,
         BoxDefaultRequestObject requestObject) | 
| java.util.List<BoxCollaboration> | IBoxFoldersManager. getFolderCollaborations(java.lang.String folderId,
                       BoxDefaultRequestObject requestObject)Get collaborations of a folder. | 
| java.util.List<BoxCollaboration> | BoxFoldersManageImpl. getFolderCollaborations(java.lang.String folderId,
                       BoxDefaultRequestObject requestObject) | 
| BoxCollection | IBoxFoldersManager. getFolderItems(java.lang.String folderId,
              BoxPagingRequestObject requestObject)Get the items(subfolders, files, weblinks...) under a folder. | 
| BoxCollection | BoxFoldersManageImpl. getFolderItems(java.lang.String folderId,
              BoxPagingRequestObject requestObject) | 
| BoxCollection | IBoxTrashManager. getFolderTrashItems(java.lang.String folderId,
                   BoxPagingRequestObject requestObject)Get the trashed items(subfolders, files, weblinks...) under a folder. | 
| BoxCollection | BoxTrashManagerImpl. getFolderTrashItems(java.lang.String folderId,
                   BoxPagingRequestObject requestObject) | 
| BoxItem | IBoxItemsManager. getItem(java.lang.String id,
       BoxDefaultRequestObject requestObject,
       BoxResourceType type)Get item given an item id. | 
| BoxItem | BoxItemsManagerImpl. getItem(java.lang.String id,
       BoxDefaultRequestObject requestObject,
       BoxResourceType type) | 
| BoxGroupMembership | IBoxGroupsManager. getMembership(java.lang.String membershipId,
             BoxDefaultRequestObject requestObject) | 
| BoxGroupMembership | BoxGroupsManagerImpl. getMembership(java.lang.String membershipId,
             BoxDefaultRequestObject requestObject) | 
| BoxCollection | IBoxGroupsManager. getMemberships(java.lang.String groupId,
              BoxDefaultRequestObject requestObject)Get memberships of a group. | 
| BoxCollection | BoxGroupsManagerImpl. getMemberships(java.lang.String groupId,
              BoxDefaultRequestObject requestObject) | 
| BoxPreview | IBoxFilesManager. getPreview(java.lang.String fileId,
          java.lang.String extension,
          BoxImageRequestObject requestObject)Get preview of a file. | 
| BoxPreview | BoxFilesManagerImpl. getPreview(java.lang.String fileId,
          java.lang.String extension,
          BoxImageRequestObject requestObject) | 
| java.lang.Object | AbstractBoxResourceManager. getResponseAndParse(DefaultBoxRequest request,
                   IBoxType type,
                   IBoxJSONParser parser)Make a rest api request, get response, and then parse the response. | 
| java.lang.Object | AbstractBoxResourceManager. getResponseAndParseAndTryCast(DefaultBoxRequest request,
                             IBoxType type,
                             IBoxJSONParser parser)Make a rest api request, get response, parse the response, and try to cast parsed out object into expected object. | 
| BoxItem | IBoxSharedItemsManager. getSharedItem(BoxDefaultRequestObject requestObject)Get the shared item given a SharedItemAuth. | 
| BoxItem | BoxSharedItemsManagerImpl. getSharedItem(BoxDefaultRequestObject requestObject) | 
| BoxThumbnail | IBoxFilesManager. getThumbnail(java.lang.String fileId,
            java.lang.String extension,
            BoxImageRequestObject requestObject)Get thumbnail of a file. | 
| BoxThumbnail | BoxFilesManagerImpl. getThumbnail(java.lang.String fileId,
            java.lang.String extension,
            BoxImageRequestObject requestObject) | 
| BoxFile | IBoxTrashManager. getTrashFile(java.lang.String fileId,
            BoxDefaultRequestObject requestObject)Get trashed file given a file id. | 
| BoxFile | BoxTrashManagerImpl. getTrashFile(java.lang.String fileId,
            BoxDefaultRequestObject requestObject) | 
| BoxFolder | IBoxTrashManager. getTrashFolder(java.lang.String folderId,
              BoxDefaultRequestObject requestObject)Get trash folder given a folder id. | 
| BoxFolder | BoxTrashManagerImpl. getTrashFolder(java.lang.String folderId,
              BoxDefaultRequestObject requestObject) | 
| BoxFolder | IBoxUsersManager. moveFolderToAnotherUser(java.lang.String userId,
                       java.lang.String folderId,
                       BoxSimpleUserRequestObject requestObject)Moves all of the content from within one user's folder into a new folder in another user's account. | 
| BoxFolder | BoxUsersManagerImpl. moveFolderToAnotherUser(java.lang.String userId,
                       java.lang.String folderId,
                       BoxSimpleUserRequestObject requestObject) | 
| BoxOAuthToken | BoxOAuthManagerImpl. refreshOAuth(BoxOAuthRequestObject requestObject) | 
| BoxOAuthToken | IBoxOAuthManager. refreshOAuth(java.lang.String refreshToken,
            java.lang.String clientId,
            java.lang.String clientSecret)Refresh OAuth. | 
| BoxOAuthToken | BoxOAuthManagerImpl. refreshOAuth(java.lang.String refreshToken,
            java.lang.String clientId,
            java.lang.String clientSecret) | 
| BoxOAuthToken | IBoxOAuthManager. refreshOAuth(java.lang.String refreshToken,
            java.lang.String clientId,
            java.lang.String clientSecret,
            java.lang.String deviceId,
            java.lang.String deviceName)Refresh OAuth. | 
| BoxOAuthToken | BoxOAuthManagerImpl. refreshOAuth(java.lang.String refreshToken,
            java.lang.String clientId,
            java.lang.String clientSecret,
            java.lang.String deviceId,
            java.lang.String deviceName) | 
| BoxFile | IBoxTrashManager. restoreTrashFile(java.lang.String id,
                BoxItemRestoreRequestObject requestObject)Restore a trashed file. | 
| BoxFile | BoxTrashManagerImpl. restoreTrashFile(java.lang.String id,
                BoxItemRestoreRequestObject requestObject) | 
| BoxFolder | IBoxTrashManager. restoreTrashFolder(java.lang.String id,
                  BoxItemRestoreRequestObject requestObject)Restore a trashed folder. | 
| BoxFolder | BoxTrashManagerImpl. restoreTrashFolder(java.lang.String id,
                  BoxItemRestoreRequestObject requestObject) | 
| void | BoxOAuthManagerImpl. revokeOAuth(BoxOAuthRequestObject requestObject) | 
| void | IBoxOAuthManager. revokeOAuth(java.lang.String accessToken,
           java.lang.String clientId,
           java.lang.String clientSecret)Revoke OAuth. | 
| void | BoxOAuthManagerImpl. revokeOAuth(java.lang.String accessToken,
           java.lang.String clientId,
           java.lang.String clientSecret) | 
| BoxCollection | IBoxSearchManager. search(java.lang.String searchQuery,
      BoxDefaultRequestObject requestObject)Perform a search against the user's account. | 
| BoxCollection | BoxSearchManagerImpl. search(java.lang.String searchQuery,
      BoxDefaultRequestObject requestObject) | 
| BoxCollaboration | IBoxCollaborationsManager. updateCollaboration(java.lang.String collabId,
                   BoxCollabRequestObject requestObject)Update a collaboration. | 
| BoxCollaboration | BoxCollaborationsManagerImpl. updateCollaboration(java.lang.String collabId,
                   BoxCollabRequestObject requestObject) | 
| BoxComment | IBoxCommentsManager. updateComment(java.lang.String commentId,
             BoxCommentRequestObject requestObject)Update a comment. | 
| BoxComment | BoxCommentsManagerImpl. updateComment(java.lang.String commentId,
             BoxCommentRequestObject requestObject) | 
| BoxFile | IBoxFilesManager. updateFileInfo(java.lang.String fileId,
              BoxFileRequestObject requestObject)Update info for a file. | 
| BoxFile | BoxFilesManagerImpl. updateFileInfo(java.lang.String fileId,
              BoxFileRequestObject requestObject) | 
| BoxFolder | IBoxFoldersManager. updateFolderInfo(java.lang.String folderId,
                BoxFolderRequestObject requestObject)Update info for a folder. | 
| BoxFolder | BoxFoldersManageImpl. updateFolderInfo(java.lang.String folderId,
                BoxFolderRequestObject requestObject) | 
| BoxGroup | IBoxGroupsManager. updateGroup(java.lang.String groupId,
           BoxGroupRequestObject requestObject)Update group information. | 
| BoxGroup | BoxGroupsManagerImpl. updateGroup(java.lang.String groupId,
           BoxGroupRequestObject requestObject) | 
| BoxItem | IBoxItemsManager. updateItemInfo(java.lang.String id,
              BoxItemRequestObject requestObject,
              BoxResourceType type)Update info for an item | 
| BoxItem | BoxItemsManagerImpl. updateItemInfo(java.lang.String id,
              BoxItemRequestObject requestObject,
              BoxResourceType type) | 
| BoxGroupMembership | IBoxGroupsManager. updateMembership(java.lang.String membershipId,
                BoxGroupMembershipRequestObject requestObject)update a membership. | 
| BoxGroupMembership | BoxGroupsManagerImpl. updateMembership(java.lang.String membershipId,
                BoxGroupMembershipRequestObject requestObject) | 
| BoxGroupMembership | IBoxGroupsManager. updateMembership(java.lang.String membershipId,
                java.lang.String role)Update role of a membership. | 
| BoxGroupMembership | BoxGroupsManagerImpl. updateMembership(java.lang.String membershipId,
                java.lang.String role) | 
| BoxUser | IBoxUsersManager. updateUserInformaiton(java.lang.String userId,
                     BoxUserRequestObject requestObject)Used to edit the settings and information about a user. | 
| BoxUser | BoxUsersManagerImpl. updateUserInformaiton(java.lang.String userId,
                     BoxUserRequestObject requestObject) | 
| BoxUser | IBoxUsersManager. updateUserPrimaryLogin(java.lang.String userId,
                      BoxUserUpdateLoginRequestObject requestObject)Used to convert one of the user's confirmed email aliases into the user's primary login. | 
| BoxUser | BoxUsersManagerImpl. updateUserPrimaryLogin(java.lang.String userId,
                      BoxUserUpdateLoginRequestObject requestObject) | 
| BoxFile | IBoxFilesManager. uploadFile(BoxFileUploadRequestObject requestObject)Upload file/files. | 
| BoxFile | BoxFilesManagerImpl. uploadFile(BoxFileUploadRequestObject requestObject) | 
| BoxFile | IBoxFilesManager. uploadNewVersion(java.lang.String fileId,
                BoxFileUploadRequestObject requestObject)Upload a new version of a file. | 
| BoxFile | BoxFilesManagerImpl. uploadNewVersion(java.lang.String fileId,
                BoxFileUploadRequestObject requestObject) | 
| Modifier and Type | Method and Description | 
|---|---|
| IBoxResponse | IBoxRESTClient. execute(IBoxRequest boxRequest)Execute the API request and return a response. | 
| IBoxResponse | BoxBasicRestClient. execute(IBoxRequest boxRequest) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IBoxRequestAuth. setAuth(IBoxRequest request)Set Auth into the API request. | 
| void | DefaultUsernamePasswordAuth. setAuth(IBoxRequest request) | 
| void | DefaultRequestAuth. setAuth(IBoxRequest request) | 
| void | DefaultAuthHeaderAuth. setAuth(IBoxRequest request) | 
| void | DefaultAuthHeaderAuthTest. testSetAuth() | 
| Modifier and Type | Method and Description | 
|---|---|
| BoxOAuthToken | MockOAuthManager. createOAuth(BoxOAuthRequestObject requestObject) | 
| BoxOAuthToken | MockOAuthManager. refreshOAuth(BoxOAuthRequestObject requestObject) | 
| void | OAuthMultithreadTest. testMultipleThreadUsingOAuth() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InterfacesTest. testInterfacesE2E() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.http.client.methods.HttpUriRequest | IBoxRequest. prepareRequest()Prepare the request by setting all headers, query params, entities... | 
| org.apache.http.client.methods.HttpRequestBase | DefaultBoxRequest. prepareRequest() | 
| void | DefaultBoxRequestTest. prepareRequestTest() |