public static interface Invitation.Builder extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
accountId(String accountId)
Inviter account ID
|
Invitation.Builder |
invitationId(String invitationId)
This value is used to validate the inviter account to the member account.
|
Invitation.Builder |
invitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
Invitation.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInvitation.Builder accountId(String accountId)
Inviter account ID
accountId - Inviter account IDInvitation.Builder invitationId(String invitationId)
This value is used to validate the inviter account to the member account.
invitationId - This value is used to validate the inviter account to the member account.Invitation.Builder relationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
relationshipStatus - The status of the relationship between the inviter and invitee accounts.Invitation.Builder invitedAt(String invitedAt)
Timestamp at which the invitation was sent
invitedAt - Timestamp at which the invitation was sentCopyright © 2019. All rights reserved.