Class AddSpaceCollaboratorRequestBody
java.lang.Object
com.data_intuitive.lamin_api_client_java.model.AddSpaceCollaboratorRequestBody
@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 AddSpaceCollaboratorRequestBody
extends Object
AddSpaceCollaboratorRequestBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets role -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of AddSpaceCollaboratorRequestBody given an JSON stringGet accountIdgetRole()Get roleGet teamIdinthashCode()voidsetAccountId(UUID accountId) voidvoidtoJson()Convert an instance of AddSpaceCollaboratorRequestBody 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_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_TEAM_ID
- See Also:
-
SERIALIZED_NAME_ROLE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AddSpaceCollaboratorRequestBody
public AddSpaceCollaboratorRequestBody()
-
-
Method Details
-
accountId
-
getAccountId
Get accountId- Returns:
- accountId
-
setAccountId
-
teamId
-
getTeamId
Get teamId- Returns:
- teamId
-
setTeamId
-
role
public AddSpaceCollaboratorRequestBody role(@Nullable AddSpaceCollaboratorRequestBody.RoleEnum role) -
getRole
Get role- Returns:
- role
-
setRole
-
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 AddSpaceCollaboratorRequestBody
-
fromJson
Create an instance of AddSpaceCollaboratorRequestBody given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AddSpaceCollaboratorRequestBody
- Throws:
IOException- if the JSON string is invalid with respect to AddSpaceCollaboratorRequestBody
-
toJson
Convert an instance of AddSpaceCollaboratorRequestBody to an JSON string- Returns:
- JSON string
-