Package com.zitadel.model
Class UserServiceUpdateHumanUserRequest
java.lang.Object
com.zitadel.model.UserServiceUpdateHumanUserRequest
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class UserServiceUpdateHumanUserRequest
extends Object
UserServiceUpdateHumanUserRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemail(UserServiceSetHumanEmail email) booleangetEmail()Get emailGet passwordgetPhone()Get phoneGet profileGet userIdGet usernameorg.openapitools.jackson.nullable.JsonNullable<String>inthashCode()password(UserServiceSetPassword password) phone(UserServiceSetHumanPhone phone) profile(UserServiceSetHumanProfile profile) voidsetEmail(UserServiceSetHumanEmail email) voidsetPassword(UserServiceSetPassword password) voidsetPhone(UserServiceSetHumanPhone phone) voidsetProfile(UserServiceSetHumanProfile profile) voidvoidsetUsername(String username) voidsetUsername_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> username) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USER_ID
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_PHONE
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
-
Constructor Details
-
UserServiceUpdateHumanUserRequest
public UserServiceUpdateHumanUserRequest()
-
-
Method Details
-
userId
-
getUserId
Get userId- Returns:
- userId
-
setUserId
-
username
-
getUsername
Get username- Returns:
- username
-
getUsername_JsonNullable
-
setUsername_JsonNullable
public void setUsername_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> username) -
setUsername
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
email
-
getEmail
Get email- Returns:
-
setEmail
-
phone
-
getPhone
Get phone- Returns:
- phone
-
setPhone
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-