public final class Name extends Object implements Serializable
For more detailed information please look at the SCIM core schema 2.0, section 6
| Modifier and Type | Class and Description |
|---|---|
static class |
Name.Builder
Builder class that is used to build
Name instances |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFamilyName()
Gets the family name of the User.
|
String |
getFormatted()
Gets the full name, including all middle names, titles, and suffixes as appropriate, formatted for display.
|
String |
getGivenName()
Gets the given (first) name of the User.
|
String |
getHonorificPrefix()
Gets the honorific prefix(es) of the User.
|
String |
getHonorificSuffix()
Gets the honorific suffix(es) of the User.
|
String |
getMiddleName()
Gets the middle name(s) of the User.
|
int |
hashCode() |
boolean |
isEmpty()
Checks if this
Name is empty, i.e. |
String |
toString() |
public String getFormatted()
For more detailed information please look at the SCIM core schema 2.0, section 6
public String getFamilyName()
For more detailed information please look at the SCIM core schema 2.0, section 6
public String getGivenName()
For more detailed information please look at the SCIM core schema 2.0, section 6
public String getMiddleName()
For more detailed information please look at the SCIM core schema 2.0, section 6
public String getHonorificPrefix()
For more detailed information please look at the SCIM core schema 2.0, section 6
public String getHonorificSuffix()
For more detailed information please look at the SCIM core schema 2.0, section 6
public boolean isEmpty()
Checks if this Name is empty, i.e. all properties are empty or null.
Copyright © 2022 SAP SE. All rights reserved.