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