public static final class GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder |
abandonableChecks(List<GetAccountDeletionCheckResultResponseBody.AbandonableChecks> abandonableChecks)
The check items that you can choose to ignore for the member deletion.
|
GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder |
allowDelete(String allowDelete)
Indicates whether the member can be deleted.
|
GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo |
build() |
GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder |
notAllowReason(List<GetAccountDeletionCheckResultResponseBody.NotAllowReason> notAllowReason)
The reasons why the member cannot be deleted.
|
GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder |
status(String status)
The status of the check.
|
public GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder abandonableChecks(List<GetAccountDeletionCheckResultResponseBody.AbandonableChecks> abandonableChecks)
> This parameter may be returned if the value of AllowDelete is true.
public GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder allowDelete(String allowDelete)
* true: The member can be deleted. * false: The member cannot be deleted.
public GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder notAllowReason(List<GetAccountDeletionCheckResultResponseBody.NotAllowReason> notAllowReason)
> This parameter is returned only if the value of AllowDelete is false.
public GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo.Builder status(String status)
* PreCheckComplete: The check is complete. * PreChecking: The check is in progress.
public GetAccountDeletionCheckResultResponseBody.AccountDeletionCheckResultInfo build()
Copyright © 2023. All rights reserved.