-
public final class PhoneNumberProjectionPhone number projection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPhoneNumberProjection.PhoneCountryValues: uS,gB
-
Field Summary
Fields Modifier and Type Field Description private final UUIDidprivate final UUIDuserIdprivate final StringphoneNumberprivate final PhoneNumberProjection.PhoneCountryphoneCountryprivate final OffsetDateTimecreatedAt
-
Constructor Summary
Constructors Constructor Description PhoneNumberProjection(UUID id, UUID userId, String phoneNumber, PhoneNumberProjection.PhoneCountry phoneCountry, OffsetDateTime createdAt)
-
Method Summary
Modifier and Type Method Description final UUIDgetId()final UUIDgetUserId()final StringgetPhoneNumber()final PhoneNumberProjection.PhoneCountrygetPhoneCountry()final OffsetDateTimegetCreatedAt()-
-
Constructor Detail
-
PhoneNumberProjection
PhoneNumberProjection(UUID id, UUID userId, String phoneNumber, PhoneNumberProjection.PhoneCountry phoneCountry, OffsetDateTime createdAt)
-
-
Method Detail
-
getPhoneNumber
final String getPhoneNumber()
-
getPhoneCountry
final PhoneNumberProjection.PhoneCountry getPhoneCountry()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
-
-
-