Package com.okta.sdk.resource.model
Class PasswordImportRequest
java.lang.Object
com.okta.sdk.resource.model.PasswordImportRequest
- 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 PasswordImportRequest
extends Object
implements Serializable
PasswordImportRequest
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()Get dataThe type of inline hook.The ID and URL of the password import inline hookinthashCode()voidvoidsetEventType(String eventType) voidtoString() 
- 
Field Details
- 
JSON_PROPERTY_DATA
- See Also:
 
 - 
JSON_PROPERTY_EVENT_TYPE
- See Also:
 
 - 
JSON_PROPERTY_SOURCE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
PasswordImportRequest
public PasswordImportRequest() 
 - 
 - 
Method Details
- 
data
 - 
getData
Get data- Returns:
 - data
 
 - 
setData
 - 
eventType
 - 
getEventType
The type of inline hook. The password import inline hook type is `com.okta.user.credential.password.import`.- Returns:
 - eventType
 
 - 
setEventType
 - 
source
 - 
getSource
The ID and URL of the password import inline hook- Returns:
 - source
 
 - 
setSource
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -