Package com.courier.models.notifications
Class NotificationGetContent.Channel
-
- All Implemented Interfaces:
public final class NotificationGetContent.Channel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationGetContent.Channel.BuilderA builder for Channel.
public final classNotificationGetContent.Channel.Contentpublic final classNotificationGetContent.Channel.Locales
-
Method Summary
-
-
Method Detail
-
content
final Optional<NotificationGetContent.Channel.Content> content()
-
locales
final Optional<NotificationGetContent.Channel.Locales> locales()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_checksum
final JsonField<String> _checksum()
Returns the raw JSON value of checksum.
Unlike checksum, this method doesn't throw if the JSON field has an unexpected type.
-
_content
final JsonField<NotificationGetContent.Channel.Content> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_locales
final JsonField<NotificationGetContent.Channel.Locales> _locales()
Returns the raw JSON value of locales.
Unlike locales, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationGetContent.Channel.Builder toBuilder()
-
validate
final NotificationGetContent.Channel validate()
-
builder
final static NotificationGetContent.Channel.Builder builder()
Returns a mutable builder for constructing an instance of Channel.
The following fields are required:
.id()
-
-
-
-