Package com.courier.models.notifications
Class NotificationTemplatePayload.Brand
-
- All Implemented Interfaces:
public final class NotificationTemplatePayload.BrandBrand reference, or null for no brand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationTemplatePayload.Brand.BuilderA builder for Brand.
-
Method Summary
Modifier and Type Method Description final Stringid()final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final NotificationTemplatePayload.Brand.BuildertoBuilder()final NotificationTemplatePayload.Brandvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationTemplatePayload.Brand.Builderbuilder()Returns a mutable builder for constructing an instance of Brand. -
-
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 NotificationTemplatePayload.Brand.Builder toBuilder()
-
validate
final NotificationTemplatePayload.Brand validate()
-
builder
final static NotificationTemplatePayload.Brand.Builder builder()
Returns a mutable builder for constructing an instance of Brand.
The following fields are required:
.id()
-
-
-
-