Class UpdateUser
java.lang.Object
com.boldsign.model.UpdateUser
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class UpdateUser
extends Object
UpdateUser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets userRolestatic enumGets or Sets userStatus -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UpdateUserCreate an instance of UpdateUser given an JSON stringGet toUserIdGet userIdGet userRoleGet userStatusinthashCode()voidsetToUserId(String toUserId) voidvoidsetUserRole(UpdateUser.UserRoleEnum userRole) voidsetUserStatus(UpdateUser.UserStatusEnum userStatus) toJson()Convert an instance of UpdateUser to an JSON stringtoString()userRole(UpdateUser.UserRoleEnum userRole) userStatus(UpdateUser.UserStatusEnum userStatus) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_USER_ID
- See Also:
-
SERIALIZED_NAME_USER_ROLE
- See Also:
-
SERIALIZED_NAME_USER_STATUS
- See Also:
-
SERIALIZED_NAME_TO_USER_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateUser
public UpdateUser()
-
-
Method Details
-
userId
-
getUserId
-
setUserId
-
userRole
-
getUserRole
-
setUserRole
-
userStatus
-
getUserStatus
-
setUserStatus
-
toUserId
-
getToUserId
-
setToUserId
-
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 UpdateUser
-
fromJson
Create an instance of UpdateUser given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of UpdateUser
- Throws:
IOException- if the JSON string is invalid with respect to UpdateUser
-
toJson
-