Package com.confidentify.client.model
Class ConfidentifyUserUpdateRequest
- java.lang.Object
-
- com.confidentify.client.model.ConfidentifyUserUpdateRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class ConfidentifyUserUpdateRequest extends Object
ConfidentifyUserUpdateRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EMAILstatic StringSERIALIZED_NAME_IMAGE_URLstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PASSWORD
-
Constructor Summary
Constructors Constructor Description ConfidentifyUserUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfidentifyUserUpdateRequestemail(String email)booleanequals(Object o)StringgetEmail()The user's emailStringgetImageUrl()The user's profile imageStringgetName()The user's nameStringgetPassword()A new password for the userinthashCode()ConfidentifyUserUpdateRequestimageUrl(String imageUrl)ConfidentifyUserUpdateRequestname(String name)ConfidentifyUserUpdateRequestpassword(String password)voidsetEmail(String email)voidsetImageUrl(String imageUrl)voidsetName(String name)voidsetPassword(String password)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMAGE_URL
public static final String SERIALIZED_NAME_IMAGE_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMAIL
public static final String SERIALIZED_NAME_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PASSWORD
public static final String SERIALIZED_NAME_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public ConfidentifyUserUpdateRequest name(String name)
-
setName
public void setName(String name)
-
imageUrl
public ConfidentifyUserUpdateRequest imageUrl(String imageUrl)
-
setImageUrl
public void setImageUrl(String imageUrl)
-
email
public ConfidentifyUserUpdateRequest email(String email)
-
setEmail
public void setEmail(String email)
-
password
public ConfidentifyUserUpdateRequest password(String password)
-
setPassword
public void setPassword(String password)
-
-