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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class PasswordImportRequest
extends Object
implements Serializable
PasswordImportRequest
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getData()
Get dataThe type of inline hook.The ID and URL of the password import inline hookint
hashCode()
void
void
setEventType
(String eventType) void
toString()
-
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
-