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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ApplicationVisibility
extends Object
implements Serializable
Specifies visibility settings for the app
- 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 if they're set to `true`.Automatically 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
Links or icons that appear on the End-User Dashboard if they're set to `true`.- Returns:
- appLinks
-
setAppLinks
-
autoLaunch
-
getAutoLaunch
Automatically signs in to the app when user signs into Okta- Returns:
- autoLaunch
-
setAutoLaunch
-
autoSubmitToolbar
-
getAutoSubmitToolbar
Automatically sign in when user lands on the sign-in page- Returns:
- autoSubmitToolbar
-
setAutoSubmitToolbar
-
hide
-
getHide
Get hide- Returns:
- hide
-
setHide
-
equals
-
hashCode
public int hashCode() -
toString
-