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()Validates that the types of all values in this object match their expected types recursively. 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()
-
validate
final Icons 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 Icons.Builder builder()
Returns a mutable builder for constructing an instance of Icons.
-
-
-
-