public static interface Member.Builder extends SdkPojo, CopyableBuilder<Member.Builder,Member>
| Modifier and Type | Method and Description |
|---|---|
Member.Builder |
accountId(String accountId)
The ID of the member account.
|
Member.Builder |
administratorId(String administratorId)
The administrator account ID.
|
Member.Builder |
detectorId(String detectorId)
The detector ID of the member account.
|
Member.Builder |
email(String email)
The email address of the member account.
|
Member.Builder |
invitedAt(String invitedAt)
The timestamp when the invitation was sent.
|
Member.Builder |
masterId(String masterId)
The administrator account ID.
|
Member.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
|
Member.Builder |
updatedAt(String updatedAt)
The last-updated timestamp of the member.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMember.Builder accountId(String accountId)
The ID of the member account.
accountId - The ID of the member account.Member.Builder detectorId(String detectorId)
The detector ID of the member account.
detectorId - The detector ID of the member account.Member.Builder masterId(String masterId)
The administrator account ID.
masterId - The administrator account ID.Member.Builder email(String email)
The email address of the member account.
email - The email address of the member account.Member.Builder relationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
relationshipStatus - The status of the relationship between the member and the administrator.Member.Builder invitedAt(String invitedAt)
The timestamp when the invitation was sent.
invitedAt - The timestamp when the invitation was sent.Member.Builder updatedAt(String updatedAt)
The last-updated timestamp of the member.
updatedAt - The last-updated timestamp of the member.Member.Builder administratorId(String administratorId)
The administrator account ID.
administratorId - The administrator account ID.Copyright © 2023. All rights reserved.