-
public final class UserInfoDto
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUserInfoDto.AccountStateValues: fROZEN,aCTIVE
public enumUserInfoDto.AccountTypeValues: sOLO,cHILDSOLO,cHILDTEAM
public enumUserInfoDto.SubscriptionTypeValues: pROMONTHLY,sTARTER,tEAM,eNTERPRISE
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final StringemailAddressprivate final UserInfoDto.AccountStateaccountStateprivate final UserInfoDto.AccountTypeaccountTypeprivate final OffsetDateTimecreatedAtprivate final UserInfoDto.SubscriptionTypesubscriptionType
-
Constructor Summary
Constructors Constructor Description UserInfoDto(UUID id, String emailAddress, UserInfoDto.AccountState accountState, UserInfoDto.AccountType accountType, OffsetDateTime createdAt, UserInfoDto.SubscriptionType subscriptionType)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final StringgetEmailAddress()final UserInfoDto.AccountStategetAccountState()final UserInfoDto.AccountTypegetAccountType()final OffsetDateTimegetCreatedAt()final UserInfoDto.SubscriptionTypegetSubscriptionType()-
-
Constructor Detail
-
UserInfoDto
UserInfoDto(UUID id, String emailAddress, UserInfoDto.AccountState accountState, UserInfoDto.AccountType accountType, OffsetDateTime createdAt, UserInfoDto.SubscriptionType subscriptionType)
-
-
Method Detail
-
getEmailAddress
final String getEmailAddress()
-
getAccountState
final UserInfoDto.AccountState getAccountState()
-
getAccountType
final UserInfoDto.AccountType getAccountType()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getSubscriptionType
final UserInfoDto.SubscriptionType getSubscriptionType()
-
-
-
-