Package com.okta.sdk.resource.model
Class UserImportResponseCommandsInner
java.lang.Object
com.okta.sdk.resource.model.UserImportResponseCommandsInner
- 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 UserImportResponseCommandsInner
extends Object
implements Serializable
UserImportResponseCommandsInner
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The command types supported for the import inline hook. -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
UserImportResponseCommandsInner
public UserImportResponseCommandsInner()
-
-
Method Details
-
type
-
getType
The command types supported for the import inline hook. When using the `com.okta.action.update` command to specify that the user should be treated as a match, you need to also provide a `com.okta.user.update` command that sets the ID of the Okta user.- Returns:
- type
-
setType
-
value
-
putvalueItem
-
getValue
The `value` object is the parameter to pass to the command. In the case of the `com.okta.appUser.profile.update` and `com.okta.user.profile.update` commands, the parameter should be a list of one or more profile attributes and the values you wish to set them to. In the case of the `com.okta.action.update` command, the parameter should be a `result` property set to either `CREATE_USER` or `LINK_USER`.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-