Class AttachSpaceToRecordRequestBody
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.AttachSpaceToRecordRequestBody
@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 AttachSpaceToRecordRequestBody
extends Object
AttachSpaceToRecordRequestBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of AttachSpaceToRecordRequestBody given an JSON stringGet modelNameGet moduleNameGet recordIdinthashCode()moduleName(String moduleName) voidsetModelName(String modelName) voidsetModuleName(String moduleName) voidsetRecordId(Integer recordId) toJson()Convert an instance of AttachSpaceToRecordRequestBody 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_MODULE_NAME
- See Also:
-
SERIALIZED_NAME_MODEL_NAME
- See Also:
-
SERIALIZED_NAME_RECORD_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AttachSpaceToRecordRequestBody
public AttachSpaceToRecordRequestBody()
-
-
Method Details
-
moduleName
-
getModuleName
Get moduleName- Returns:
- moduleName
-
setModuleName
-
modelName
-
getModelName
Get modelName- Returns:
- modelName
-
setModelName
-
recordId
-
getRecordId
Get recordId- Returns:
- recordId
-
setRecordId
-
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 AttachSpaceToRecordRequestBody
-
fromJson
Create an instance of AttachSpaceToRecordRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AttachSpaceToRecordRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to AttachSpaceToRecordRequestBody
-
toJson
Convert an instance of AttachSpaceToRecordRequestBody to an JSON string- Returns:
- JSON string
-