Class UserIdpModel
- java.lang.Object
-
- app.cybrid.cybrid_api_id.client.model.UserIdpModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-20T02:31:29.249362Z[Etc/UTC]") public class UserIdpModel extends Object
UserIdpModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_EMAILstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_UPDATED_ATstatic StringJSON_PROPERTY_USERNAME
-
Constructor Summary
Constructors Constructor Description UserIdpModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserIdpModelcreatedAt(OffsetDateTime createdAt)UserIdpModelemail(String email)booleanequals(Object o)OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetEmail()The user's email address.StringgetGuid()Auto-generated unique identifier for the user.OffsetDateTimegetUpdatedAt()ISO8601 datetime the record was last updated at.StringgetUsername()The user's username.UserIdpModelguid(String guid)inthashCode()voidsetCreatedAt(OffsetDateTime createdAt)voidsetEmail(String email)voidsetGuid(String guid)voidsetUpdatedAt(OffsetDateTime updatedAt)voidsetUsername(String username)StringtoString()UserIdpModelupdatedAt(OffsetDateTime updatedAt)UserIdpModelusername(String username)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_EMAIL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public UserIdpModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the user.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
username
public UserIdpModel username(String username)
-
setUsername
public void setUsername(String username)
-
email
public UserIdpModel email(String email)
-
setEmail
public void setEmail(String email)
-
createdAt
public UserIdpModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public UserIdpModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
-