public static class AttendanceService.Shift extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateShiftResp |
create(CreateShiftReq req) |
CreateShiftResp |
create(CreateShiftReq req,
RequestOptions reqOptions) |
DeleteShiftResp |
delete(DeleteShiftReq req) |
DeleteShiftResp |
delete(DeleteShiftReq req,
RequestOptions reqOptions) |
GetShiftResp |
get(GetShiftReq req) |
GetShiftResp |
get(GetShiftReq req,
RequestOptions reqOptions) |
ListShiftResp |
list(ListShiftReq req) |
ListShiftResp |
list(ListShiftReq req,
RequestOptions reqOptions) |
QueryShiftResp |
query(QueryShiftReq req) |
QueryShiftResp |
query(QueryShiftReq req,
RequestOptions reqOptions) |
public Shift(Config config)
public CreateShiftResp create(CreateShiftReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateShiftResp create(CreateShiftReq req) throws Exception
Exceptionpublic DeleteShiftResp delete(DeleteShiftReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteShiftResp delete(DeleteShiftReq req) throws Exception
Exceptionpublic GetShiftResp get(GetShiftReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetShiftResp get(GetShiftReq req) throws Exception
Exceptionpublic ListShiftResp list(ListShiftReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListShiftResp list(ListShiftReq req) throws Exception
Exceptionpublic QueryShiftResp query(QueryShiftReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic QueryShiftResp query(QueryShiftReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.