public class MyProfileRequestBody extends CommunityProfileOMASAPIRequestBody
| Constructor and Description |
|---|
MyProfileRequestBody()
Default constructor
|
MyProfileRequestBody(MyProfileRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
String |
getFullName()
Return the full name for this person.
|
String |
getJobRoleDescription()
Return the description of the job role for this person.
|
String |
getJobTitle()
Return the primary job title for this person.
|
String |
getKnownName()
Return the preferred name for this person.
|
Map<String,Object> |
getProfileProperties()
Return profile properties.
|
String |
getQualifiedName()
Return the unique name for this person - may be employee identifier.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setFullName(String fullName)
Set up the full name for this person.
|
void |
setJobRoleDescription(String jobRoleDescription)
Set up the description of the job role for this person.
|
void |
setJobTitle(String jobTitle)
Set up the primary job title for this person.
|
void |
setKnownName(String knownName)
Set up the preferred name for this person.
|
void |
setProfileProperties(Map<String,Object> profileProperties)
Set up profile properties.
|
void |
setQualifiedName(String qualifiedName)
Set up the unique name for this person - may be employee identifier.
|
String |
toString()
JSON-style toString.
|
public MyProfileRequestBody()
public MyProfileRequestBody(MyProfileRequestBody template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - String identifierpublic String getFullName()
public void setFullName(String fullName)
fullName - string namepublic String getKnownName()
public void setKnownName(String knownName)
knownName - string namepublic String getJobTitle()
public void setJobTitle(String jobTitle)
jobTitle - string titlepublic String getJobRoleDescription()
public void setJobRoleDescription(String jobRoleDescription)
jobRoleDescription - string descriptionpublic void setProfileProperties(Map<String,Object> profileProperties)
profileProperties - map from string (property name) to object (property value)public Map<String,Object> getProfileProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public String toString()
toString in class CommunityProfileOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.