Class CreateUser
java.lang.Object
com.boldsign.model.CreateUser
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CreateUser
extends Object
CreateUser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets userRole -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CreateUserCreate an instance of CreateUser given an JSON stringGet emailIdGet metaDataGet teamIdGet userRoleinthashCode()putMetaDataItem(String key, String metaDataItem) voidsetEmailId(String emailId) voidsetMetaData(Map<String, String> metaData) voidvoidsetUserRole(CreateUser.UserRoleEnum userRole) toJson()Convert an instance of CreateUser to an JSON stringtoString()userRole(CreateUser.UserRoleEnum userRole) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_EMAIL_ID
- See Also:
-
SERIALIZED_NAME_TEAM_ID
- See Also:
-
SERIALIZED_NAME_USER_ROLE
- See Also:
-
SERIALIZED_NAME_META_DATA
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CreateUser
public CreateUser()
-
-
Method Details
-
emailId
-
getEmailId
-
setEmailId
-
teamId
-
getTeamId
-
setTeamId
-
userRole
-
getUserRole
-
setUserRole
-
metaData
-
putMetaDataItem
-
getMetaData
-
setMetaData
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
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 CreateUser
-
fromJson
Create an instance of CreateUser given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateUser
- Throws:
IOException- if the JSON string is invalid with respect to CreateUser
-
toJson
-