Package com.courier.models
Class Recipient.Preferences.Notifications
-
- All Implemented Interfaces:
public final class Recipient.Preferences.Notifications
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRecipient.Preferences.Notifications.BuilderA builder for Notifications.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final Recipient.Preferences.Notifications.BuildertoBuilder()final Recipient.Preferences.Notificationsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Recipient.Preferences.Notifications.Builderbuilder()Returns a mutable builder for constructing an instance of Notifications. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Recipient.Preferences.Notifications.Builder toBuilder()
-
validate
final Recipient.Preferences.Notifications validate()
-
builder
final static Recipient.Preferences.Notifications.Builder builder()
Returns a mutable builder for constructing an instance of Notifications.
-
-
-
-