Package com.okta.sdk.resource.model
Class UserImportRequestDataAction
java.lang.Object
com.okta.sdk.resource.model.UserImportRequestDataAction
- 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 UserImportRequestDataAction
extends Object
implements Serializable
The object that specifies the default action Okta is set to take
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The current default action that results when Okta imports a user. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_RESULT
- See Also:
-
-
Constructor Details
-
UserImportRequestDataAction
public UserImportRequestDataAction()
-
-
Method Details
-
result
-
getResult
The current default action that results when Okta imports a user. The two possible values are `CREATE_USER` and `LINK_USER`. You can change the action that is taken by means of the commands object you return.- Returns:
- result
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-