Package com.okta.sdk.resource.model
Class ProfileMappingSource
java.lang.Object
com.okta.sdk.resource.model.ProfileMappingSource
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProfileMappingSource
extends Object
implements Serializable
The parameter is the source of a profile mapping and is a valid [JSON Schema Draft
4](https://datatracker.ietf.org/doc/html/draft-zyp-json-schema-04) document with the following properties. The data
type can be an app instance or an Okta object. > **Note:** If the source is Okta and the UserTypes feature
isn't enabled, then the source `_links` only has a link to the schema.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Unique identifier for the application instance or userTypegetLinks()
Get linksgetName()
Variable name of the application instance or name of the referenced UserTypegetType()
Type of user referenced in the mappingint
hashCode()
links
(SourceLinks links) void
setLinks
(SourceLinks links) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ProfileMappingSource
public ProfileMappingSource()
-
-
Method Details
-
getId
Unique identifier for the application instance or userType- Returns:
- id
-
getName
Variable name of the application instance or name of the referenced UserType- Returns:
- name
-
getType
Type of user referenced in the mapping- Returns:
- type
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-