public static final class UpdateAccountResponseBody.Account.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public UpdateAccountResponseBody.Account.Builder accountId(String accountId)
public UpdateAccountResponseBody.Account.Builder accountName(String accountName)
public UpdateAccountResponseBody.Account.Builder displayName(String displayName)
public UpdateAccountResponseBody.Account.Builder folderId(String folderId)
public UpdateAccountResponseBody.Account.Builder joinMethod(String joinMethod)
* invited: The member is invited to join the resource directory. * created: The member is directly created in the resource directory.
public UpdateAccountResponseBody.Account.Builder joinTime(String joinTime)
public UpdateAccountResponseBody.Account.Builder modifyTime(String modifyTime)
public UpdateAccountResponseBody.Account.Builder resourceDirectoryId(String resourceDirectoryId)
public UpdateAccountResponseBody.Account.Builder status(String status)
* CreateSuccess: The member is created. * InviteSuccess: The member accepts the invitation. * Removed: The member is removed. * SwitchSuccess: The type of the member is switched.
public UpdateAccountResponseBody.Account.Builder type(String type)
* CloudAccount: cloud account * ResourceAccount: resource account
public UpdateAccountResponseBody.Account build()
Copyright © 2023. All rights reserved.