Recipient.Builder |
Recipient.Builder.clearIgnoreUserPreferences() |
Clears the value of the 'ignore_user_preferences' field.
|
Recipient.Builder |
Recipient.Builder.clearOnlyAdmins() |
Clears the value of the 'only_admins' field.
|
static Recipient.Builder |
Recipient.newBuilder() |
Creates a new Recipient RecordBuilder.
|
static Recipient.Builder |
Recipient.newBuilder(Recipient other) |
Creates a new Recipient RecordBuilder by copying an existing Recipient instance.
|
static Recipient.Builder |
Recipient.newBuilder(Recipient.Builder other) |
Creates a new Recipient RecordBuilder by copying an existing Builder.
|
Recipient.Builder |
Recipient.Builder.setIgnoreUserPreferences(boolean value) |
Sets the value of the 'ignore_user_preferences' field.
|
Recipient.Builder |
Recipient.Builder.setOnlyAdmins(boolean value) |
Sets the value of the 'only_admins' field.
|