类 OpenapiLogDetail.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.OpenapiLogDetail.Builder
- 封闭类:
OpenapiLogDetail
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()http请求方法http请求路径http请求体queryParam(String queryParam) http查询参数http响应体,仅返回code,msg,error信息等statusCode(Integer statusCode) http状态码
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
path
http请求路径示例值:/open-apis/auth/v3/app_access_token
- 参数:
path-- 返回:
-
method
http请求方法示例值:POST
- 参数:
method-- 返回:
-
queryParam
http查询参数示例值:{}
- 参数:
queryParam-- 返回:
-
payload
http请求体示例值:{"app_id": "cli_xxx", "app_secret": "xxx", "app_ticket": "xxx"}
- 参数:
payload-- 返回:
-
statusCode
http状态码示例值:0
- 参数:
statusCode-- 返回:
-
response
http响应体,仅返回code,msg,error信息等示例值:{"code": 0, "msg": "ok"}
- 参数:
response-- 返回:
-
build
-