Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
static SafeBrowsingProtectionLevel |
SafeBrowsingProtectionLevel.fromValue(String value) |
SafeBrowsingProtectionLevel |
DTCWindows.getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevel
|
SafeBrowsingProtectionLevel |
DTCChromeOS.getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevel
|
SafeBrowsingProtectionLevel |
DTCMacOS.getSafeBrowsingProtectionLevel()
Get safeBrowsingProtectionLevel
|
static SafeBrowsingProtectionLevel |
SafeBrowsingProtectionLevel.valueOf(String name)
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 Type | Method and Description |
---|---|
DTCWindows |
DTCWindows.safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
DTCChromeOS |
DTCChromeOS.safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
DTCMacOS |
DTCMacOS.safeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
void |
DTCWindows.setSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
void |
DTCChromeOS.setSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
void |
DTCMacOS.setSafeBrowsingProtectionLevel(SafeBrowsingProtectionLevel safeBrowsingProtectionLevel) |
Copyright © 2017–2023 Okta. All rights reserved.