Package com.okta.sdk.resource.model
Class SecurePasswordStoreApplicationSettings
java.lang.Object
com.okta.sdk.resource.model.SecurePasswordStoreApplicationSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SecurePasswordStoreApplicationSettings
extends Object
implements Serializable
SecurePasswordStoreApplicationSettings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getApp()
Get appGet identityStoreIdGet implicitAssignmentGet inlineHookIdgetNotes()
Get notesGet notificationsint
hashCode()
identityStoreId
(String identityStoreId) implicitAssignment
(Boolean implicitAssignment) inlineHookId
(String inlineHookId) notes
(ApplicationSettingsNotes notes) notifications
(ApplicationSettingsNotifications notifications) void
void
setIdentityStoreId
(String identityStoreId) void
setImplicitAssignment
(Boolean implicitAssignment) void
setInlineHookId
(String inlineHookId) void
setNotes
(ApplicationSettingsNotes notes) void
setNotifications
(ApplicationSettingsNotifications notifications) toString()
-
Field Details
-
JSON_PROPERTY_IDENTITY_STORE_ID
- See Also:
-
JSON_PROPERTY_IMPLICIT_ASSIGNMENT
- See Also:
-
JSON_PROPERTY_INLINE_HOOK_ID
- See Also:
-
JSON_PROPERTY_NOTES
- See Also:
-
JSON_PROPERTY_NOTIFICATIONS
- See Also:
-
JSON_PROPERTY_APP
- See Also:
-
-
Constructor Details
-
SecurePasswordStoreApplicationSettings
public SecurePasswordStoreApplicationSettings()
-
-
Method Details
-
identityStoreId
-
getIdentityStoreId
-
setIdentityStoreId
-
implicitAssignment
-
getImplicitAssignment
-
setImplicitAssignment
-
inlineHookId
-
getInlineHookId
-
setInlineHookId
-
notes
-
getNotes
-
setNotes
-
notifications
public SecurePasswordStoreApplicationSettings notifications(ApplicationSettingsNotifications notifications) -
getNotifications
Get notifications- Returns:
- notifications
-
setNotifications
-
app
-
getApp
-
setApp
-
equals
-
hashCode
-
toString
-