@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class ListProfileMappings extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ID  | 
static String | 
JSON_PROPERTY_LINKS  | 
static String | 
JSON_PROPERTY_SOURCE  | 
static String | 
JSON_PROPERTY_TARGET  | 
| Constructor and Description | 
|---|
ListProfileMappings()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getId()
Unique identifier for profile mapping 
 | 
LinksSelf | 
getLinks()
Get links 
 | 
ProfileMappingSource | 
getSource()
Get source 
 | 
ProfileMappingTarget | 
getTarget()
Get target 
 | 
int | 
hashCode()  | 
ListProfileMappings | 
links(LinksSelf links)  | 
void | 
setLinks(LinksSelf links)  | 
void | 
setSource(ProfileMappingSource source)  | 
void | 
setTarget(ProfileMappingTarget target)  | 
ListProfileMappings | 
source(ProfileMappingSource source)  | 
ListProfileMappings | 
target(ProfileMappingTarget target)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_LINKS
public ListProfileMappings source(ProfileMappingSource source)
@Nullable public ProfileMappingSource getSource()
public void setSource(ProfileMappingSource source)
public ListProfileMappings target(ProfileMappingTarget target)
@Nullable public ProfileMappingTarget getTarget()
public void setTarget(ProfileMappingTarget target)
public ListProfileMappings links(LinksSelf links)
public void setLinks(LinksSelf links)
Copyright © 2017–2023 Okta. All rights reserved.