Package com.okta.sdk.resource.model
Class UserImportRequestDataContext
java.lang.Object
com.okta.sdk.resource.model.UserImportRequestDataContext
- 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 UserImportRequestDataContext
extends Object
implements Serializable
UserImportRequestDataContext
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddconflictsItem
(Map<String, Object> conflictsItem) addmatchesItem
(Map<String, Object> matchesItem) addpolicyItem
(Map<String, Object> policyItem) application
(UserImportRequestDataContextApplication application) boolean
Get applicationAn array of user profile attributes that are in conflictgetJob()
Get jobThe list of Okta users currently matched to the app user based on import matching.The list of any policies that apply to the import matchingint
hashCode()
void
setApplication
(UserImportRequestDataContextApplication application) void
setConflicts
(List<Map<String, Object>> conflicts) void
void
setMatches
(List<Map<String, Object>> matches) void
toString()
-
Field Details
-
JSON_PROPERTY_CONFLICTS
- See Also:
-
JSON_PROPERTY_APPLICATION
- See Also:
-
JSON_PROPERTY_JOB
- See Also:
-
JSON_PROPERTY_MATCHES
- See Also:
-
JSON_PROPERTY_POLICY
- See Also:
-
-
Constructor Details
-
UserImportRequestDataContext
public UserImportRequestDataContext()
-
-
Method Details
-
conflicts
-
addconflictsItem
-
getConflicts
An array of user profile attributes that are in conflict- Returns:
- conflicts
-
setConflicts
-
application
public UserImportRequestDataContext application(UserImportRequestDataContextApplication application) -
getApplication
Get application- Returns:
- application
-
setApplication
-
job
-
getJob
Get job- Returns:
- job
-
setJob
-
matches
-
addmatchesItem
-
getMatches
The list of Okta users currently matched to the app user based on import matching. There can be more than one match.- Returns:
- matches
-
setMatches
-
policy
-
addpolicyItem
-
getPolicy
The list of any policies that apply to the import matching- Returns:
- policy
-
setPolicy
-
equals
-
hashCode
public int hashCode() -
toString
-