Class CreateSpaceRequestBody
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.CreateSpaceRequestBody
@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 CreateSpaceRequestBody
extends Object
CreateSpaceRequestBody
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanstatic CreateSpaceRequestBodyCreate an instance of CreateSpaceRequestBody given an JSON stringGet descriptiongetName()Get nameGet organizationIdinthashCode()organizationId(UUID organizationId) voidsetDescription(String description) voidvoidsetOrganizationId(UUID organizationId) toJson()Convert an instance of CreateSpaceRequestBody 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_NAME
- See Also:
-
SERIALIZED_NAME_ORGANIZATION_ID
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CreateSpaceRequestBody
public CreateSpaceRequestBody()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
organizationId
-
getOrganizationId
Get organizationId- Returns:
- organizationId
-
setOrganizationId
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
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 CreateSpaceRequestBody
-
fromJson
Create an instance of CreateSpaceRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateSpaceRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to CreateSpaceRequestBody
-
toJson
Convert an instance of CreateSpaceRequestBody to an JSON string- Returns:
- JSON string
-