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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddcommandsItem(PasswordImportResponseCommandsInner commandsItem) commands(List<PasswordImportResponseCommandsInner> commands) booleanThe `commands` object specifies whether Okta accepts the end user's sign-in credentials as valid or not.inthashCode()voidsetCommands(List<PasswordImportResponseCommandsInner> commands) toString()
- 
Field Details- 
JSON_PROPERTY_COMMANDS- See Also:
 
 
- 
- 
Constructor Details- 
PasswordImportResponsepublic PasswordImportResponse()
 
- 
- 
Method Details- 
commands
- 
addcommandsItem
- 
getCommandsThe `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
- 
hashCodepublic int hashCode()
- 
toString
 
-