Package com.okta.sdk.resource.model
Class PasswordImportResponse
java.lang.Object
com.okta.sdk.resource.model.PasswordImportResponse
- 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 PasswordImportResponse
extends Object
implements Serializable
PasswordImportResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddcommandsItem
(PasswordImportResponseCommandsInner commandsItem) commands
(List<PasswordImportResponseCommandsInner> commands) boolean
The `commands` object specifies whether Okta accepts the end user's sign-in credentials as valid or not.int
hashCode()
void
setCommands
(List<PasswordImportResponseCommandsInner> commands) toString()
-
Field Details
-
JSON_PROPERTY_COMMANDS
- See Also:
-
-
Constructor Details
-
PasswordImportResponse
public PasswordImportResponse()
-
-
Method Details
-
commands
-
addcommandsItem
-
getCommands
The `commands` object specifies whether Okta accepts the end user's sign-in credentials as valid or not. For the password import inline hook, you typically only return one `commands` object with one array element in it.- Returns:
- commands
-
setCommands
-
equals
-
hashCode
public int hashCode() -
toString
-