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:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class ApplicationVisibility
extends Object
implements Serializable
ApplicationVisibility
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoLaunch(Boolean autoLaunch) autoSubmitToolbar(Boolean autoSubmitToolbar) booleanLinks 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 hideinthashCode()putappLinksItem(String key, Boolean appLinksItem) voidsetAppLinks(Map<String, Boolean> appLinks) voidsetAutoLaunch(Boolean autoLaunch) voidsetAutoSubmitToolbar(Boolean autoSubmitToolbar) voidtoString()
-
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
-