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