Class GetRecordRequestBody
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.GetRecordRequestBody
@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 GetRecordRequestBody
extends Object
GetRecordRequestBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSelectItem(String selectItem) booleanstatic GetRecordRequestBodyCreate an instance of GetRecordRequestBody given an JSON stringGet selectinthashCode()voidtoJson()Convert an instance of GetRecordRequestBody 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
GetRecordRequestBody
public GetRecordRequestBody()
-
-
Method Details
-
select
-
addSelectItem
-
getSelect
Get select- Returns:
- select
-
setSelect
-
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 GetRecordRequestBody
-
fromJson
Create an instance of GetRecordRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetRecordRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to GetRecordRequestBody
-
toJson
Convert an instance of GetRecordRequestBody to an JSON string- Returns:
- JSON string
-