Package com.courier.models.brands
Class Logo
-
- All Implemented Interfaces:
public final class Logo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLogo.BuilderA builder for Logo.
-
Method Summary
Modifier and Type Method Description final Optional<String>href()final Optional<String>image()final JsonField<String>_href()Returns the raw JSON value of href. final JsonField<String>_image()Returns the raw JSON value of image. final Map<String, JsonValue>_additionalProperties()final Logo.BuildertoBuilder()final Logovalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Logo.Builderbuilder()Returns a mutable builder for constructing an instance of Logo. -
-
Method Detail
-
_href
final JsonField<String> _href()
Returns the raw JSON value of href.
Unlike href, this method doesn't throw if the JSON field has an unexpected type.
-
_image
final JsonField<String> _image()
Returns the raw JSON value of image.
Unlike image, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Logo.Builder toBuilder()
-
validate
final Logo 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 Logo.Builder builder()
Returns a mutable builder for constructing an instance of Logo.
-
-
-
-