public enum DefenderPromptForSampleSubmission extends java.lang.Enum<DefenderPromptForSampleSubmission>
| Enum Constant and Description |
|---|
ALWAYS_PROMPT
always Prompt
|
NEVER_SEND_DATA
never Send Data
|
PROMPT_BEFORE_SENDING_PERSONAL_DATA
prompt Before Sending Personal Data
|
SEND_ALL_DATA_WITHOUT_PROMPTING
send All Data Without Prompting
|
UNEXPECTED_VALUE
For DefenderPromptForSampleSubmission values that were not expected from the service
|
USER_DEFINED
user Defined
|
| Modifier and Type | Method and Description |
|---|---|
static DefenderPromptForSampleSubmission |
valueOf(java.lang.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 final DefenderPromptForSampleSubmission UNEXPECTED_VALUE
public static DefenderPromptForSampleSubmission[] values()
for (DefenderPromptForSampleSubmission c : DefenderPromptForSampleSubmission.values()) System.out.println(c);
public static DefenderPromptForSampleSubmission valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null