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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class UserImportRequestDataContext
extends Object
implements Serializable
UserImportRequestDataContext
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddconflictsItem(Map<String, Object> conflictsItem) addmatchesItem(Map<String, Object> matchesItem) addpolicyItem(Map<String, Object> policyItem) application(UserImportRequestDataContextApplication application) booleanGet 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 matchinginthashCode()voidsetApplication(UserImportRequestDataContextApplication application) voidsetConflicts(List<Map<String, Object>> conflicts) voidvoidsetMatches(List<Map<String, Object>> matches) voidtoString()
-
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
-