public static final class GetManagerInfoByAuthCodeResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetManagerInfoByAuthCodeResponseBody |
build() |
GetManagerInfoByAuthCodeResponseBody.Builder |
orgId(String orgId)
The organization ID.
|
GetManagerInfoByAuthCodeResponseBody.Builder |
phone(String phone)
The mobile number.
|
GetManagerInfoByAuthCodeResponseBody.Builder |
requestId(String requestId)
The request ID.
|
GetManagerInfoByAuthCodeResponseBody.Builder |
teamName(String teamName)
The team name.
|
GetManagerInfoByAuthCodeResponseBody.Builder |
userName(String userName)
The tenant name.
|
GetManagerInfoByAuthCodeResponseBody.Builder |
waId(Long waId)
The ID of the Elastic Desktop Service account.
|
public GetManagerInfoByAuthCodeResponseBody.Builder orgId(String orgId)
The organization ID.
example:12345678901234****
public GetManagerInfoByAuthCodeResponseBody.Builder phone(String phone)
The mobile number.
example:1301234****
public GetManagerInfoByAuthCodeResponseBody.Builder requestId(String requestId)
The request ID.
example:1CBAFFAB-B697-4049-A9B1-67E1FC5F****
public GetManagerInfoByAuthCodeResponseBody.Builder teamName(String teamName)
The team name.
example:devteam
public GetManagerInfoByAuthCodeResponseBody.Builder userName(String userName)
The tenant name.
example:zhangsan
public GetManagerInfoByAuthCodeResponseBody.Builder waId(Long waId)
The ID of the Elastic Desktop Service account.
example:12345678901234****
public GetManagerInfoByAuthCodeResponseBody build()
Copyright © 2026. All rights reserved.