public class TicketCustomizedField extends Object
TicketCustomizedField(Config config)
CreateTicketCustomizedFieldResp
create(CreateTicketCustomizedFieldReq req)
create(CreateTicketCustomizedFieldReq req, RequestOptions reqOptions)
DeleteTicketCustomizedFieldResp
delete(DeleteTicketCustomizedFieldReq req)
delete(DeleteTicketCustomizedFieldReq req, RequestOptions reqOptions)
GetTicketCustomizedFieldResp
get(GetTicketCustomizedFieldReq req)
get(GetTicketCustomizedFieldReq req, RequestOptions reqOptions)
ListTicketCustomizedFieldResp
list(ListTicketCustomizedFieldReq req)
list(ListTicketCustomizedFieldReq req, RequestOptions reqOptions)
PatchTicketCustomizedFieldResp
patch(PatchTicketCustomizedFieldReq req)
patch(PatchTicketCustomizedFieldReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TicketCustomizedField(Config config)
public CreateTicketCustomizedFieldResp create(CreateTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=helpdesk&resource=ticket_customized_field&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/CreateTicketCustomizedFieldSample.java ;
Exception
public CreateTicketCustomizedFieldResp create(CreateTicketCustomizedFieldReq req) throws Exception
public DeleteTicketCustomizedFieldResp delete(DeleteTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception
:::html;; 注意事项:; user_access_token 访问,需要操作者是当前服务台的管理员或所有者;;::: ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=helpdesk&resource=ticket_customized_field&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/DeleteTicketCustomizedFieldSample.java ;
public DeleteTicketCustomizedFieldResp delete(DeleteTicketCustomizedFieldReq req) throws Exception
public GetTicketCustomizedFieldResp get(GetTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=helpdesk&resource=ticket_customized_field&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/GetTicketCustomizedFieldSample.java ;
public GetTicketCustomizedFieldResp get(GetTicketCustomizedFieldReq req) throws Exception
public ListTicketCustomizedFieldResp list(ListTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=helpdesk&resource=ticket_customized_field&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/ListTicketCustomizedFieldSample.java ;
public ListTicketCustomizedFieldResp list(ListTicketCustomizedFieldReq req) throws Exception
public PatchTicketCustomizedFieldResp patch(PatchTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=helpdesk&resource=ticket_customized_field&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/helpdeskv1/PatchTicketCustomizedFieldSample.java ;
public PatchTicketCustomizedFieldResp patch(PatchTicketCustomizedFieldReq req) throws Exception
Copyright © 2026. All rights reserved.