Class GetValuesRequestBody
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.GetValuesRequestBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-04-02T16:48:06.839484276+02:00[Europe/Brussels]",
comments="Generator version: 7.12.0")
public class GetValuesRequestBody
extends Object
GetValuesRequestBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrderByItem(OrderByColumn orderByItem) booleanstatic GetValuesRequestBodyCreate an instance of GetValuesRequestBody given an JSON stringGet filterGet orderByGet searchinthashCode()orderBy(List<OrderByColumn> orderBy) putFilterItem(String key, Object filterItem) voidvoidsetOrderBy(List<OrderByColumn> orderBy) voidtoJson()Convert an instance of GetValuesRequestBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_FILTER
- See Also:
-
SERIALIZED_NAME_ORDER_BY
- See Also:
-
SERIALIZED_NAME_SEARCH
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetValuesRequestBody
public GetValuesRequestBody()
-
-
Method Details
-
filter
-
putFilterItem
-
getFilter
Get filter- Returns:
- filter
-
setFilter
-
orderBy
-
addOrderByItem
-
getOrderBy
Get orderBy- Returns:
- orderBy
-
setOrderBy
-
search
-
getSearch
Get search- Returns:
- search
-
setSearch
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to GetValuesRequestBody
-
fromJson
Create an instance of GetValuesRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetValuesRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to GetValuesRequestBody
-
toJson
Convert an instance of GetValuesRequestBody to an JSON string- Returns:
- JSON string
-