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