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()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()
-
builder
final static Logo.Builder builder()
Returns a mutable builder for constructing an instance of Logo.
-
-
-
-