Class UserPrivacyDto
java.lang.Object
org.springframework.hateoas.RepresentationModel<UserPrivacyDto>
tv.hd3g.authkit.mod.dto.ressource.UserPrivacyDto
In and Out DTO
-
Constructor Summary
ConstructorsConstructorDescriptionUserPrivacyDto(ExternalAuthUserDto importFromLDAP) UserPrivacyDto(Userprivacy user, Function<byte[], String> unCipher) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()getLang()getName()getPhone()inthashCode()voidmergue(Userprivacy user, Function<String, byte[]> cipher) voidsetAddress(String address) voidsetCompany(String company) voidsetCountry(String country) voidvoidvoidvoidvoidsetPostalcode(String postalcode) Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
UserPrivacyDto
public UserPrivacyDto() -
UserPrivacyDto
-
UserPrivacyDto
-
-
Method Details
-
mergue
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.springframework.hateoas.RepresentationModel<UserPrivacyDto>
-
equals
- Overrides:
equalsin classorg.springframework.hateoas.RepresentationModel<UserPrivacyDto>
-
getCreated
-
getUserUUID
-
getName
-
getAddress
-
getPostalcode
-
getCountry
-
getLang
-
getEmail
-
getCompany
-
getPhone
-
setName
-
setAddress
-
setPostalcode
-
setCountry
-
setLang
-
setEmail
-
setCompany
-
setPhone
-