Package com.courier.models.brands
Class BrandListResponse
-
- All Implemented Interfaces:
public final class BrandListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBrandListResponse.BuilderA builder for BrandListResponse.
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<Brand>results()final JsonField<Paging>_paging()Returns the raw JSON value of paging. final JsonField<List<Brand>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final BrandListResponse.BuildertoBuilder()final BrandListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BrandListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BrandListResponse. -
-
Method Detail
-
_paging
final JsonField<Paging> _paging()
Returns the raw JSON value of paging.
Unlike paging, this method doesn't throw if the JSON field has an unexpected type.
-
_results
final JsonField<List<Brand>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BrandListResponse.Builder toBuilder()
-
validate
final BrandListResponse validate()
-
builder
final static BrandListResponse.Builder builder()
Returns a mutable builder for constructing an instance of BrandListResponse.
The following fields are required:
.paging() .results()
-
-
-
-