Uses of Class
org.openapitools.client.model.Range
-
Packages that use Range Package Description org.openapitools.client.model -
-
Uses of Range in org.openapitools.client.model
Methods in org.openapitools.client.model that return Range Modifier and Type Method Description static RangeRange. fromJson(String jsonString)Create an instance of Range given an JSON string@Valid RangeFieldCondition. getRange()Get rangeRangeRange. gt(Double gt)RangeRange. gte(Double gte)RangeRange. lt(Double lt)RangeRange. lte(Double lte)Methods in org.openapitools.client.model with parameters of type Range Modifier and Type Method Description FieldConditionFieldCondition. range(Range range)voidFieldCondition. setRange(Range range)
-