Package com.okta.sdk.resource.model
Class BookmarkApplicationSettingsApplication
java.lang.Object
com.okta.sdk.resource.model.BookmarkApplicationSettingsApplication
- 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 BookmarkApplicationSettingsApplication
extends Object
implements Serializable
BookmarkApplicationSettingsApplication
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Would you like Okta to add an integration for this app?getUrl()
The URL of the launch page for this appint
hashCode()
requestIntegration
(Boolean requestIntegration) void
setRequestIntegration
(Boolean requestIntegration) void
toString()
-
Field Details
-
JSON_PROPERTY_REQUEST_INTEGRATION
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
-
Constructor Details
-
BookmarkApplicationSettingsApplication
public BookmarkApplicationSettingsApplication()
-
-
Method Details
-
requestIntegration
-
getRequestIntegration
Would you like Okta to add an integration for this app?- Returns:
- requestIntegration
-
setRequestIntegration
-
url
-
getUrl
The URL of the launch page for this app- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-