org.wso2.carbon.registry.social.api.people.userprofile.model
Interface Name
public interface Name
Nested Class Summary |
static class |
Name.Field
An enumeration of fields in the json name object. |
getFormatted
String getFormatted()
- Returns:
- the name, formatted.
setFormatted
void setFormatted(String formatted)
- set the name formatted.
- Parameters:
formatted
- the name, formatted.
getAdditionalName
String getAdditionalName()
- Returns:
- get the additional name.
setAdditionalName
void setAdditionalName(String additionalName)
- Parameters:
additionalName
- set the additional name.
getFamilyName
String getFamilyName()
- Returns:
- the family name.
setFamilyName
void setFamilyName(String familyName)
- Parameters:
familyName
- the family name being set.
getGivenName
String getGivenName()
- Returns:
- the given name.
setGivenName
void setGivenName(String givenName)
- Parameters:
givenName
- the given name to be set.
getHonorificPrefix
String getHonorificPrefix()
- Returns:
- the honorific prefix.
setHonorificPrefix
void setHonorificPrefix(String honorificPrefix)
- Parameters:
honorificPrefix
- the honorific prefix to be set.
getHonorificSuffix
String getHonorificSuffix()
- Returns:
- the honorific suffix.
setHonorificSuffix
void setHonorificSuffix(String honorificSuffix)
- Parameters:
honorificSuffix
- the honorific suffix to set.
Copyright © 2015 WSO2. All Rights Reserved.