public static final class GetHandshakeResponseBody.Handshake.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetHandshakeResponseBody.Handshake |
build() |
GetHandshakeResponseBody.Handshake.Builder |
createTime(String createTime)
The time when the invitation was created.
|
GetHandshakeResponseBody.Handshake.Builder |
expireTime(String expireTime)
The time when the invitation expires.
|
GetHandshakeResponseBody.Handshake.Builder |
handshakeId(String handshakeId)
The ID of the invitation.
|
GetHandshakeResponseBody.Handshake.Builder |
invitedAccountRealName(String invitedAccountRealName)
The real-name verification information of the invitee.
|
GetHandshakeResponseBody.Handshake.Builder |
masterAccountId(String masterAccountId)
The ID of the management account of the resource directory.
|
GetHandshakeResponseBody.Handshake.Builder |
masterAccountName(String masterAccountName)
The name of the management account of the resource directory.
|
GetHandshakeResponseBody.Handshake.Builder |
masterAccountRealName(String masterAccountRealName)
The real-name verification information of the management account of the resource directory.
|
GetHandshakeResponseBody.Handshake.Builder |
modifyTime(String modifyTime)
The time when the invitation was modified.
|
GetHandshakeResponseBody.Handshake.Builder |
note(String note)
The comment on the invitation.
|
GetHandshakeResponseBody.Handshake.Builder |
resourceDirectoryId(String resourceDirectoryId)
The ID of the resource directory.
|
GetHandshakeResponseBody.Handshake.Builder |
status(String status)
The status of the invitation.
|
GetHandshakeResponseBody.Handshake.Builder |
targetEntity(String targetEntity)
The ID or logon email address of the invited account.
|
GetHandshakeResponseBody.Handshake.Builder |
targetType(String targetType)
The type of the invited account.
|
public GetHandshakeResponseBody.Handshake.Builder createTime(String createTime)
public GetHandshakeResponseBody.Handshake.Builder expireTime(String expireTime)
public GetHandshakeResponseBody.Handshake.Builder handshakeId(String handshakeId)
public GetHandshakeResponseBody.Handshake.Builder invitedAccountRealName(String invitedAccountRealName)
> This parameter is available only when an invitee calls this operation.
public GetHandshakeResponseBody.Handshake.Builder masterAccountId(String masterAccountId)
public GetHandshakeResponseBody.Handshake.Builder masterAccountName(String masterAccountName)
public GetHandshakeResponseBody.Handshake.Builder masterAccountRealName(String masterAccountRealName)
> This parameter is available only when an invitee calls this operation.
public GetHandshakeResponseBody.Handshake.Builder modifyTime(String modifyTime)
public GetHandshakeResponseBody.Handshake.Builder note(String note)
public GetHandshakeResponseBody.Handshake.Builder resourceDirectoryId(String resourceDirectoryId)
public GetHandshakeResponseBody.Handshake.Builder status(String status)
* Pending: The invitation is waiting for confirmation. * Accepted: The invitation is accepted. * Cancelled: The invitation is canceled. * Declined: The invitation is rejected. * Expired: The invitation expires.
public GetHandshakeResponseBody.Handshake.Builder targetEntity(String targetEntity)
public GetHandshakeResponseBody.Handshake.Builder targetType(String targetType)
* Account: indicates the ID of the account. * Email: indicates the logon email address of the account.
public GetHandshakeResponseBody.Handshake build()
Copyright © 2023. All rights reserved.