类 WorkingHoursType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明创建工时制度,创建工时制度create(CreateWorkingHoursTypeReq req, RequestOptions reqOptions) 创建工时制度,创建工时制度删除工时制度,删除工时制度delete(DeleteWorkingHoursTypeReq req, RequestOptions reqOptions) 删除工时制度,删除工时制度查询单个工时制度,根据 ID 查询单个工时制度get(GetWorkingHoursTypeReq req, RequestOptions reqOptions) 查询单个工时制度,根据 ID 查询单个工时制度批量查询工时制度,批量查询工时制度list(ListWorkingHoursTypeReq req, RequestOptions reqOptions) 批量查询工时制度,批量查询工时制度更新工时制度,更新工时制度patch(PatchWorkingHoursTypeReq req, RequestOptions reqOptions) 更新工时制度,更新工时制度
-
构造器详细资料
-
WorkingHoursType
-
-
方法详细资料
-
create
public CreateWorkingHoursTypeResp create(CreateWorkingHoursTypeReq req, RequestOptions reqOptions) throws Exception 创建工时制度,创建工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/create ;
- 抛出:
Exception
-
create
创建工时制度,创建工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/create ;
- 抛出:
Exception
-
delete
public DeleteWorkingHoursTypeResp delete(DeleteWorkingHoursTypeReq req, RequestOptions reqOptions) throws Exception 删除工时制度,删除工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/delete ;
- 抛出:
Exception
-
delete
删除工时制度,删除工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/delete ;
- 抛出:
Exception
-
get
public GetWorkingHoursTypeResp get(GetWorkingHoursTypeReq req, RequestOptions reqOptions) throws Exception 查询单个工时制度,根据 ID 查询单个工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/get ;
- 抛出:
Exception
-
get
查询单个工时制度,根据 ID 查询单个工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/get ;
- 抛出:
Exception
-
list
public ListWorkingHoursTypeResp list(ListWorkingHoursTypeReq req, RequestOptions reqOptions) throws Exception 批量查询工时制度,批量查询工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/list ;
- 抛出:
Exception
-
list
批量查询工时制度,批量查询工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/list ;
- 抛出:
Exception
-
patch
public PatchWorkingHoursTypeResp patch(PatchWorkingHoursTypeReq req, RequestOptions reqOptions) throws Exception 更新工时制度,更新工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/patch ;
- 抛出:
Exception
-
patch
更新工时制度,更新工时制度官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/working_hours_type/patch ;
- 抛出:
Exception
-