public enum DefenderPromptForSampleSubmission extends Enum<DefenderPromptForSampleSubmission> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ALWAYS_PROMPT |
NEVER_SEND_DATA |
PROMPT_BEFORE_SENDING_PERSONAL_DATA |
SEND_ALL_DATA_WITHOUT_PROMPTING |
USER_DEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static DefenderPromptForSampleSubmission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefenderPromptForSampleSubmission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefenderPromptForSampleSubmission USER_DEFINED
public static final DefenderPromptForSampleSubmission ALWAYS_PROMPT
public static final DefenderPromptForSampleSubmission PROMPT_BEFORE_SENDING_PERSONAL_DATA
public static final DefenderPromptForSampleSubmission NEVER_SEND_DATA
public static final DefenderPromptForSampleSubmission SEND_ALL_DATA_WITHOUT_PROMPTING
public static DefenderPromptForSampleSubmission[] values()
for (DefenderPromptForSampleSubmission c : DefenderPromptForSampleSubmission.values()) System.out.println(c);
public static DefenderPromptForSampleSubmission 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.