Class MeName
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.identitydomains.model.MeName
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class MeName extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA complex attribute that contains attributes representing the name*SCIM++ Properties:** - idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]] - idcsPii: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none 
 Note: Objects should always be created or deserialized using theMeName.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theMeName.Builder, which maintain a set of all explicitly set fields calledMeName.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMeName.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeName.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetFamilyName()Last nameStringgetFormatted()Full nameStringgetGivenName()First nameStringgetHonorificPrefix()PrefixStringgetHonorificSuffix()SuffixStringgetMiddleName()Middle nameinthashCode()MeName.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
MeName@Deprecated @ConstructorProperties({"formatted","familyName","givenName","middleName","honorificPrefix","honorificSuffix"}) public MeName(String formatted, String familyName, String givenName, String middleName, String honorificPrefix, String honorificSuffix) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MeName.Builder builder() Create a new builder.
 - 
toBuilderpublic MeName.Builder toBuilder() 
 - 
getFormattedpublic String getFormatted() Full name*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getFamilyNamepublic String getFamilyName() Last name*SCIM++ Properties:** - caseExact: false - idcsCsvAttributeName: Last Name - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getGivenNamepublic String getGivenName() First name*SCIM++ Properties:** - caseExact: false - idcsCsvAttributeName: First Name - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getMiddleNamepublic String getMiddleName() Middle name*SCIM++ Properties:** - caseExact: false - idcsCsvAttributeName: Middle Name - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getHonorificPrefixpublic String getHonorificPrefix() Prefix*SCIM++ Properties:** - idcsCsvAttributeName: Honorific Prefix - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
getHonorificSuffixpublic String getHonorificSuffix() Suffix*SCIM++ Properties:** - idcsCsvAttributeName: Honorific Suffix - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-