Uses of Enum
com.github.jamesnetherton.zulip.client.api.server.RealmNameInNotificationsPolicy
Packages that use RealmNameInNotificationsPolicy
Package
Description
-
Uses of RealmNameInNotificationsPolicy in com.github.jamesnetherton.zulip.client.api.server
Methods in com.github.jamesnetherton.zulip.client.api.server that return RealmNameInNotificationsPolicyModifier and TypeMethodDescriptionRealmNameInNotificationsPolicy.fromInt(int notificationsPolicy) Returns the enum constant of this type with the specified name.static RealmNameInNotificationsPolicy[]RealmNameInNotificationsPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RealmNameInNotificationsPolicy in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type RealmNameInNotificationsPolicyModifier and TypeMethodDescriptionUpdateRealmNewUserDefaultSettingsApiRequest.withRealmNameInEmailNotifications(RealmNameInNotificationsPolicy policy) Sets whether to include the organization name in the subject of message notification emails. -
Uses of RealmNameInNotificationsPolicy in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type RealmNameInNotificationsPolicyModifier and TypeMethodDescriptionUpdateOwnUserSettingsApiRequest.withRealmNameInEmailNotifications(RealmNameInNotificationsPolicy policy) Sets whether to include the organization name in the subject of message notification emails.