public static final class QueryPermissionListResponseBody.PermissionList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryPermissionListResponseBody.PermissionList |
build() |
QueryPermissionListResponseBody.PermissionList.Builder |
endTime(String endTime)
The time when the permission expired.
|
QueryPermissionListResponseBody.PermissionList.Builder |
permissionCode(String permissionCode)
The code of the permission.
|
QueryPermissionListResponseBody.PermissionList.Builder |
permissionName(String permissionName)
The name of the permission.
|
QueryPermissionListResponseBody.PermissionList.Builder |
startTime(String startTime)
The time when the permission took effect.
|
public QueryPermissionListResponseBody.PermissionList.Builder endTime(String endTime)
The time when the permission expired. If no value is returned, the permission is still valid. The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mm:ssZ format. The time is displayed in UTC. For example, 2016-05-23T12:00:00Z indicates that the permission expired at 20:00:00 on May 23, 2016 (UTC+8).
example:2021-03-05T15:12Z
public QueryPermissionListResponseBody.PermissionList.Builder permissionCode(String permissionCode)
The code of the permission.
example:allow_synchronize_finance_identity
public QueryPermissionListResponseBody.PermissionList.Builder permissionName(String permissionName)
The name of the permission.
example:The management account shares the credit control identity with the member.
public QueryPermissionListResponseBody.PermissionList.Builder startTime(String startTime)
The time when the permission took effect. The time follows the ISO 8601 standard in the yyyy-MM-ddThh:mm:ssZ format. The time is displayed in UTC. For example, 2016-05-23T12:00:00Z indicates that the permission took effect at 20:00:00 on May 23, 2016 (UTC+8).
example:2021-03-02T15:12Z
public QueryPermissionListResponseBody.PermissionList build()
Copyright © 2026. All rights reserved.