public enum PrivacyCheckRelatedAction extends java.lang.Enum<PrivacyCheckRelatedAction>
| Enum Constant and Description |
|---|
allowedIfNoResponse |
allowedWithNotification |
allowedWithoutNotification |
notAllowed |
restrictedIfNoResponse |
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
static PrivacyCheckRelatedAction |
getPrivacyCheckRelatedAction(int action) |
static PrivacyCheckRelatedAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrivacyCheckRelatedAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrivacyCheckRelatedAction allowedWithoutNotification
public static final PrivacyCheckRelatedAction allowedWithNotification
public static final PrivacyCheckRelatedAction allowedIfNoResponse
public static final PrivacyCheckRelatedAction restrictedIfNoResponse
public static final PrivacyCheckRelatedAction notAllowed
public static PrivacyCheckRelatedAction[] values()
for (PrivacyCheckRelatedAction c : PrivacyCheckRelatedAction.values()) System.out.println(c);
public static PrivacyCheckRelatedAction 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 nullpublic int getAction()
public static PrivacyCheckRelatedAction getPrivacyCheckRelatedAction(int action)
Copyright © 2011. All Rights Reserved.