Package com.okta.sdk.resource.model
Class ApplicationVisibility
java.lang.Object
com.okta.sdk.resource.model.ApplicationVisibility
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class ApplicationVisibility
extends Object
implements Serializable
ApplicationVisibility
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionautoLaunch
(Boolean autoLaunch) autoSubmitToolbar
(Boolean autoSubmitToolbar) boolean
Links or icons that appear on the End-User Dashboard when they're assigned to the appAutomatically signs in to the app when user signs into OktaAutomatically sign in when user lands on the sign-in pagegetHide()
Get hideint
hashCode()
putappLinksItem
(String key, Boolean appLinksItem) void
setAppLinks
(Map<String, Boolean> appLinks) void
setAutoLaunch
(Boolean autoLaunch) void
setAutoSubmitToolbar
(Boolean autoSubmitToolbar) void
toString()
-
Field Details
-
JSON_PROPERTY_APP_LINKS
- See Also:
-
JSON_PROPERTY_AUTO_LAUNCH
- See Also:
-
JSON_PROPERTY_AUTO_SUBMIT_TOOLBAR
- See Also:
-
JSON_PROPERTY_HIDE
- See Also:
-
-
Constructor Details
-
ApplicationVisibility
public ApplicationVisibility()
-
-
Method Details
-
appLinks
-
putappLinksItem
-
getAppLinks
-
setAppLinks
-
autoLaunch
-
getAutoLaunch
-
setAutoLaunch
-
autoSubmitToolbar
-
getAutoSubmitToolbar
-
setAutoSubmitToolbar
-
hide
-
getHide
-
setHide
-
equals
-
hashCode
-
toString
-