Class Recipient
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classRecipient.RecipientBuilderBase<T extends Recipient> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGroupsIgnore user preferencesOnly adminsgetUsers()UsersinthashCode()voidGroupsvoidsetIgnoreUserPreferences(Boolean ignoreUserPreferences) Ignore user preferencesvoidsetOnlyAdmins(Boolean onlyAdmins) Only adminsvoidUserstoString()
-
Constructor Details
-
Recipient
public Recipient()
-
-
Method Details
-
getOnlyAdmins
Only adminsSetting to true sends an email to the administrators of the account. Setting to false sends an email to all users of the account. Note that this does not ignore the user preferences.
-
setOnlyAdmins
Only adminsSetting to true sends an email to the administrators of the account. Setting to false sends an email to all users of the account. Note that this does not ignore the user preferences.
-
getIgnoreUserPreferences
Ignore user preferencesSetting to true ignores all the user preferences on this Recipient setting (It doesn't affect other configuration that an Administrator sets on their Notification settings). Setting to false (default) honors the user preferences.
-
setIgnoreUserPreferences
Ignore user preferencesSetting to true ignores all the user preferences on this Recipient setting (It doesn't affect other configuration that an Administrator sets on their Notification settings). Setting to false (default) honors the user preferences.
-
getUsers
UsersList of users to direct the notification to. Note that this does not ignore the user preferences.
-
setUsers
UsersList of users to direct the notification to. Note that this does not ignore the user preferences.
-
getGroups
GroupsList of group ids to direct the notification to. Note that this does not ignore the user preferences.
-
setGroups
GroupsList of group ids to direct the notification to. Note that this does not ignore the user preferences.
-
toString
-
hashCode
public int hashCode() -
equals
-