public static final class CancelHandshakeResponseBody.Handshake.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public CancelHandshakeResponseBody.Handshake.Builder createTime(String createTime)
public CancelHandshakeResponseBody.Handshake.Builder expireTime(String expireTime)
public CancelHandshakeResponseBody.Handshake.Builder handshakeId(String handshakeId)
public CancelHandshakeResponseBody.Handshake.Builder masterAccountId(String masterAccountId)
public CancelHandshakeResponseBody.Handshake.Builder masterAccountName(String masterAccountName)
public CancelHandshakeResponseBody.Handshake.Builder modifyTime(String modifyTime)
public CancelHandshakeResponseBody.Handshake.Builder note(String note)
public CancelHandshakeResponseBody.Handshake.Builder resourceDirectoryId(String resourceDirectoryId)
public CancelHandshakeResponseBody.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 CancelHandshakeResponseBody.Handshake.Builder targetEntity(String targetEntity)
public CancelHandshakeResponseBody.Handshake.Builder targetType(String targetType)
* Account: indicates the ID of the account. * Email: indicates the logon email address of the account.
public CancelHandshakeResponseBody.Handshake build()
Copyright © 2023. All rights reserved.