@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class ProfileMappingSource 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 | 
|---|
ProfileMappingSource()  | 
| 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()  | 
ProfileMappingSource | 
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 ProfileMappingSource links(SourceLinks links)
@Nullable public SourceLinks getLinks()
public void setLinks(SourceLinks links)
Copyright © 2017–2023 Okta. All rights reserved.