- DEFAULT - Static variable in class com.fangcloud.sdk.YfyHost
-
The standard Fangcloud hosts: "api.fangcloud.com", "api-content.fangcloud.com",
and "www.fangcloud.com"
- DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class com.fangcloud.sdk.http.HttpRequestor
-
Default timeout, in milliseconds, for opening a connection to a network resource.
- DEFAULT_COPY_BUFFER_SIZE - Static variable in class com.fangcloud.sdk.util.IOUtil
-
- DEFAULT_INSTANCE - Static variable in class com.fangcloud.sdk.http.StandardHttpRequestor.Config
-
- DEFAULT_READ_TIMEOUT_MILLIS - Static variable in class com.fangcloud.sdk.http.HttpRequestor
-
Default timeout, in milliseconds, for receiving a response from a network resource.
- deleteCollab(long) - Method in class com.fangcloud.sdk.api.collab.YfyCollabRequest
-
Delete collab by collab id
- deleteComment(long) - Method in class com.fangcloud.sdk.api.comment.YfyCommentRequest
-
Delete comment by comment id
- deleteFile(long) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Discard a file to the trash
- DeleteFileArg - Class in com.fangcloud.sdk.api.file
-
- DeleteFileArg(List<Long>) - Constructor for class com.fangcloud.sdk.api.file.DeleteFileArg
-
- deleteFileFromTrash(long) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Permanently delete a specific file that is in the trash.
- DeleteFileFromTrashArg - Class in com.fangcloud.sdk.api.file
-
- DeleteFileFromTrashArg(List<Long>, boolean) - Constructor for class com.fangcloud.sdk.api.file.DeleteFileFromTrashArg
-
- deleteFolder(long) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Delete a folder to trash
- DeleteFolderArg - Class in com.fangcloud.sdk.api.folder
-
- DeleteFolderArg(List<Long>) - Constructor for class com.fangcloud.sdk.api.folder.DeleteFolderArg
-
- deleteFolderFromTrash(long) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Permanently delete a specific folder that is in the trash.
- DeleteFolderFromTrashArg - Class in com.fangcloud.sdk.api.folder
-
- DeleteFolderFromTrashArg(List<Long>, boolean) - Constructor for class com.fangcloud.sdk.api.folder.DeleteFolderFromTrashArg
-
- deleteUser(long, Long) - Method in class com.fangcloud.sdk.api.admin.user.YfyAdminUserRequest
-
Delete a user with handing over files.
- DeleteUserArg - Class in com.fangcloud.sdk.api.user
-
- DeleteUserArg(Long) - Constructor for class com.fangcloud.sdk.api.user.DeleteUserArg
-
- DEPARTMENT_ID - Static variable in class com.fangcloud.sdk.YfySdkConstant
-
- DepartmentChildrenResult - Class in com.fangcloud.sdk.api.department
-
- DepartmentChildrenResult() - Constructor for class com.fangcloud.sdk.api.department.DepartmentChildrenResult
-
- departments() - Method in class com.fangcloud.sdk.YfyClient
-
- DigestUtil - Class in com.fangcloud.sdk.util
-
- DigestUtil() - Constructor for class com.fangcloud.sdk.util.DigestUtil
-
- directDownloadFile(long, String) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
- directDownloadFileStream(long) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
- directUploadFile(long, String, String) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Combine the this#preSignatureUpload(long, String)
and this#uploadFile(String,InputStream) method, direct upload the file
- directUploadFile(long, String, InputStream) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Combine the this#preSignatureUpload(long, String)
and this#uploadFile(String,InputStream) method, direct upload the file
- directUploadNewVersionFile(long, String, String, String) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Combine the this#newVersionPreSignatureUpload(long,String,String)
and this#uploadFile(String,InputStream) method, direct upload the new version file
- directUploadNewVersionFile(long, String, String, InputStream) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Combine the this#newVersionPreSignatureUpload(long,String,String)
and this#uploadFile(String,InputStream) method, direct upload the new version file
- doDownload(String, boolean, YfyProgressListener) - Method in class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- doDownload(String, List<HttpRequestor.Header>, YfyProgressListener) - Method in class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.fangcloud.sdk.http.HttpRequestor
-
- doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.fangcloud.sdk.http.StandardHttpRequestor
-
- doGet(String, Object[], Map<String, String>, Class<T>) - Method in class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- doGetNoAuth(YfyRequestConfig, String, String, Map<String, String>, List<HttpRequestor.Header>, Class<T>) - Static method in class com.fangcloud.sdk.YfyRequestUtil
-
- doPost(String, Object[], YfyArg, Class<T>) - Method in class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- doPostInAuth(YfyRequestConfig, String, String, Map<String, String>, Class<T>) - Static method in class com.fangcloud.sdk.YfyRequestUtil
-
only use in oauth server, user content-type application/x-www-form-urlencoded
- doPostNoAuth(YfyRequestConfig, String, String, YfyArg, List<HttpRequestor.Header>, Class<T>) - Static method in class com.fangcloud.sdk.YfyRequestUtil
-
only use in api server, user content-type application/json
- doUpload(String, InputStream, long, YfyProgressListener) - Method in class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- downloadFile(String, String) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
When get a file download url, use this method to save the file to the certain path
- downloadFile(String, String, YfyProgressListener) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
When get a file download url, use this method to save the file to the certain path
- downloadFileStream(String) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
When get a file download url, use this method to get a InputStream of the file
- downloadFileStream(String, YfyProgressListener) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
When get a file download url, use this method to get a InputStream of the file
- downloadProfilePic(long, String, String) - Method in class com.fangcloud.sdk.api.user.YfyUserRequest
-
Download the specific user profile picture
- get() - Method in interface com.fangcloud.sdk.YfySessionStore
-
- get() - Method in class com.fangcloud.sdk.YfyStandardSessionStore
-
- GET_METHOD - Static variable in class com.fangcloud.sdk.YfySdkConstant
-
- getAccepted() - Method in class com.fangcloud.sdk.api.collab.YfyCollab
-
- getAccess() - Method in class com.fangcloud.sdk.api.share_link.CreateShareLinkArg
-
- getAccess() - Method in class com.fangcloud.sdk.api.share_link.UpdateShareLinkArg
-
- getAccess() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getAccess() - Method in enum com.fangcloud.sdk.api.ShareLinkAccessEnum
-
- getAccessibleBy() - Method in class com.fangcloud.sdk.api.collab.InviteCollabArg
-
- getAccessibleBy() - Method in class com.fangcloud.sdk.api.collab.YfyCollab
-
- getAccessToken() - Method in class com.fangcloud.sdk.auth.YfyAuthFinish
-
Returns an access token that can be used to make Fangcloud API calls.
- getAccessToken() - Method in class com.fangcloud.sdk.YfyBaseClient
-
- getActive() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getAdminUser() - Method in class com.fangcloud.sdk.api.group.YfyGroup
-
- getAdminUserId() - Method in class com.fangcloud.sdk.api.enterprise.YfyEnterprise
-
- getApi() - Method in class com.fangcloud.sdk.YfyHost
-
Returns the host name of the main Fangcloud open api server.
- getAuth() - Method in class com.fangcloud.sdk.YfyHost
-
Returns the host name of the Fangcloud auth server.
- getBody() - Method in class com.fangcloud.sdk.http.HttpRequestor.Response
-
Returns an
InputStream for reading the HTTP response body.
- getBody() - Method in class com.fangcloud.sdk.http.HttpRequestor.Uploader
-
- getCause() - Method in exception com.fangcloud.sdk.exception.NetworkIOException
-
- getCause() - Method in exception com.fangcloud.sdk.util.IOUtil.WrappedException
-
- getChildren() - Method in class com.fangcloud.sdk.api.department.DepartmentChildrenResult
-
- getChildren(long, int, int, ItemTypeEnum) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Retrieve the files and/or folders contained within this folder without any other info about the folder.
- getChildrenDepartmentsCount() - Method in class com.fangcloud.sdk.api.YfyMiniDepartment
-
- GetChildrenResult - Class in com.fangcloud.sdk.api.folder
-
- GetChildrenResult() - Constructor for class com.fangcloud.sdk.api.folder.GetChildrenResult
-
- getClient(T) - Method in class com.fangcloud.sdk.YfyClientFactory
-
Get YfyClient by user identify in LRU cache.
- getClient(T, String, String) - Method in class com.fangcloud.sdk.YfyClientFactory
-
Get YfyClient by user identify in LRU cache.
- getCode() - Method in exception com.fangcloud.sdk.exception.NormalException
-
- getCode() - Method in class com.fangcloud.sdk.YfyErrorResponse.SpecificError
-
- getCollab(long) - Method in class com.fangcloud.sdk.api.collab.YfyCollabRequest
-
Retrieve detailed collab information
- getCollabAutoAccepted() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getCollabAutoAccepted() - Method in class com.fangcloud.sdk.api.admin.group.YfyDetailedGroup
-
- getCollabFolders(int, int) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Retrieve the folders that have collaboration with you.
- GetCollabFoldersResult - Class in com.fangcloud.sdk.api.folder
-
- GetCollabFoldersResult() - Constructor for class com.fangcloud.sdk.api.folder.GetCollabFoldersResult
-
- getCollabs() - Method in class com.fangcloud.sdk.api.collab.ListCollabResult
-
- getCommentId() - Method in class com.fangcloud.sdk.api.comment.YfyComment
-
- getComments() - Method in class com.fangcloud.sdk.api.comment.ListCommentResult
-
- getCommentsCount() - Method in class com.fangcloud.sdk.api.file.YfyFile
-
- getConnectTimeoutMillis() - Method in class com.fangcloud.sdk.http.StandardHttpRequestor.Config
-
Returns the timeout, in milliseconds, for opening a
connection to the servers.
- getContent() - Method in class com.fangcloud.sdk.api.comment.CreateCommentArg
-
- getContent() - Method in class com.fangcloud.sdk.api.comment.YfyComment
-
- getContentLength() - Method in class com.fangcloud.sdk.http.HttpRequestor.Response
-
- getCreated() - Method in class com.fangcloud.sdk.api.group.YfyGroup
-
- getCreatedAt() - Method in class com.fangcloud.sdk.api.comment.YfyComment
-
- getCreatedAt() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getCreatedAt() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getCurrent() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getCustomId() - Method in class com.fangcloud.sdk.api.admin.platform.YfyMappingDepartment
-
- getCustomId() - Method in class com.fangcloud.sdk.api.admin.platform.YfyMappingGroup
-
- getCustomId() - Method in class com.fangcloud.sdk.api.admin.platform.YfyMappingUser
-
- getDepartment(long) - Method in class com.fangcloud.sdk.api.department.YfyDepartmentRequest
-
Retrieve detailed department information
- getDepartmentChildren(long, boolean) - Method in class com.fangcloud.sdk.api.department.YfyDepartmentRequest
-
Retrieve department children
- getDepartmentFolders(long, int, int, ItemTypeEnum) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Retrieve the files and/or folders contained in department space.
- getDepartmentId() - Method in class com.fangcloud.sdk.api.folder.CreateFolderArg
-
- getDepartmentUsers(long, String, int) - Method in class com.fangcloud.sdk.api.admin.department.YfyAdminDepartmentRequest
-
Retrieve detailed members info of the department
- getDescription() - Method in class com.fangcloud.sdk.api.file.UpdateFileArg
-
- getDescription() - Method in class com.fangcloud.sdk.api.group.YfyGroup
-
- getDescription() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getDescription() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getDirectItemCount() - Method in class com.fangcloud.sdk.api.YfyMiniDepartment
-
- getDirector() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getDisableDownload() - Method in class com.fangcloud.sdk.api.admin.user.YfyDetailedUser
-
- getDisableDownload() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getDisableShare() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getDownloadCountTotal() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getDownloadUrl() - Method in class com.fangcloud.sdk.api.file.PreSignatureDownloadResult
-
- getDueTime() - Method in class com.fangcloud.sdk.api.share_link.CreateShareLinkArg
-
- getDueTime() - Method in class com.fangcloud.sdk.api.share_link.UpdateShareLinkArg
-
- getDueTime() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getEmail() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getEnableWatermark() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getEnterprise() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getEnterpriseClient() - Method in class com.fangcloud.sdk.YfyClientFactory
-
Get YfyEnterpriseClient, if don't exist return null
- getEnterpriseClient(T, String, String) - Method in class com.fangcloud.sdk.YfyClientFactory
-
Get YfyClient by user identify in LRU cache.
- getEnterpriseId() - Method in class com.fangcloud.sdk.api.YfyMiniUser
-
- getEnterpriseToken(long, int) - Method in class com.fangcloud.sdk.auth.YfyEnterpriseAuth
-
Get the enterprise token witch can used to invoke admin api,such as managing departments and groups
- getEnterpriseToken(long) - Method in class com.fangcloud.sdk.auth.YfyEnterpriseAuth
-
Get the enterprise token witch can used to invoke admin api,such as managing departments and groups
- getError() - Method in class com.fangcloud.sdk.YfyUploadErrorResponse
-
- getErrors() - Method in class com.fangcloud.sdk.YfyErrorResponse
-
- getErrors() - Method in class com.fangcloud.sdk.YfyUploadErrorResponse
-
- getExpiresIn() - Method in class com.fangcloud.sdk.auth.YfyAuthFinish
-
Returns the expire time which access token is valid in this time
- getField() - Method in exception com.fangcloud.sdk.exception.NormalException
-
- getField() - Method in class com.fangcloud.sdk.YfyErrorResponse.SpecificError
-
- getFile(long) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
Retrieve file info
- getFileId() - Method in class com.fangcloud.sdk.api.comment.CreateCommentArg
-
- getFileId() - Method in class com.fangcloud.sdk.api.comment.YfyComment
-
- getFileId() - Method in class com.fangcloud.sdk.api.file.GetPreviewTokenArg
-
- getFileId() - Method in class com.fangcloud.sdk.api.share_link.CreateShareLinkArg
-
- getFileId() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getFileIds() - Method in class com.fangcloud.sdk.api.file.DeleteFileArg
-
- getFileIds() - Method in class com.fangcloud.sdk.api.file.DeleteFileFromTrashArg
-
- getFileIds() - Method in class com.fangcloud.sdk.api.file.MoveFileArg
-
- getFileIds() - Method in class com.fangcloud.sdk.api.file.RestoreFileFromTrashArg
-
- getFiles() - Method in class com.fangcloud.sdk.api.folder.GetChildrenResult
-
- getFiles() - Method in class com.fangcloud.sdk.api.item.SearchItemResult
-
- getFileVersion(long, long) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
List file's version's information
- getFileVersionId() - Method in class com.fangcloud.sdk.api.file.GetPreviewTokenArg
-
- getFileVersions() - Method in class com.fangcloud.sdk.api.file.ListFileVersionsResult
-
- getFinalRole() - Method in class com.fangcloud.sdk.api.collab.ListCollabResult
-
- getFirstError() - Method in class com.fangcloud.sdk.YfyErrorResponse
-
- getFolder(long) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Retrieve detailed information about a folder
- getFolderId() - Method in class com.fangcloud.sdk.api.collab.InviteCollabArg
-
- getFolderId() - Method in class com.fangcloud.sdk.api.share_link.CreateShareLinkArg
-
- getFolderIds() - Method in class com.fangcloud.sdk.api.folder.DeleteFolderArg
-
- getFolderIds() - Method in class com.fangcloud.sdk.api.folder.DeleteFolderFromTrashArg
-
- getFolderIds() - Method in class com.fangcloud.sdk.api.folder.MoveFolderArg
-
- getFolderIds() - Method in class com.fangcloud.sdk.api.folder.RestoreFolderFromTrashArg
-
- getFolders() - Method in class com.fangcloud.sdk.api.folder.GetChildrenResult
-
- getFolders() - Method in class com.fangcloud.sdk.api.folder.GetCollabFoldersResult
-
- getFolders() - Method in class com.fangcloud.sdk.api.item.SearchItemResult
-
- getFolderType() - Method in class com.fangcloud.sdk.api.folder.YfyFolder
-
- getFullNamePinyin() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getGroupList(String, int) - Method in class com.fangcloud.sdk.api.admin.group.YfyAdminGroupRequest
-
Retrieve detailed groups info
- getGroups() - Method in class com.fangcloud.sdk.api.admin.group.AdminGroupListResult
-
- getHeaders() - Method in class com.fangcloud.sdk.http.HttpRequestor.Response
-
Returns a case-insensitive, unmodifiable mapping of header fields to their values.
- getHidePhone() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getHidePhone() - Method in class com.fangcloud.sdk.api.admin.user.YfyDetailedUser
-
- getHost() - Static method in class com.fangcloud.sdk.YfyAppInfo
-
Returns the Fangcloud host configuration.
- getHost() - Method in class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- getHttpRequestor() - Method in class com.fangcloud.sdk.YfyRequestConfig
-
The
HttpRequestor implementation to use when making HTTP requests to the Fangcloud API
servers.
- getId() - Method in class com.fangcloud.sdk.api.collab.InviteCollabArg.AccessibleBy
-
- getId() - Method in class com.fangcloud.sdk.api.collab.YfyCollab
-
- getId() - Method in class com.fangcloud.sdk.api.department.YfyDepartment
-
- getId() - Method in class com.fangcloud.sdk.api.enterprise.YfyEnterprise
-
- getId() - Method in class com.fangcloud.sdk.api.group.YfyGroup
-
- getId() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getId() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getId() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getId() - Method in class com.fangcloud.sdk.api.YfyMiniDepartment
-
- getId() - Method in class com.fangcloud.sdk.api.YfyMiniElement
-
- getId() - Method in class com.fangcloud.sdk.api.YfyMiniUser
-
- getId() - Method in class com.fangcloud.sdk.api.YfyPathFolder
-
- getInvitationMessage() - Method in class com.fangcloud.sdk.api.collab.InviteCollabArg
-
- getItemCount() - Method in class com.fangcloud.sdk.api.folder.YfyFolder
-
- getJsonStr() - Method in exception com.fangcloud.sdk.exception.JsonReadException
-
- getKey() - Method in class com.fangcloud.sdk.http.HttpRequestor.Header
-
Returns header name.
- getKey() - Static method in class com.fangcloud.sdk.YfyAppInfo
-
Returns the Fangcloud app key (OAuth calls this the consumer key).
- getKey() - Method in class com.fangcloud.sdk.YfyStandardSessionStore
-
- getLastRefresh() - Method in class com.fangcloud.sdk.YfyBaseClient
-
- getLogin() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getLogin() - Method in class com.fangcloud.sdk.api.YfyMiniUser
-
- getLruCache() - Method in class com.fangcloud.sdk.YfyClientFactory
-
- getMappingDepartment(long, String) - Method in class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
get a mapping department's information
- getMappingDepartment(long, long) - Method in class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
get a mapping department's information
- getMappingGroup(long, String) - Method in class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
get a mapping group's information
- getMappingGroup(long, long) - Method in class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
get a mapping group's information
- getMappingUser(long, String) - Method in class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
get a mapping user's information
- getMappingUser(long, long) - Method in class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
get a mapping user's information
- getMessage() - Method in exception com.fangcloud.sdk.util.IOUtil.WrappedException
-
- getModifiedAt() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getModifiedAt() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getModifiedAt() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getMsg() - Method in exception com.fangcloud.sdk.exception.NormalException
-
- getMsg() - Method in class com.fangcloud.sdk.YfyErrorResponse.SpecificError
-
- getName() - Method in class com.fangcloud.sdk.api.department.YfyDepartment
-
- getName() - Method in class com.fangcloud.sdk.api.enterprise.YfyEnterprise
-
- getName() - Method in class com.fangcloud.sdk.api.file.NewVersionPreSignatureUploadArg
-
- getName() - Method in class com.fangcloud.sdk.api.file.PreSignatureUploadArg
-
- getName() - Method in class com.fangcloud.sdk.api.file.UpdateFileArg
-
- getName() - Method in class com.fangcloud.sdk.api.folder.CreateFolderArg
-
- getName() - Method in class com.fangcloud.sdk.api.folder.UpdateFolderArg
-
- getName() - Method in class com.fangcloud.sdk.api.group.YfyGroup
-
- getName() - Method in class com.fangcloud.sdk.api.user.UpdateSelfArg
-
- getName() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getName() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getName() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getName() - Method in class com.fangcloud.sdk.api.YfyMiniDepartment
-
- getName() - Method in class com.fangcloud.sdk.api.YfyMiniElement
-
- getName() - Method in class com.fangcloud.sdk.api.YfyMiniUser
-
- getName() - Method in class com.fangcloud.sdk.api.YfyPathFolder
-
- getOwnedBy() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getPageCapacity() - Method in class com.fangcloud.sdk.api.PagingResult
-
- getPageCount() - Method in class com.fangcloud.sdk.api.PagingResult
-
- getPageId() - Method in class com.fangcloud.sdk.api.PagingResult
-
- getParent() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getParentId() - Method in class com.fangcloud.sdk.api.department.YfyDepartment
-
- getParentId() - Method in class com.fangcloud.sdk.api.file.PreSignatureUploadArg
-
- getParentId() - Method in class com.fangcloud.sdk.api.folder.CreateFolderArg
-
- getPassword() - Method in class com.fangcloud.sdk.api.share_link.CreateShareLinkArg
-
- getPassword() - Method in class com.fangcloud.sdk.api.share_link.UpdateShareLinkArg
-
- getPasswordProtected() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getPath() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getPeriod() - Method in class com.fangcloud.sdk.api.file.GetPreviewTokenArg
-
- getPermissions() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getPersonalItems(int, int, ItemTypeEnum) - Method in class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
Retrieve the files and/or folders contained in personal space.
- getPhone() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getPinyinFirstLetters() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getPreviewToken() - Method in class com.fangcloud.sdk.api.file.PreviewTokenResult
-
- GetPreviewTokenArg - Class in com.fangcloud.sdk.api.file
-
- GetPreviewTokenArg(Long, Integer) - Constructor for class com.fangcloud.sdk.api.file.GetPreviewTokenArg
-
- GetPreviewTokenArg(Long, Long, Integer) - Constructor for class com.fangcloud.sdk.api.file.GetPreviewTokenArg
-
- getPreviewUrl(long, int) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
get file's preview url
- getPreviewUrl(long, long, int) - Method in class com.fangcloud.sdk.api.file.YfyFileRequest
-
get fileVersion's preview url
- getProfilePicKey() - Method in class com.fangcloud.sdk.api.user.YfyUser
-
- getProxy() - Method in class com.fangcloud.sdk.http.StandardHttpRequestor.Config
-
Returns the proxy configuration for network connections.
- getRateLimitReset() - Method in exception com.fangcloud.sdk.exception.RateLimitException
-
- getReadTimeoutMillis() - Method in class com.fangcloud.sdk.http.StandardHttpRequestor.Config
-
Returns the timeout, in milliseconds, for receiving a
response from the servers.
- getRefreshToken() - Method in class com.fangcloud.sdk.auth.YfyAuthFinish
-
Returns refresh token that can be used to refresh access token and itself.Usually
use when access token is expired.
- getRefreshToken() - Method in class com.fangcloud.sdk.YfyBaseClient
-
- getRemark() - Method in class com.fangcloud.sdk.api.file.NewVersionPreSignatureUploadArg
-
- getRemark() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getRequestId() - Method in exception com.fangcloud.sdk.exception.YfyException
-
Return the unique ID associated with the request that triggered this exception.
- getRequestId() - Method in class com.fangcloud.sdk.YfyErrorResponse
-
- getRole() - Method in class com.fangcloud.sdk.api.collab.InviteCollabArg.AccessibleBy
-
- getRole() - Method in class com.fangcloud.sdk.api.collab.UpdateCollabArg
-
- getRole() - Method in class com.fangcloud.sdk.api.collab.YfyCollab
-
- getRole() - Method in enum com.fangcloud.sdk.api.CollabRoleEnum
-
- getScope() - Method in class com.fangcloud.sdk.auth.YfyAuthFinish
-
authorization scope, only "all" now
- getSecret() - Static method in class com.fangcloud.sdk.YfyAppInfo
-
Returns the Fangcloud app secret (OAuth calls this the consumer secret).
- getSelf() - Method in class com.fangcloud.sdk.api.user.YfyUserRequest
-
Retrieve detailed self user information
- getSequenceId() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getSession() - Method in class com.fangcloud.sdk.YfyStandardSessionStore
-
- getSha1() - Method in class com.fangcloud.sdk.api.file.YfyFile
-
- getSha1() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getShareLink() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getShareLink(String) - Method in class com.fangcloud.sdk.api.share_link.YfyShareLinkRequest
-
Retrieve share link info by unique name
- getShareLink(String, String) - Method in class com.fangcloud.sdk.api.share_link.YfyShareLinkRequest
-
Retrieve share link info by unique name
- getShareLinks() - Method in class com.fangcloud.sdk.api.share_link.ListShareLinkResult
-
- getSize() - Method in class com.fangcloud.sdk.api.YfyFileVersion
-
- getSize() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getSpaceTotal() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getSpaceTotal() - Method in class com.fangcloud.sdk.api.admin.user.YfyDetailedUser
-
- getSpaceUsed() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getSpaceUsed() - Method in class com.fangcloud.sdk.api.admin.user.YfyDetailedUser
-
- getSpecialUsers() - Method in class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- getStatusCode() - Method in class com.fangcloud.sdk.http.HttpRequestor.Response
-
Returns HTTP status response code.
- getSuccess() - Method in class com.fangcloud.sdk.api.SuccessResult
-
- getTargetFolderId() - Method in class com.fangcloud.sdk.api.file.CopyFileArg
-
- getTargetFolderId() - Method in class com.fangcloud.sdk.api.file.MoveFileArg
-
- getTargetFolderId() - Method in class com.fangcloud.sdk.api.folder.MoveFolderArg
-
- getTokenPartError(String) - Static method in class com.fangcloud.sdk.YfyAppInfo
-
- getTokenType() - Method in class com.fangcloud.sdk.auth.YfyAuthFinish
-
token type, must be "bearer" now
- getTotalCount() - Method in class com.fangcloud.sdk.api.PagingResult
-
- getType() - Method in enum com.fangcloud.sdk.api.AccessibleByTypeEnum
-
- getType() - Method in class com.fangcloud.sdk.api.collab.InviteCollabArg.AccessibleBy
-
- getType() - Method in enum com.fangcloud.sdk.api.ItemTypeEnum
-
- getType() - Method in enum com.fangcloud.sdk.api.QueryFilterEnum
-
- getType() - Method in class com.fangcloud.sdk.api.trash.TrashArg
-
- getType() - Method in class com.fangcloud.sdk.api.YfyItem
-
- getType() - Method in class com.fangcloud.sdk.api.YfyMiniElement
-
- getType() - Method in class com.fangcloud.sdk.api.YfyPathFolder
-
- getUniqueName() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getUploadType() - Method in class com.fangcloud.sdk.api.file.NewVersionPreSignatureUploadArg
-
- getUploadType() - Method in class com.fangcloud.sdk.api.file.PreSignatureUploadArg
-
- getUploadUrl() - Method in class com.fangcloud.sdk.api.file.PreSignatureUploadResult
-
- getUser() - Method in class com.fangcloud.sdk.api.comment.YfyComment
-
- getUser(long) - Method in class com.fangcloud.sdk.api.user.YfyUserRequest
-
Retrieve detailed user information
- getUserCount() - Method in class com.fangcloud.sdk.api.department.YfyDepartment
-
- getUserCount() - Method in class com.fangcloud.sdk.api.group.YfyGroup
-
- getUserCount() - Method in class com.fangcloud.sdk.api.YfyMiniDepartment
-
- getUserReceiveItems() - Method in class com.fangcloud.sdk.api.user.DeleteUserArg
-
- getUsers() - Method in class com.fangcloud.sdk.api.admin.department.AdminDepartmentUserResult
-
- getUsers() - Method in class com.fangcloud.sdk.api.user.SearchUserResult
-
- getUserToken(long, int) - Method in class com.fangcloud.sdk.auth.YfyEnterpriseAuth
-
Get the user token witch can used to invoke personal api,such as get folder information
- getUserToken(long) - Method in class com.fangcloud.sdk.auth.YfyEnterpriseAuth
-
Get the user token witch can used to invoke personal api,such as get folder information
- getValue() - Method in class com.fangcloud.sdk.http.HttpRequestor.Header
-
Returns header value.
- getViewCount() - Method in class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- getVisiable() - Method in class com.fangcloud.sdk.api.admin.group.YfyDetailedGroup
-
- GROUP_ID - Static variable in class com.fangcloud.sdk.YfySdkConstant
-
- valueOf(String) - Static method in enum com.fangcloud.sdk.api.AccessibleByTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.fangcloud.sdk.api.CollabRoleEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.fangcloud.sdk.api.ItemTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.fangcloud.sdk.api.QueryFilterEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.fangcloud.sdk.api.ShareLinkAccessEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.fangcloud.sdk.api.AccessibleByTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.fangcloud.sdk.api.CollabRoleEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.fangcloud.sdk.api.ItemTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.fangcloud.sdk.api.QueryFilterEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.fangcloud.sdk.api.ShareLinkAccessEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Static variable in class com.fangcloud.sdk.YfySdkVersion
-
- YFY_DEPARTMENT_ID - Static variable in class com.fangcloud.sdk.YfySdkConstant
-
- YFY_GROUP_ID - Static variable in class com.fangcloud.sdk.YfySdkConstant
-
- YFY_USER_ID - Static variable in class com.fangcloud.sdk.YfySdkConstant
-
- YfyAdminDepartmentRequest - Class in com.fangcloud.sdk.api.admin.department
-
- YfyAdminDepartmentRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.admin.department.YfyAdminDepartmentRequest
-
- YfyAdminGroupRequest - Class in com.fangcloud.sdk.api.admin.group
-
- YfyAdminGroupRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.admin.group.YfyAdminGroupRequest
-
- YfyAdminPlatformRequest - Class in com.fangcloud.sdk.api.admin.platform
-
- YfyAdminPlatformRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.admin.platform.YfyAdminPlatformRequest
-
- YfyAdminUserRequest - Class in com.fangcloud.sdk.api.admin.user
-
- YfyAdminUserRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.admin.user.YfyAdminUserRequest
-
- YfyAppInfo - Class in com.fangcloud.sdk
-
Identifying information about your application.
- YfyArg - Interface in com.fangcloud.sdk
-
- YfyAuthFinish - Class in com.fangcloud.sdk.auth
-
When you successfully complete the authorization process, the Fangcloud server returns
detailed user access information to you.
- YfyAuthFinish() - Constructor for class com.fangcloud.sdk.auth.YfyAuthFinish
-
- YfyAuthFinish(String, String, long, String, String) - Constructor for class com.fangcloud.sdk.auth.YfyAuthFinish
-
- YfyBaseClient<K> - Class in com.fangcloud.sdk
-
- YfyBaseClient(K, YfyRequestConfig, String, String, YfyRefreshListener<K>) - Constructor for class com.fangcloud.sdk.YfyBaseClient
-
- YfyBaseClient(K, YfyRequestConfig, String, String) - Constructor for class com.fangcloud.sdk.YfyBaseClient
-
- YfyBaseClient(YfyRequestConfig, String) - Constructor for class com.fangcloud.sdk.YfyBaseClient
-
- YfyBaseClient.YfyInternalClient - Class in com.fangcloud.sdk
-
- YfyBaseClient.YfyInternalClient() - Constructor for class com.fangcloud.sdk.YfyBaseClient.YfyInternalClient
-
- YfyBaseDTO - Class in com.fangcloud.sdk.api
-
- YfyBaseDTO() - Constructor for class com.fangcloud.sdk.api.YfyBaseDTO
-
- YfyClient<K> - Class in com.fangcloud.sdk
-
- YfyClient(K, YfyRequestConfig, String, String, YfyRefreshListener<K>) - Constructor for class com.fangcloud.sdk.YfyClient
-
- YfyClient(K, YfyRequestConfig, String, String) - Constructor for class com.fangcloud.sdk.YfyClient
-
- YfyClient(YfyRequestConfig, String) - Constructor for class com.fangcloud.sdk.YfyClient
-
- YfyClientFactory<T> - Class in com.fangcloud.sdk
-
Always used by server, which has multiply users at the same time
- YfyClientFactory(int, YfyRequestConfig, YfyRefreshListener<T>) - Constructor for class com.fangcloud.sdk.YfyClientFactory
-
Get a YfyClientFactory to build YfyClient with the same arguments
- YfyClientFactory(int, YfyRequestConfig) - Constructor for class com.fangcloud.sdk.YfyClientFactory
-
Get a YfyClientFactory to build YfyClient with the same arguments
- YfyCollab - Class in com.fangcloud.sdk.api.collab
-
- YfyCollab() - Constructor for class com.fangcloud.sdk.api.collab.YfyCollab
-
- YfyCollabRequest - Class in com.fangcloud.sdk.api.collab
-
- YfyCollabRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.collab.YfyCollabRequest
-
- YfyComment - Class in com.fangcloud.sdk.api.comment
-
- YfyComment() - Constructor for class com.fangcloud.sdk.api.comment.YfyComment
-
- YfyCommentRequest - Class in com.fangcloud.sdk.api.comment
-
- YfyCommentRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.comment.YfyCommentRequest
-
- YfyDepartment - Class in com.fangcloud.sdk.api.department
-
- YfyDepartment() - Constructor for class com.fangcloud.sdk.api.department.YfyDepartment
-
- YfyDepartmentRequest - Class in com.fangcloud.sdk.api.department
-
- YfyDepartmentRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.department.YfyDepartmentRequest
-
- YfyDetailedDepartment - Class in com.fangcloud.sdk.api.admin.department
-
- YfyDetailedDepartment() - Constructor for class com.fangcloud.sdk.api.admin.department.YfyDetailedDepartment
-
- YfyDetailedGroup - Class in com.fangcloud.sdk.api.admin.group
-
- YfyDetailedGroup() - Constructor for class com.fangcloud.sdk.api.admin.group.YfyDetailedGroup
-
- YfyDetailedUser - Class in com.fangcloud.sdk.api.admin.user
-
- YfyDetailedUser() - Constructor for class com.fangcloud.sdk.api.admin.user.YfyDetailedUser
-
- YfyEnterprise - Class in com.fangcloud.sdk.api.enterprise
-
- YfyEnterprise() - Constructor for class com.fangcloud.sdk.api.enterprise.YfyEnterprise
-
- YfyEnterpriseAuth - Class in com.fangcloud.sdk.auth
-
Does the "jwt" flow.
- YfyEnterpriseAuth(YfyRequestConfig, String, Key) - Constructor for class com.fangcloud.sdk.auth.YfyEnterpriseAuth
-
Creates a new instance that will perform the OAuth2 jwt flow using the given OAuth
request configuration.
- YfyEnterpriseClient<K> - Class in com.fangcloud.sdk
-
- YfyEnterpriseClient(K, YfyRequestConfig, String, String, YfyRefreshListener<K>) - Constructor for class com.fangcloud.sdk.YfyEnterpriseClient
-
- YfyEnterpriseClient(K, YfyRequestConfig, String, String) - Constructor for class com.fangcloud.sdk.YfyEnterpriseClient
-
- YfyEnterpriseClient(YfyRequestConfig, String) - Constructor for class com.fangcloud.sdk.YfyEnterpriseClient
-
- YfyErrorResponse - Class in com.fangcloud.sdk
-
standard errors response in requesting to server
- YfyErrorResponse() - Constructor for class com.fangcloud.sdk.YfyErrorResponse
-
- YfyErrorResponse.SpecificError - Class in com.fangcloud.sdk
-
- YfyErrorResponse.SpecificError() - Constructor for class com.fangcloud.sdk.YfyErrorResponse.SpecificError
-
- YfyException - Exception in com.fangcloud.sdk.exception
-
The base exception thrown by Fangcloud API calls.
- YfyException(YfyErrorResponse) - Constructor for exception com.fangcloud.sdk.exception.YfyException
-
- YfyException(String) - Constructor for exception com.fangcloud.sdk.exception.YfyException
-
- YfyException(String, String) - Constructor for exception com.fangcloud.sdk.exception.YfyException
-
- YfyException(String, Throwable) - Constructor for exception com.fangcloud.sdk.exception.YfyException
-
- YfyException(String, String, Throwable) - Constructor for exception com.fangcloud.sdk.exception.YfyException
-
- YfyFile - Class in com.fangcloud.sdk.api.file
-
- YfyFile() - Constructor for class com.fangcloud.sdk.api.file.YfyFile
-
- YfyFileRequest - Class in com.fangcloud.sdk.api.file
-
- YfyFileRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.file.YfyFileRequest
-
- YfyFileVersion - Class in com.fangcloud.sdk.api
-
- YfyFileVersion() - Constructor for class com.fangcloud.sdk.api.YfyFileVersion
-
- YfyFolder - Class in com.fangcloud.sdk.api.folder
-
- YfyFolder() - Constructor for class com.fangcloud.sdk.api.folder.YfyFolder
-
- YfyFolderRequest - Class in com.fangcloud.sdk.api.folder
-
- YfyFolderRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.folder.YfyFolderRequest
-
- YfyGroup - Class in com.fangcloud.sdk.api.group
-
- YfyGroup() - Constructor for class com.fangcloud.sdk.api.group.YfyGroup
-
- YfyHost - Class in com.fangcloud.sdk
-
- YfyHost(String, String) - Constructor for class com.fangcloud.sdk.YfyHost
-
- YfyItem - Class in com.fangcloud.sdk.api
-
- YfyItem() - Constructor for class com.fangcloud.sdk.api.YfyItem
-
- YfyItemRequest - Class in com.fangcloud.sdk.api.item
-
- YfyItemRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.item.YfyItemRequest
-
- YfyMappingDepartment - Class in com.fangcloud.sdk.api.admin.platform
-
- YfyMappingDepartment() - Constructor for class com.fangcloud.sdk.api.admin.platform.YfyMappingDepartment
-
- YfyMappingGroup - Class in com.fangcloud.sdk.api.admin.platform
-
- YfyMappingGroup() - Constructor for class com.fangcloud.sdk.api.admin.platform.YfyMappingGroup
-
- YfyMappingUser - Class in com.fangcloud.sdk.api.admin.platform
-
- YfyMappingUser() - Constructor for class com.fangcloud.sdk.api.admin.platform.YfyMappingUser
-
- YfyMiniDepartment - Class in com.fangcloud.sdk.api
-
- YfyMiniDepartment() - Constructor for class com.fangcloud.sdk.api.YfyMiniDepartment
-
- YfyMiniElement - Class in com.fangcloud.sdk.api
-
- YfyMiniElement() - Constructor for class com.fangcloud.sdk.api.YfyMiniElement
-
- YfyMiniUser - Class in com.fangcloud.sdk.api
-
- YfyMiniUser() - Constructor for class com.fangcloud.sdk.api.YfyMiniUser
-
- YfyPathFolder - Class in com.fangcloud.sdk.api
-
- YfyPathFolder() - Constructor for class com.fangcloud.sdk.api.YfyPathFolder
-
- YfyProgressListener - Interface in com.fangcloud.sdk
-
The listener interface for monitoring the progress of a long-running API(usually upload and download) call.
- YfyRefreshListener<T> - Interface in com.fangcloud.sdk
-
One must implements YfyRefreshListener if you use auto refreshing
- YfyRequestConfig - Class in com.fangcloud.sdk
-
A grouping of a few configuration parameters for how we should make requests to the
Fangcloud servers.
- YfyRequestConfig() - Constructor for class com.fangcloud.sdk.YfyRequestConfig
-
- YfyRequestConfig(HttpRequestor) - Constructor for class com.fangcloud.sdk.YfyRequestConfig
-
- YfyRequestUtil - Class in com.fangcloud.sdk
-
- YfyRequestUtil() - Constructor for class com.fangcloud.sdk.YfyRequestUtil
-
- YfySdkConstant - Class in com.fangcloud.sdk
-
- YfySdkConstant() - Constructor for class com.fangcloud.sdk.YfySdkConstant
-
- YfySdkVersion - Class in com.fangcloud.sdk
-
- YfySdkVersion() - Constructor for class com.fangcloud.sdk.YfySdkVersion
-
- YfySessionStore - Interface in com.fangcloud.sdk
-
An interface that lets you save, retrieve, and clear a single value in the user's web
session.
- YfyShareLink - Class in com.fangcloud.sdk.api.share_link
-
- YfyShareLink() - Constructor for class com.fangcloud.sdk.api.share_link.YfyShareLink
-
- YfyShareLinkRequest - Class in com.fangcloud.sdk.api.share_link
-
- YfyShareLinkRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.share_link.YfyShareLinkRequest
-
- YfyStandardSessionStore - Class in com.fangcloud.sdk
-
A
YfySessionStore implementation that stores the value using the standard
HttpSession interface from the Java Servlet API.
- YfyStandardSessionStore(HttpSession, String) - Constructor for class com.fangcloud.sdk.YfyStandardSessionStore
-
- YfyTrashRequest - Class in com.fangcloud.sdk.api.trash
-
- YfyTrashRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.trash.YfyTrashRequest
-
- YfyUploadErrorResponse - Class in com.fangcloud.sdk
-
- YfyUploadErrorResponse() - Constructor for class com.fangcloud.sdk.YfyUploadErrorResponse
-
- YfyUser - Class in com.fangcloud.sdk.api.user
-
- YfyUser() - Constructor for class com.fangcloud.sdk.api.user.YfyUser
-
- YfyUserRequest - Class in com.fangcloud.sdk.api.user
-
- YfyUserRequest(YfyBaseClient.YfyInternalClient) - Constructor for class com.fangcloud.sdk.api.user.YfyUserRequest
-
- YfyWebAuth - Class in com.fangcloud.sdk.auth
-
Does the OAuth 2 "authorization code" flow and "token" flow.
- YfyWebAuth(YfyRequestConfig) - Constructor for class com.fangcloud.sdk.auth.YfyWebAuth
-
Creates a new instance that will perform the OAuth2 authorization flow using the given OAuth
request configuration.
- YfyWebAuth.BadRequestException - Exception in com.fangcloud.sdk.auth
-
Thrown when the parameters passed to your redirect URI are not well-formed.
- YfyWebAuth.BadRequestException(String) - Constructor for exception com.fangcloud.sdk.auth.YfyWebAuth.BadRequestException
-
- YfyWebAuth.BadStateException - Exception in com.fangcloud.sdk.auth
-
Thrown if all the parameters to your redirect URI are well-formed, but there's no CSRF token
in the session.
- YfyWebAuth.BadStateException(String) - Constructor for exception com.fangcloud.sdk.auth.YfyWebAuth.BadStateException
-
- YfyWebAuth.CsrfException - Exception in com.fangcloud.sdk.auth
-
Thrown if the given 'state' parameter doesn't contain the expected CSRF token.
- YfyWebAuth.CsrfException(String) - Constructor for exception com.fangcloud.sdk.auth.YfyWebAuth.CsrfException
-
- YfyWebAuth.Request - Class in com.fangcloud.sdk.auth
-
OAuth web-based authorization flow request.
- YfyWebAuth.Request.Builder - Class in com.fangcloud.sdk.auth
-
Builder for OAuth2 requests.
- YfyWebAuth.Request.Builder() - Constructor for class com.fangcloud.sdk.auth.YfyWebAuth.Request.Builder
-