public static final class ResendPromoteResourceAccountEmailResponseBody.Account.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder accountId(String accountId)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder accountName(String accountName)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder displayName(String displayName)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder folderId(String folderId)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder joinMethod(String joinMethod)
* invited: The member account is invited to join the resource directory. * created: The member account is directly created in the resource directory.
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder joinTime(String joinTime)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder modifyTime(String modifyTime)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder recordId(String recordId)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder resourceDirectoryId(String resourceDirectoryId)
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder status(String status)
* CreateSuccess: The member account is created. * CreateVerifying: The creation of the member account is under confirmation. * CreateFailed: The member account failed to be created. * CreateExpired: The creation of the member account expired. * CreateCancelled: The creation of the member account is canceled. * PromoteVerifying: The upgrade of the member account is under confirmation. * PromoteFailed: The member account failed to be upgraded. * PromoteExpired: The upgrade of the member account expired. * PromoteCancelled: The upgrade of the member account is canceled. * PromoteSuccess: The member account is upgraded. * InviteSuccess: The owner of the member account accepted the invitation. * Removed: The member account is removed from the resource directory.
public ResendPromoteResourceAccountEmailResponseBody.Account.Builder type(String type)
* CloudAccount: cloud account * ResourceAccount: resource account
public ResendPromoteResourceAccountEmailResponseBody.Account build()
Copyright © 2023. All rights reserved.