Package com.confidentify.client.model
Class ConfidentifyUserResponse
- java.lang.Object
-
- com.confidentify.client.model.ConfidentifyUserResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class ConfidentifyUserResponse extends Object
ConfidentifyUserResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCOUNT_IDstatic StringSERIALIZED_NAME_EMAILstatic StringSERIALIZED_NAME_IMAGE_URLstatic StringSERIALIZED_NAME_LOGIN_ATstatic StringSERIALIZED_NAME_LOGIN_COUNTstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_USERNAME
-
Constructor Summary
Constructors Constructor Description ConfidentifyUserResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_USERNAME
public static final String SERIALIZED_NAME_USERNAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_ACCOUNT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGIN_COUNT
public static final String SERIALIZED_NAME_LOGIN_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOGIN_AT
public static final String SERIALIZED_NAME_LOGIN_AT
- See Also:
- Constant Field Values
-
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
-
-
Method Detail
-
username
public ConfidentifyUserResponse username(String username)
-
setUsername
public void setUsername(String username)
-
accountId
public ConfidentifyUserResponse accountId(String accountId)
-
setAccountId
public void setAccountId(String accountId)
-
loginCount
public ConfidentifyUserResponse loginCount(Integer loginCount)
-
getLoginCount
@Nullable public Integer getLoginCount()
A running approximate count of how many times the user has logged in.- Returns:
- loginCount
-
setLoginCount
public void setLoginCount(Integer loginCount)
-
loginAt
public ConfidentifyUserResponse loginAt(OffsetDateTime loginAt)
-
getLoginAt
@Nullable public OffsetDateTime getLoginAt()
The time of the user's last login- Returns:
- loginAt
-
setLoginAt
public void setLoginAt(OffsetDateTime loginAt)
-
name
public ConfidentifyUserResponse name(String name)
-
setName
public void setName(String name)
-
imageUrl
public ConfidentifyUserResponse imageUrl(String imageUrl)
-
setImageUrl
public void setImageUrl(String imageUrl)
-
email
public ConfidentifyUserResponse email(String email)
-
setEmail
public void setEmail(String email)
-
-