Class SensorQueryParams.Body
-
- All Implemented Interfaces:
public final class SensorQueryParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorQueryParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SensorQueryParams.Body.Builder toBuilder()
-
validate
final SensorQueryParams.Body validate()
-
builder
final static SensorQueryParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-