类 TicketCustomizedField
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明创建工单自定义字段,该接口用于创建自定义字段create(CreateTicketCustomizedFieldReq req, RequestOptions reqOptions) 创建工单自定义字段,该接口用于创建自定义字段删除工单自定义字段,该接口用于删除工单自定义字段。delete(DeleteTicketCustomizedFieldReq req, RequestOptions reqOptions) 删除工单自定义字段,该接口用于删除工单自定义字段。获取工单自定义字段,该接口用于获取工单自定义字段详情。get(GetTicketCustomizedFieldReq req, RequestOptions reqOptions) 获取工单自定义字段,该接口用于获取工单自定义字段详情。获取全部工单自定义字段,该接口用于获取全部工单自定义字段。list(ListTicketCustomizedFieldReq req, RequestOptions reqOptions) 获取全部工单自定义字段,该接口用于获取全部工单自定义字段。更新工单自定义字段,该接口用于更新自定义字段。patch(PatchTicketCustomizedFieldReq req, RequestOptions reqOptions) 更新工单自定义字段,该接口用于更新自定义字段。
-
构造器详细资料
-
TicketCustomizedField
-
-
方法详细资料
-
create
public CreateTicketCustomizedFieldResp create(CreateTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception 创建工单自定义字段,该接口用于创建自定义字段官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/create ;
- 抛出:
Exception
-
create
创建工单自定义字段,该接口用于创建自定义字段官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/create ;
- 抛出:
Exception
-
delete
public DeleteTicketCustomizedFieldResp delete(DeleteTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception 删除工单自定义字段,该接口用于删除工单自定义字段。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/delete ;
- 抛出:
Exception
-
delete
删除工单自定义字段,该接口用于删除工单自定义字段。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/delete ;
- 抛出:
Exception
-
get
public GetTicketCustomizedFieldResp get(GetTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception 获取工单自定义字段,该接口用于获取工单自定义字段详情。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/get ;
- 抛出:
Exception
-
get
获取工单自定义字段,该接口用于获取工单自定义字段详情。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/get ;
- 抛出:
Exception
-
list
public ListTicketCustomizedFieldResp list(ListTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception 获取全部工单自定义字段,该接口用于获取全部工单自定义字段。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/list ;
- 抛出:
Exception
-
list
获取全部工单自定义字段,该接口用于获取全部工单自定义字段。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/list ;
- 抛出:
Exception
-
patch
public PatchTicketCustomizedFieldResp patch(PatchTicketCustomizedFieldReq req, RequestOptions reqOptions) throws Exception 更新工单自定义字段,该接口用于更新自定义字段。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/patch ;
- 抛出:
Exception
-
patch
更新工单自定义字段,该接口用于更新自定义字段。官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/helpdesk-v1/ticket_customized_field/patch ;
- 抛出:
Exception
-