| 程序包 | 说明 |
|---|---|
| com.larksuite.oapi.core.api | |
| com.larksuite.oapi.core.api.handler | |
| com.larksuite.oapi.core.api.handler.subhandler | |
| com.larksuite.oapi.core.api.request |
| 限定符和类型 | 方法和说明 |
|---|---|
Request<I,O> |
DefaultReqCall.getRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <I,O> Response<O> |
Api.send(Config config,
Request<I,O> request) |
| 构造器和说明 |
|---|
DefaultReqCall(Config config,
Request<I,O> request) |
| 限定符和类型 | 方法和说明 |
|---|---|
<I,O> void |
SubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
Handler.handle(Context ctx,
Request<I,O> req) |
| 限定符和类型 | 方法和说明 |
|---|---|
<I,O> void |
InitSubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
SignSubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
ValidateSubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
ValidateRespSubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
SendSubHandler.handle(Context context,
Request<I,O> req) |
<I,O> void |
BuildSubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
UnmarshalRespSubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
UnmarshalRespSubHandler.unmarshalResp(Request<I,O> req,
String body) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <I,O> Request<I,O> |
Request.newRequest(String httpPath,
String httpMethod,
AccessTokenType[] accessTokenTypes,
I input,
O output,
RequestOptFn... requestOptFns) |
static <I,O> Request<I,O> |
Request.newRequest(String httpPath,
String httpMethod,
AccessTokenType accessTokenType,
I input,
O output,
RequestOptFn... requestOptFns) |
static <I,O> Request<I,O> |
Request.newRequestByAuth(String httpPath,
String httpMethod,
I input,
O output) |
Copyright © 2021. All rights reserved.