|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoxExternalAPI
Method Summary | |
---|---|
AddToMyBoxResponse |
addToMyBox(AddToMyBoxRequest addToMyBoxRequest)
This method copies a file publicly shared by someone to a user's mybox. |
AddToTagResponse |
addToTag(AddToTagRequest addToTagRequest)
This method adds file or folder to tags list. |
CreateFolderResponse |
createFolder(CreateFolderRequest createFolderRequest)
This method creates a new folder. |
DeleteResponse |
delete(DeleteRequest deleteRequest)
This method deletes a file or folder. |
DownloadResponse |
download(DownloadRequest downloadRequest)
download a file. |
ExportTagsResponse |
exportTags(ExportTagsRequest exportTagsRequest)
This method returns all the user's tags. |
GetAccountTreeResponse |
getAccountTree(GetAccountTreeRequest getAccountTreeRequest)
This method is used to get a user's files and folders tree. |
GetAuthTokenResponse |
getAuthToken(GetAuthTokenRequest getAuthTokenRequest)
This method is used in the authorization process. |
GetFileInfoResponse |
getFileInfo(GetFileInfoRequest getFileInfoRequest)
This method gets file info. |
GetFriendsResponse |
getFriends(GetFriendsRequest getFriendsRequest)
This method is used to retrieve a list of freinds. |
GetTicketResponse |
getTicket(GetTicketRequest getTicketRequest)
This method is used in the authorization process. |
LogoutResponse |
logout(LogoutRequest logoutRequest)
This method is used to logout a user. |
MoveResponse |
move(MoveRequest moveRequest)
This method moves a file or folder to another folder. |
PrivateShareResponse |
privateShare(PrivateShareRequest privateShareRequest)
This method privately shares a file or folder with another user(s). |
PublicShareResponse |
publicShare(PublicShareRequest publicShareRequest)
This method publicly shares a file or folder. |
PublicUnshareResponse |
publicUnshare(PublicUnshareRequest publicUnshareRequest)
This method unshares a shared file or folder. |
RegisterNewUserResponse |
registerNewUser(RegisterNewUserRequest registerNewUserRequest)
This method is used to register a user. |
RenameResponse |
rename(RenameRequest renameRequest)
This method renames a file or folder. |
RequestFriendsResponse |
requestFriends(RequestFriendsRequest requestFriendsRequest)
This method requests new friends to be added to your network. |
SetDescriptionResponse |
setDescription(SetDescriptionRequest setDescriptionRequest)
This method sets a description to a file or folder. |
UploadResponse |
upload(UploadRequest uploadRequest)
upload files. |
VerifyRegistrationEmailResponse |
verifyRegistrationEmail(VerifyRegistrationEmailRequest verifyRegistrationEmailRequest)
This method is used to verify user registration email . |
Method Detail |
---|
GetAuthTokenResponse getAuthToken(GetAuthTokenRequest getAuthTokenRequest) throws java.io.IOException, BoxException
getAuthTokenRequest
- request object
java.io.IOException
- io exception
BoxException
- box exceptionGetTicketResponse getTicket(GetTicketRequest getTicketRequest) throws java.io.IOException, BoxException
getTicketRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionLogoutResponse logout(LogoutRequest logoutRequest) throws java.io.IOException, BoxException
logoutRequest
- request object
java.io.IOException
- io exception
BoxException
- box exceptionRegisterNewUserResponse registerNewUser(RegisterNewUserRequest registerNewUserRequest) throws java.io.IOException, BoxException
registerNewUserRequest
- request object
java.io.IOException
- io exception
BoxException
- box exceptionVerifyRegistrationEmailResponse verifyRegistrationEmail(VerifyRegistrationEmailRequest verifyRegistrationEmailRequest) throws java.io.IOException, BoxException
verifyRegistrationEmailRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionGetAccountTreeResponse getAccountTree(GetAccountTreeRequest getAccountTreeRequest) throws java.io.IOException, BoxException
getAccountTreeRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionExportTagsResponse exportTags(ExportTagsRequest exportTagsRequest) throws java.io.IOException, BoxException
exportTagsRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionCreateFolderResponse createFolder(CreateFolderRequest createFolderRequest) throws java.io.IOException, BoxException
createFolderRequest
- request object
java.io.IOException
- io exception
BoxException
- box exceptionMoveResponse move(MoveRequest moveRequest) throws java.io.IOException, BoxException
moveRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionRenameResponse rename(RenameRequest renameRequest) throws java.io.IOException, BoxException
renameRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionDeleteResponse delete(DeleteRequest deleteRequest) throws java.io.IOException, BoxException
deleteRequest
- request object
java.io.IOException
- io exception
BoxException
- box exceptionPublicShareResponse publicShare(PublicShareRequest publicShareRequest) throws java.io.IOException, BoxException
publicShareRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionPublicUnshareResponse publicUnshare(PublicUnshareRequest publicUnshareRequest) throws java.io.IOException, BoxException
publicUnshareRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionPrivateShareResponse privateShare(PrivateShareRequest privateShareRequest) throws java.io.IOException, BoxException
privateShareRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionAddToMyBoxResponse addToMyBox(AddToMyBoxRequest addToMyBoxRequest) throws java.io.IOException, BoxException
addToMyBoxRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionAddToTagResponse addToTag(AddToTagRequest addToTagRequest) throws java.io.IOException, BoxException
addToTagRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionGetFileInfoResponse getFileInfo(GetFileInfoRequest getFileInfoRequest) throws java.io.IOException, BoxException
getFileInfoRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionSetDescriptionResponse setDescription(SetDescriptionRequest setDescriptionRequest) throws java.io.IOException, BoxException
setDescriptionRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionGetFriendsResponse getFriends(GetFriendsRequest getFriendsRequest) throws java.io.IOException, BoxException
getFriendsRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionRequestFriendsResponse requestFriends(RequestFriendsRequest requestFriendsRequest) throws java.io.IOException, BoxException
requestFriendsRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionDownloadResponse download(DownloadRequest downloadRequest) throws java.io.IOException, BoxException
downloadRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exceptionUploadResponse upload(UploadRequest uploadRequest) throws java.io.IOException, BoxException
uploadRequest
- request object
java.io.IOException
- IO exception
BoxException
- box exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |