public enum LocalSecurityOptionsStandardUserElevationPromptBehaviorType extends Enum<LocalSecurityOptionsStandardUserElevationPromptBehaviorType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
AUTOMATICALLY_DENY_ELEVATION_REQUESTS |
NOT_CONFIGURED |
PROMPT_FOR_CREDENTIALS |
PROMPT_FOR_CREDENTIALS_ON_THE_SECURE_DESKTOP |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static LocalSecurityOptionsStandardUserElevationPromptBehaviorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalSecurityOptionsStandardUserElevationPromptBehaviorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalSecurityOptionsStandardUserElevationPromptBehaviorType NOT_CONFIGURED
public static final LocalSecurityOptionsStandardUserElevationPromptBehaviorType AUTOMATICALLY_DENY_ELEVATION_REQUESTS
public static final LocalSecurityOptionsStandardUserElevationPromptBehaviorType PROMPT_FOR_CREDENTIALS_ON_THE_SECURE_DESKTOP
public static final LocalSecurityOptionsStandardUserElevationPromptBehaviorType PROMPT_FOR_CREDENTIALS
public static LocalSecurityOptionsStandardUserElevationPromptBehaviorType[] values()
for (LocalSecurityOptionsStandardUserElevationPromptBehaviorType c : LocalSecurityOptionsStandardUserElevationPromptBehaviorType.values()) System.out.println(c);
public static LocalSecurityOptionsStandardUserElevationPromptBehaviorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.