public class CustomField extends Object
CustomField(Config config)
AddCustomFieldResp
add(AddCustomFieldReq req)
add(AddCustomFieldReq req, RequestOptions reqOptions)
CreateCustomFieldResp
create(CreateCustomFieldReq req)
create(CreateCustomFieldReq req, RequestOptions reqOptions)
GetCustomFieldResp
get(GetCustomFieldReq req)
get(GetCustomFieldReq req, RequestOptions reqOptions)
ListCustomFieldResp
list(ListCustomFieldReq req)
list(ListCustomFieldReq req, RequestOptions reqOptions)
PatchCustomFieldResp
patch(PatchCustomFieldReq req)
patch(PatchCustomFieldReq req, RequestOptions reqOptions)
RemoveCustomFieldResp
remove(RemoveCustomFieldReq req)
remove(RemoveCustomFieldReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomField(Config config)
public AddCustomFieldResp add(AddCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=add&project=task&resource=custom_field&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/AddCustomFieldSample.java ;
Exception
public AddCustomFieldResp add(AddCustomFieldReq req) throws Exception
public CreateCustomFieldResp create(CreateCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=task&resource=custom_field&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/CreateCustomFieldSample.java ;
public CreateCustomFieldResp create(CreateCustomFieldReq req) throws Exception
public GetCustomFieldResp get(GetCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=task&resource=custom_field&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/GetCustomFieldSample.java ;
public GetCustomFieldResp get(GetCustomFieldReq req) throws Exception
public ListCustomFieldResp list(ListCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=task&resource=custom_field&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/ListCustomFieldSample.java ;
public ListCustomFieldResp list(ListCustomFieldReq req) throws Exception
public PatchCustomFieldResp patch(PatchCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=task&resource=custom_field&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/PatchCustomFieldSample.java ;
public PatchCustomFieldResp patch(PatchCustomFieldReq req) throws Exception
public RemoveCustomFieldResp remove(RemoveCustomFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=remove&project=task&resource=custom_field&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/taskv2/RemoveCustomFieldSample.java ;
public RemoveCustomFieldResp remove(RemoveCustomFieldReq req) throws Exception
Copyright © 2024. All rights reserved.