public static interface Invitation.Builder extends SdkPojo, CopyableBuilder<Invitation.Builder,Invitation>
| Modifier and Type | Method and Description |
|---|---|
Invitation.Builder |
accountId(String accountId)
The ID of the account from which the invitations was sent.
|
Invitation.Builder |
invitationId(String invitationId)
The ID of the invitation.
|
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)
The ID of the account from which the invitations was sent.
accountId - The ID of the account from which the invitations was sent.Invitation.Builder invitationId(String invitationId)
The ID of the invitation. This value is used to validate the inviter account to the member account.
invitationId - The ID of the invitation. 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 sent.Copyright © 2019. All rights reserved.