Package com.courier.models.brands
Class Icons
-
- All Implemented Interfaces:
public final class Icons
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIcons.BuilderA builder for Icons.
-
Method Summary
Modifier and Type Method Description final Optional<String>bell()final Optional<String>message()final JsonField<String>_bell()Returns the raw JSON value of bell. final JsonField<String>_message()Returns the raw JSON value of message. final Map<String, JsonValue>_additionalProperties()final Icons.BuildertoBuilder()final Iconsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Icons.Builderbuilder()Returns a mutable builder for constructing an instance of Icons. -
-
Method Detail
-
_bell
final JsonField<String> _bell()
Returns the raw JSON value of bell.
Unlike bell, this method doesn't throw if the JSON field has an unexpected type.
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Icons.Builder toBuilder()
-
builder
final static Icons.Builder builder()
Returns a mutable builder for constructing an instance of Icons.
-
-
-
-