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-01-30T09:30:33.152574-06:00[America/Chicago]")
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Unique identifier for profile mappinggetLinks()Get linksGet sourceGet targetinthashCode()voidvoidsetSource(ProfileMappingSource source) voidsetTarget(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
-