public class PersonalProfileRequestBody extends MyProfileRequestBody
| Constructor and Description |
|---|
PersonalProfileRequestBody()
Default constructor
|
PersonalProfileRequestBody(MyProfileRequestBody template)
Copy/clone constructor
|
PersonalProfileRequestBody(PersonalProfileRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Standard method.
|
String |
getOriginatingSystemGUID()
Return the unique identifier for the originating system.
|
String |
getProfileUserId()
Return the anchoring userId for this profile.
|
int |
hashCode()
Standard method
|
void |
setOriginatingSystemGUID(String originatingSystemGUID)
Set up the unique identifier for the originating system
|
void |
setProfileUserId(String profileUserId)
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 PersonalProfileRequestBody(MyProfileRequestBody template)
template - object to copypublic String getProfileUserId()
public void setProfileUserId(String profileUserId)
profileUserId - stringpublic String getOriginatingSystemGUID()
public void setOriginatingSystemGUID(String originatingSystemGUID)
originatingSystemGUID - 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–2020 ODPi. All rights reserved.