Class SensorQueryParams
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.core.Params
public final class SensorQueryParams implements Params
Query Sensors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorQueryParams.BuilderA builder for SensorQueryParams.
public final classSensorQueryParams.Bodypublic final classSensorQueryParams.Filterpublic final classSensorQueryParams.OrderDir
-
Method Summary
Modifier and Type Method Description final Optional<String>xCorrelationId()final Optional<SensorQueryParams.Filter>filter()final Optional<String>orderBy()final Optional<SensorQueryParams.OrderDir>orderDir()final Optional<Long>pageNumber()final Optional<Long>pageSize()final JsonField<SensorQueryParams.Filter>_filter()Returns the raw JSON value of filter. final JsonField<String>_orderBy()Returns the raw JSON value of orderBy. final JsonField<SensorQueryParams.OrderDir>_orderDir()Returns the raw JSON value of orderDir. final JsonField<Long>_pageNumber()Returns the raw JSON value of pageNumber. final JsonField<Long>_pageSize()Returns the raw JSON value of pageSize. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final SensorQueryParams.BuildertoBuilder()final SensorQueryParams.Body_body()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 SensorQueryParamsnone()final static SensorQueryParams.Builderbuilder()Returns a mutable builder for constructing an instance of SensorQueryParams. -
-
Method Detail
-
xCorrelationId
final Optional<String> xCorrelationId()
-
filter
final Optional<SensorQueryParams.Filter> filter()
-
orderDir
final Optional<SensorQueryParams.OrderDir> orderDir()
-
pageNumber
final Optional<Long> pageNumber()
-
_filter
final JsonField<SensorQueryParams.Filter> _filter()
Returns the raw JSON value of filter.
Unlike filter, this method doesn't throw if the JSON field has an unexpected type.
-
_orderBy
final JsonField<String> _orderBy()
Returns the raw JSON value of orderBy.
Unlike orderBy, this method doesn't throw if the JSON field has an unexpected type.
-
_orderDir
final JsonField<SensorQueryParams.OrderDir> _orderDir()
Returns the raw JSON value of orderDir.
Unlike orderDir, this method doesn't throw if the JSON field has an unexpected type.
-
_pageNumber
final JsonField<Long> _pageNumber()
Returns the raw JSON value of pageNumber.
Unlike pageNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_pageSize
final JsonField<Long> _pageSize()
Returns the raw JSON value of pageSize.
Unlike pageSize, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_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 SensorQueryParams.Builder toBuilder()
-
_body
final SensorQueryParams.Body _body()
-
_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 SensorQueryParams none()
-
builder
final static SensorQueryParams.Builder builder()
Returns a mutable builder for constructing an instance of SensorQueryParams.
-
-
-
-