public static class GrayTestOpenSgService.Moto extends Object
Moto(Config config)
CreateMotoResp
create(CreateMotoReq req)
create(CreateMotoReq req, RequestOptions reqOptions)
GetMotoResp
get(GetMotoReq req)
get(GetMotoReq req, RequestOptions reqOptions)
ListMotoResp
list(ListMotoReq req)
list(ListMotoReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Moto(Config config)
public CreateMotoResp create(CreateMotoReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=gray_test_open_sg&resource=moto&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/gray_test_open_sgv1/CreateMotoSample.java ;
Exception
public CreateMotoResp create(CreateMotoReq req) throws Exception
public GetMotoResp get(GetMotoReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=gray_test_open_sg&resource=moto&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/gray_test_open_sgv1/GetMotoSample.java ;
public GetMotoResp get(GetMotoReq req) throws Exception
public ListMotoResp list(ListMotoReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=gray_test_open_sg&resource=moto&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/gray_test_open_sgv1/ListMotoSample.java ;
public ListMotoResp list(ListMotoReq req) throws Exception
Copyright © 2022. All rights reserved.