Uses of Enum
com.okta.sdk.resource.model.SafeBrowsingProtectionLevel
-
Uses of SafeBrowsingProtectionLevel in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic SafeBrowsingProtectionLevel
DTCChromeOS.getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevelDTCMacOS.getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevelDTCWindows.getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevelstatic SafeBrowsingProtectionLevel
Returns the enum constant of this type with the specified name.static SafeBrowsingProtectionLevel[]
SafeBrowsingProtectionLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDTCChromeOS.safeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) DTCMacOS.safeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) DTCWindows.safeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) void
DTCChromeOS.setSafeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) void
DTCMacOS.setSafeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) void
DTCWindows.setSafeBrowsingProtectionLevel
(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel)