public class CustomField extends Object
| 构造器和说明 |
|---|
CustomField(Config config) |
public CustomField(Config config)
public AddCustomFieldResp add(AddCustomFieldReq req, RequestOptions reqOptions) throws Exception
将自定义字段加入一个资源需要该字段和资源的可编辑权限。 ;
Exceptionpublic AddCustomFieldResp add(AddCustomFieldReq req) throws Exception
将自定义字段加入一个资源需要该字段和资源的可编辑权限。 ;
Exceptionpublic CreateCustomFieldResp create(CreateCustomFieldReq req, RequestOptions reqOptions) throws Exception
在一个资源上创建自定义字段需要该资源的可编辑权限。 ;
Exceptionpublic CreateCustomFieldResp create(CreateCustomFieldReq req) throws Exception
在一个资源上创建自定义字段需要该资源的可编辑权限。 ;
Exceptionpublic GetCustomFieldResp get(GetCustomFieldReq req, RequestOptions reqOptions) throws Exception
获取自定义字段需要有自定义字段的读取权限。 ;
Exceptionpublic GetCustomFieldResp get(GetCustomFieldReq req) throws Exception
获取自定义字段需要有自定义字段的读取权限。 ;
Exceptionpublic ListCustomFieldResp list(ListCustomFieldReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListCustomFieldResp list(ListCustomFieldReq req) throws Exception
Exceptionpublic PatchCustomFieldResp patch(PatchCustomFieldReq req, RequestOptions reqOptions) throws Exception
更新自定义字段需要拥有自定义字段的编辑权限。 ;
Exceptionpublic PatchCustomFieldResp patch(PatchCustomFieldReq req) throws Exception
更新自定义字段需要拥有自定义字段的编辑权限。 ;
Exceptionpublic RemoveCustomFieldResp remove(RemoveCustomFieldReq req, RequestOptions reqOptions) throws Exception
需要资源的可编辑权限。 ;
Exceptionpublic RemoveCustomFieldResp remove(RemoveCustomFieldReq req) throws Exception
需要资源的可编辑权限。 ;
ExceptionCopyright © 2026. All rights reserved.