public static class AttendanceService.Group extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateGroupResp |
create(CreateGroupReq req) |
CreateGroupResp |
create(CreateGroupReq req,
RequestOptions reqOptions) |
DeleteGroupResp |
delete(DeleteGroupReq req) |
DeleteGroupResp |
delete(DeleteGroupReq req,
RequestOptions reqOptions) |
GetGroupResp |
get(GetGroupReq req) |
GetGroupResp |
get(GetGroupReq req,
RequestOptions reqOptions) |
ListGroupResp |
list(ListGroupReq req) |
ListGroupResp |
list(ListGroupReq req,
RequestOptions reqOptions) |
SearchGroupResp |
search(SearchGroupReq req) |
SearchGroupResp |
search(SearchGroupReq req,
RequestOptions reqOptions) |
public Group(Config config)
public CreateGroupResp create(CreateGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateGroupResp create(CreateGroupReq req) throws Exception
Exceptionpublic DeleteGroupResp delete(DeleteGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic DeleteGroupResp delete(DeleteGroupReq req) throws Exception
Exceptionpublic GetGroupResp get(GetGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetGroupResp get(GetGroupReq req) throws Exception
Exceptionpublic ListGroupResp list(ListGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic ListGroupResp list(ListGroupReq req) throws Exception
Exceptionpublic SearchGroupResp search(SearchGroupReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic SearchGroupResp search(SearchGroupReq req) throws Exception
ExceptionCopyright © 2022. All rights reserved.