Package com.courier.models.providers
Class ProviderListResponse
-
- All Implemented Interfaces:
public final class ProviderListResponsePaginated list of provider configurations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProviderListResponse.BuilderA builder for ProviderListResponse.
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<Provider>results()final JsonField<Paging>_paging()Returns the raw JSON value of paging. final JsonField<List<Provider>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final ProviderListResponse.BuildertoBuilder()final ProviderListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProviderListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ProviderListResponse. -
-
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<Provider>> _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 ProviderListResponse.Builder toBuilder()
-
validate
final ProviderListResponse 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 ProviderListResponse.Builder builder()
Returns a mutable builder for constructing an instance of ProviderListResponse.
The following fields are required:
.paging() .results()
-
-
-
-