| 限定符和类型 | 方法和说明 |
|---|---|
static Config |
Config.ByCtx(Context context) |
void |
Config.withContext(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AppAccessToken |
AccessToken.getInternalAppAccessToken(Context ctx) |
static TenantAccessToken |
AccessToken.getInternalTenantAccessToken(Context ctx) |
static AppAccessToken |
AccessToken.getIsvAppAccessToken(Context ctx) |
static com.larksuite.oapi.core.api.handler.AccessToken.AccessTokenPair |
AccessToken.getISVTenantAccessToken(Context ctx) |
<I,O> void |
SubHandler.handle(Context ctx,
Request<I,O> req) |
<I,O> void |
Handler.handle(Context ctx,
Request<I,O> req) |
static void |
AccessToken.signApp(Context ctx,
Request.Builder httpRequestBuilder) |
static void |
AccessToken.signTenant(Context ctx,
Request.Builder httpRequestBuilder) |
static void |
AccessToken.signUser(Context ctx,
Request.Builder httpRequestBuilder) |
| 限定符和类型 | 方法和说明 |
|---|---|
<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) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseRequest |
BaseRequest.byContext(Context context) |
void |
BaseRequest.withContext(Context context) |
| 构造器和说明 |
|---|
Response(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
IHandler.handle(Context context,
Card card) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ISubHandler.handle(Context context,
HTTPCard httpCard) |
void |
Handler.handle(Context context,
HTTPCard httpCard) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InitSubHandler.handle(Context context,
HTTPCard httpCard) |
void |
ValidateSubHandler.handle(Context context,
HTTPCard httpCard) |
void |
HandleSubHandler.handle(Context context,
HTTPCard httpCard) |
void |
UnmarshalSubHandler.handle(Context context,
HTTPCard httpCard) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IHandler.Handle(Context context,
E event) |
void |
IHandler.defaultHandler.Handle(Context context,
Map<String,Object> event) |
void |
DefaultHandler.Handle(Context context,
Map<String,Object> event) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Handler.handle(Context context,
HTTPEvent httpEvent) |
<E> void |
ISubHandler.handle(Context context,
HTTPEvent httpEvent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UnmarshalSubHandler.handle(Context context,
HTTPEvent httpEvent) |
<E> void |
HandleSubHandler.handle(Context context,
HTTPEvent httpEvent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AppTicketEventHandler.Handle(Context context,
AppTicketEvent event) |
Copyright © 2021. All rights reserved.