Class PostUserIdpModel
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.model.PostUserIdpModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-03T21:11:44.334325Z[Etc/UTC]") public class PostUserIdpModel extends Object
PostUserIdpModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EMAIL
-
Constructor Summary
Constructors Constructor Description PostUserIdpModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostUserIdpModelemail(String email)booleanequals(Object o)StringgetEmail()The email address associated with the user.inthashCode()voidsetEmail(String email)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_EMAIL
- See Also:
- Constant Field Values
-
-
Method Detail
-
email
public PostUserIdpModel email(String email)
-
getEmail
@Nonnull public String getEmail()
The email address associated with the user.- Returns:
-
setEmail
public void setEmail(String email)
-
-