public class UserIdentityRequestBody extends MetadataSourceRequestBody
| 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.
|
UserIdentityProperties |
getProperties()
Return the properties for this user identity.
|
int |
hashCode()
Return hash code for this object
|
void |
setProperties(UserIdentityProperties properties)
Set up the properties for this user identity.
|
String |
toString()
JSON-style toString.
|
getExternalSourceGUID, getExternalSourceName, setExternalSourceGUID, setExternalSourceNamepublic UserIdentityRequestBody()
public UserIdentityRequestBody(UserIdentityRequestBody template)
template - object to copypublic UserIdentityProperties getProperties()
public void setProperties(UserIdentityProperties properties)
properties - properties beanpublic String toString()
toString in class MetadataSourceRequestBodypublic boolean equals(Object objectToCompare)
equals in class MetadataSourceRequestBodyobjectToCompare - object to comparepublic int hashCode()
hashCode in class MetadataSourceRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.