Class GetRecordsRequestBody
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.GetRecordsRequestBody
@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 GetRecordsRequestBody
extends Object
GetRecordsRequestBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrderByItem(OrderByColumn orderByItem) addSelectItem(String selectItem) booleanstatic GetRecordsRequestBodyCreate an instance of GetRecordsRequestBody given an JSON stringGet filterGet orderByGet searchGet selectinthashCode()orderBy(List<OrderByColumn> orderBy) putFilterItem(String key, Object filterItem) voidvoidsetOrderBy(List<OrderByColumn> orderBy) voidvoidtoJson()Convert an instance of GetRecordsRequestBody 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_SELECT
- See Also:
-
SERIALIZED_NAME_FILTER
- See Also:
-
SERIALIZED_NAME_ORDER_BY
- See Also:
-
SERIALIZED_NAME_SEARCH
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetRecordsRequestBody
public GetRecordsRequestBody()
-
-
Method Details
-
select
-
addSelectItem
-
getSelect
Get select- Returns:
- select
-
setSelect
-
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 GetRecordsRequestBody
-
fromJson
Create an instance of GetRecordsRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetRecordsRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to GetRecordsRequestBody
-
toJson
Convert an instance of GetRecordsRequestBody to an JSON string- Returns:
- JSON string
-