Class AlloyListParams
-
- All Implemented Interfaces:
-
com.dinari.api.core.Params
public final class AlloyListParams implements Params
Returns available
Alloyswith cursor-based pagination.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAlloyListParams.BuilderA builder for AlloyListParams.
public final classAlloyListParams.OrderSort order
-
Method Summary
Modifier and Type Method Description final Optional<Long>limit()Number of results to return final Optional<String>next()Cursor for next page final Optional<AlloyListParams.Order>order()Sort order final Optional<String>previous()Cursor for previous page final Optional<List<String>>symbols()If set, this endpoint will return Alloys that match the symbols specified final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final AlloyListParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static AlloyListParamsnone()final static AlloyListParams.Builderbuilder()Returns a mutable builder for constructing an instance of AlloyListParams. -
-
Method Detail
-
order
final Optional<AlloyListParams.Order> order()
Sort order
-
symbols
final Optional<List<String>> symbols()
If set, this endpoint will return Alloys that match the symbols specified
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final AlloyListParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static AlloyListParams none()
-
builder
final static AlloyListParams.Builder builder()
Returns a mutable builder for constructing an instance of AlloyListParams.
-
-
-
-