Package com.courier.models.notifications
Class NotificationTemplateMutationResponse.Notification
-
- All Implemented Interfaces:
public final class NotificationTemplateMutationResponse.Notification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationTemplateMutationResponse.Notification.BuilderA builder for Notification.
-
Method Summary
Modifier and Type Method Description final Stringid()The ID of the created or updated template. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final NotificationTemplateMutationResponse.Notification.BuildertoBuilder()final NotificationTemplateMutationResponse.Notificationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationTemplateMutationResponse.Notification.Builderbuilder()Returns a mutable builder for constructing an instance of Notification. -
-
Method Detail
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationTemplateMutationResponse.Notification.Builder toBuilder()
-
validate
final NotificationTemplateMutationResponse.Notification validate()
-
builder
final static NotificationTemplateMutationResponse.Notification.Builder builder()
Returns a mutable builder for constructing an instance of Notification.
The following fields are required:
.id()
-
-
-
-