Package com.courier.models.notifications
Class NotificationGetContent.Block.Content.NotificationContentHierarchy
-
- All Implemented Interfaces:
public final class NotificationGetContent.Block.Content.NotificationContentHierarchy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationGetContent.Block.Content.NotificationContentHierarchy.BuilderA builder for NotificationContentHierarchy.
-
Method Summary
Modifier and Type Method Description final Optional<String>children()final Optional<String>parent()final JsonField<String>_children()Returns the raw JSON value of children. final JsonField<String>_parent()Returns the raw JSON value of parent. final Map<String, JsonValue>_additionalProperties()final NotificationGetContent.Block.Content.NotificationContentHierarchy.BuildertoBuilder()final NotificationGetContent.Block.Content.NotificationContentHierarchyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationGetContent.Block.Content.NotificationContentHierarchy.Builderbuilder()Returns a mutable builder for constructing an instance of NotificationContentHierarchy. -
-
Method Detail
-
_children
final JsonField<String> _children()
Returns the raw JSON value of children.
Unlike children, this method doesn't throw if the JSON field has an unexpected type.
-
_parent
final JsonField<String> _parent()
Returns the raw JSON value of parent.
Unlike parent, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final NotificationGetContent.Block.Content.NotificationContentHierarchy.Builder toBuilder()
-
validate
final NotificationGetContent.Block.Content.NotificationContentHierarchy validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static NotificationGetContent.Block.Content.NotificationContentHierarchy.Builder builder()
Returns a mutable builder for constructing an instance of NotificationContentHierarchy.
-
-
-
-