@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class ProfileMappingTarget extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
ProfileMappingTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
Unique identifier for the application instance or UserType
|
SourceLinks |
getLinks()
Get links
|
String |
getName()
Variable name of the application instance or name of the referenced userType
|
String |
getType()
Type of user referenced in the mapping
|
int |
hashCode() |
ProfileMappingTarget |
links(SourceLinks links) |
void |
setLinks(SourceLinks links) |
String |
toString() |
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_LINKS
@Nullable public String getId()
@Nullable public String getName()
public ProfileMappingTarget links(SourceLinks links)
@Nullable public SourceLinks getLinks()
public void setLinks(SourceLinks links)
Copyright © 2017–2023 Okta. All rights reserved.