Package com.okta.sdk.resource.model
Class ListProfileMappings
java.lang.Object
com.okta.sdk.resource.model.ListProfileMappings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class ListProfileMappings
extends Object
implements Serializable
A collection of the profile mappings that include a subset of the profile mapping object's properties. The Profile Mapping object describes a mapping between an Okta User's and an App User's properties using [JSON Schema Draft 4](https://datatracker.ietf.org/doc/html/draft-zyp-json-schema-04). > **Note:** Same type source/target mappings aren't supported by this API. Profile mappings must either be Okta->App or App->Okta.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Unique identifier for profile mappinggetLinks()
Get linksGet sourceGet targetint
hashCode()
void
void
setSource
(ProfileMappingSource source) void
setTarget
(ProfileMappingTarget target) source
(ProfileMappingSource source) target
(ProfileMappingTarget target) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_TARGET
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ListProfileMappings
public ListProfileMappings()
-
-
Method Details
-
getId
Unique identifier for profile mapping- Returns:
- id
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
target
-
getTarget
Get target- Returns:
- target
-
setTarget
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-