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