public class Client
extends com.aliyun.teaopenapi.Client
_ca, _cert, _connectTimeout, _credential, _disableHttp2, _endpoint, _endpointMap, _endpointRule, _endpointType, _globalParameters, _headers, _httpProxy, _httpsProxy, _key, _maxIdleConns, _method, _network, _noProxy, _openPlatformEndpoint, _productId, _protocol, _readTimeout, _regionId, _signatureAlgorithm, _signatureVersion, _socks5NetWork, _socks5Proxy, _spi, _suffix, _tlsMinVersion, _userAgent| 构造器和说明 |
|---|
Client(com.aliyun.teaopenapi.models.Config config) |
addRequestInterceptor, addResponseInterceptor, addRuntimeOptionsInterceptor, callApi, checkConfig, defaultAny, doRequest, doROARequest, doROARequestWithForm, doRPCRequest, execute, getAccessKeyId, getAccessKeySecret, getBearerToken, getRpcHeaders, getSecurityToken, getType, getUserAgent, setGatewayClient, setRpcHeaderspublic AnalysisReportResponse analysisReportWithOptions(String userId, AnalysisReportRequest request, AnalysisReportHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询任务概览
request - AnalysisReportRequestheaders - AnalysisReportHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic AnalysisReportResponse analysisReport(String userId, AnalysisReportRequest request) throws Exception
查询任务概览
request - AnalysisReportRequestExceptionpublic CreateOrganizationTaskResponse createOrganizationTaskWithOptions(String userId, CreateOrganizationTaskRequest request, CreateOrganizationTaskHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建自由任务
request - CreateOrganizationTaskRequestheaders - CreateOrganizationTaskHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateOrganizationTaskResponse createOrganizationTask(String userId, CreateOrganizationTaskRequest request) throws Exception
创建自由任务
request - CreateOrganizationTaskRequestExceptionpublic CreateProjectMembersV3Response createProjectMembersV3WithOptions(String userId, String projectId, CreateProjectMembersV3Request request, CreateProjectMembersV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建项目成员
request - CreateProjectMembersV3Requestheaders - CreateProjectMembersV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateProjectMembersV3Response createProjectMembersV3(String userId, String projectId, CreateProjectMembersV3Request request) throws Exception
创建项目成员
request - CreateProjectMembersV3RequestExceptionpublic CreateProjectV3Response createProjectV3WithOptions(String userId, CreateProjectV3Request request, CreateProjectV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建协作空间。
request - CreateProjectV3Requestheaders - CreateProjectV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateProjectV3Response createProjectV3(String userId, CreateProjectV3Request request) throws Exception
创建协作空间。
request - CreateProjectV3RequestExceptionpublic CreateTaskResponse createTaskWithOptions(String userId, CreateTaskRequest request, CreateTaskHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
创建协作空间任务
request - CreateTaskRequestheaders - CreateTaskHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic CreateTaskResponse createTask(String userId, CreateTaskRequest request) throws Exception
创建协作空间任务
request - CreateTaskRequestExceptionpublic DeleteProjectMembersV3Response deleteProjectMembersV3WithOptions(String userId, String projectId, DeleteProjectMembersV3Request request, DeleteProjectMembersV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
删除项目成员。
request - DeleteProjectMembersV3Requestheaders - DeleteProjectMembersV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic DeleteProjectMembersV3Response deleteProjectMembersV3(String userId, String projectId, DeleteProjectMembersV3Request request) throws Exception
删除项目成员。
request - DeleteProjectMembersV3RequestExceptionpublic GetFootprintProjectResponse getFootprintProjectWithOptions(String userId, GetFootprintProjectHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取最近访问的项目
headers - GetFootprintProjectHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetFootprintProjectResponse getFootprintProject(String userId) throws Exception
获取最近访问的项目
Exceptionpublic GetFootprintTaskResponse getFootprintTaskWithOptions(String userId, GetFootprintTaskHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取最近访问的任务
headers - GetFootprintTaskHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetFootprintTaskResponse getFootprintTask(String userId) throws Exception
获取最近访问的任务
Exceptionpublic GetFreeTaskResponse getFreeTaskWithOptions(String taskId, GetFreeTaskRequest request, GetFreeTaskHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询轻任务详情。
request - GetFreeTaskRequestheaders - GetFreeTaskHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetFreeTaskResponse getFreeTask(String taskId, GetFreeTaskRequest request) throws Exception
查询轻任务详情。
request - GetFreeTaskRequestExceptionpublic GetProjectMembersV3Response getProjectMembersV3WithOptions(String userId, String projectId, GetProjectMembersV3Request request, GetProjectMembersV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取协作空间成员列表。
request - GetProjectMembersV3Requestheaders - GetProjectMembersV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetProjectMembersV3Response getProjectMembersV3(String userId, String projectId, GetProjectMembersV3Request request) throws Exception
获取协作空间成员列表。
request - GetProjectMembersV3RequestExceptionpublic GetProjectRolesV3Response getProjectRolesV3WithOptions(String userId, String projectId, GetProjectRolesV3Request request, GetProjectRolesV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取项目角色列表。
request - GetProjectRolesV3Requestheaders - GetProjectRolesV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetProjectRolesV3Response getProjectRolesV3(String userId, String projectId, GetProjectRolesV3Request request) throws Exception
获取项目角色列表。
request - GetProjectRolesV3RequestExceptionpublic GetStaredProjectsResponse getStaredProjectsWithOptions(String userId, GetStaredProjectsRequest request, GetStaredProjectsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取用户星标协作空间
request - GetStaredProjectsRequestheaders - GetStaredProjectsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetStaredProjectsResponse getStaredProjects(String userId, GetStaredProjectsRequest request) throws Exception
获取用户星标协作空间
request - GetStaredProjectsRequestExceptionpublic GetTbUserIdByDingUserIdResponse getTbUserIdByDingUserIdWithOptions(GetTbUserIdByDingUserIdRequest request, GetTbUserIdByDingUserIdHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
钉钉 userId 查询 24位长 userId。
request - GetTbUserIdByDingUserIdRequestheaders - GetTbUserIdByDingUserIdHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetTbUserIdByDingUserIdResponse getTbUserIdByDingUserId(GetTbUserIdByDingUserIdRequest request) throws Exception
钉钉 userId 查询 24位长 userId。
request - GetTbUserIdByDingUserIdRequestExceptionpublic GetThingOrgIdByDingOrgIdResponse getThingOrgIdByDingOrgIdWithOptions(GetThingOrgIdByDingOrgIdHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取快办企业ID
headers - GetThingOrgIdByDingOrgIdHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetThingOrgIdByDingOrgIdResponse getThingOrgIdByDingOrgId() throws Exception
获取快办企业ID
Exceptionpublic GetUserJoinedProjectsV3Response getUserJoinedProjectsV3WithOptions(String userId, GetUserJoinedProjectsV3Request request, GetUserJoinedProjectsV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取用户参与项目。
request - GetUserJoinedProjectsV3Requestheaders - GetUserJoinedProjectsV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic GetUserJoinedProjectsV3Response getUserJoinedProjectsV3(String userId, GetUserJoinedProjectsV3Request request) throws Exception
获取用户参与项目。
request - GetUserJoinedProjectsV3RequestExceptionpublic ListAllTaskViewResponse listAllTaskViewWithOptions(String userId, ListAllTaskViewHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
获取全部任务
headers - ListAllTaskViewHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic ListAllTaskViewResponse listAllTaskView(String userId) throws Exception
获取全部任务
Exceptionpublic ListMyShortcutViewsResponse listMyShortcutViewsWithOptions(String userId, ListMyShortcutViewsRequest request, ListMyShortcutViewsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询我的捷径
request - ListMyShortcutViewsRequestheaders - ListMyShortcutViewsHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic ListMyShortcutViewsResponse listMyShortcutViews(String userId, ListMyShortcutViewsRequest request) throws Exception
查询我的捷径
request - ListMyShortcutViewsRequestExceptionpublic QueryAllTaskResponse queryAllTaskWithOptions(String userId, QueryAllTaskRequest request, QueryAllTaskHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询自由任务和项目任务详情。
request - QueryAllTaskRequestheaders - QueryAllTaskHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic QueryAllTaskResponse queryAllTask(String userId, QueryAllTaskRequest request) throws Exception
查询自由任务和项目任务详情。
request - QueryAllTaskRequestExceptionpublic QueryTaskResponse queryTaskWithOptions(String userId, QueryTaskRequest request, QueryTaskHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询我的任务
request - QueryTaskRequestheaders - QueryTaskHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic QueryTaskResponse queryTask(String userId, QueryTaskRequest request) throws Exception
查询我的任务
request - QueryTaskRequestExceptionpublic QueryTasksV3Response queryTasksV3WithOptions(String userId, QueryTasksV3Request request, QueryTasksV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询协作空间任务详情。
request - QueryTasksV3Requestheaders - QueryTasksV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic QueryTasksV3Response queryTasksV3(String userId, QueryTasksV3Request request) throws Exception
查询协作空间任务详情。
request - QueryTasksV3RequestExceptionpublic SearchAllTasksByTqlResponse searchAllTasksByTqlWithOptions(SearchAllTasksByTqlRequest request, SearchAllTasksByTqlHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
通过TQL搜索自由任务和协作空间任务ID。
request - SearchAllTasksByTqlRequestheaders - SearchAllTasksByTqlHeadersruntime - runtime options for this request RuntimeOptionsExceptionpublic SearchAllTasksByTqlResponse searchAllTasksByTql(SearchAllTasksByTqlRequest request) throws Exception
通过TQL搜索自由任务和协作空间任务ID。
request - SearchAllTasksByTqlRequestExceptionpublic SearchProjectCustomFiledsV3Response searchProjectCustomFiledsV3WithOptions(String userId, String projectId, SearchProjectCustomFiledsV3Request request, SearchProjectCustomFiledsV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
搜索项目自定义字段。
request - SearchProjectCustomFiledsV3Requestheaders - SearchProjectCustomFiledsV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic SearchProjectCustomFiledsV3Response searchProjectCustomFiledsV3(String userId, String projectId, SearchProjectCustomFiledsV3Request request) throws Exception
搜索项目自定义字段。
request - SearchProjectCustomFiledsV3RequestExceptionpublic SearchProjectsV3Response searchProjectsV3WithOptions(SearchProjectsV3Request request, SearchProjectsV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
查询协作空间。
request - SearchProjectsV3Requestheaders - SearchProjectsV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic SearchProjectsV3Response searchProjectsV3(SearchProjectsV3Request request) throws Exception
查询协作空间。
request - SearchProjectsV3RequestExceptionpublic UpdateProjectMemberRoleV3Response updateProjectMemberRoleV3WithOptions(String userId, String projectId, UpdateProjectMemberRoleV3Request request, UpdateProjectMemberRoleV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
修改项目成员的角色。
request - UpdateProjectMemberRoleV3Requestheaders - UpdateProjectMemberRoleV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateProjectMemberRoleV3Response updateProjectMemberRoleV3(String userId, String projectId, UpdateProjectMemberRoleV3Request request) throws Exception
修改项目成员的角色。
request - UpdateProjectMemberRoleV3RequestExceptionpublic UpdateProjectV3Response updateProjectV3WithOptions(String userId, String projectId, UpdateProjectV3Request request, UpdateProjectV3Headers headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception
更新协作空间。
request - UpdateProjectV3Requestheaders - UpdateProjectV3Headersruntime - runtime options for this request RuntimeOptionsExceptionpublic UpdateProjectV3Response updateProjectV3(String userId, String projectId, UpdateProjectV3Request request) throws Exception
更新协作空间。
request - UpdateProjectV3RequestExceptionCopyright © 2025. All rights reserved.