public class UserIdentityRequestBody extends CommunityProfileOMASAPIRequestBody
| Constructor and Description |
|---|
UserIdentityRequestBody()
Default constructor
|
UserIdentityRequestBody(UserIdentityRequestBody 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 |
getQualifiedName()
Return the the unique employee number for this governance officer.
|
int |
hashCode()
Return hash code for this object
|
void |
setQualifiedName(String qualifiedName)
Set up the unique employee number for this governance officer.
|
String |
toString()
JSON-style toString.
|
public UserIdentityRequestBody()
public UserIdentityRequestBody(UserIdentityRequestBody template)
template - object to copypublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - String identifierpublic String toString()
toString in class CommunityProfileOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.