public class PersonalProfileRequestBody extends MyProfileRequestBody
| Constructor and Description |
|---|
PersonalProfileRequestBody()
Default constructor
|
PersonalProfileRequestBody(PersonalProfileRequestBody 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.
|
String |
getUserId()
Return the anchoring userId for this profile.
|
int |
hashCode()
Return hash code for this object
|
void |
setUserId(String userId)
Set up the anchoring userId for this profile.
|
String |
toString()
JSON-style toString.
|
getAdditionalProperties, getFullName, getJobRoleDescription, getJobTitle, getKnownName, getProfileProperties, getQualifiedName, setAdditionalProperties, setFullName, setJobRoleDescription, setJobTitle, setKnownName, setProfileProperties, setQualifiedNamepublic PersonalProfileRequestBody()
public PersonalProfileRequestBody(PersonalProfileRequestBody template)
template - object to copypublic String getUserId()
public void setUserId(String userId)
userId - stringpublic String toString()
toString in class MyProfileRequestBodypublic boolean equals(Object objectToCompare)
equals in class MyProfileRequestBodyobjectToCompare - object to comparepublic int hashCode()
hashCode in class MyProfileRequestBodyCopyright © 2018–2019 ODPi. All rights reserved.