Class Name
java.lang.Object
org.gluu.oxtrust.model.scim2.user.Name
A class that represents the components of a user's name. See section 4.1.1 of RFC 7643.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFrom this Name instance, it builds a string depicting a full name including all middle names, titles, and suffixes as appropriate for display if theformattedfield of this object is null or emptyvoidsetFamilyName(String familyName) voidsetFormatted(String formatted) voidsetGivenName(String givenName) voidsetHonorificPrefix(String honorificPrefix) voidsetHonorificSuffix(String honorificSuffix) voidsetMiddleName(String middleName)
-
Constructor Details
-
Name
public Name()
-
-
Method Details
-
computeFormattedName
From this Name instance, it builds a string depicting a full name including all middle names, titles, and suffixes as appropriate for display if theformattedfield of this object is null or empty- Returns:
- A string representing a full name. The formatted field will be set to this value
-
getFormatted
-
setFormatted
-
getFamilyName
-
setFamilyName
-
getGivenName
-
setGivenName
-
getMiddleName
-
setMiddleName
-
getHonorificPrefix
-
setHonorificPrefix
-
getHonorificSuffix
-
setHonorificSuffix
-