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 that the invitation was sent from.
|
Invitation.Builder |
invitationId(String invitationId)
The ID of the invitation.
|
Invitation.Builder |
invitedAt(String invitedAt)
The timestamp when 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 that the invitation was sent from.
accountId - The ID of the account that the invitation was sent from.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)
The timestamp when the invitation was sent.
invitedAt - The timestamp when the invitation was sent.Copyright © 2023. All rights reserved.