public static enum RestCompactUser.PrivacyLevel extends Enum<RestCompactUser.PrivacyLevel>
| Modifier and Type | Method and Description |
|---|---|
static RestCompactUser.PrivacyLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestCompactUser.PrivacyLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestCompactUser.PrivacyLevel NO_ONE
public static final RestCompactUser.PrivacyLevel EVERYONE
public static final RestCompactUser.PrivacyLevel FRIENDS
public static RestCompactUser.PrivacyLevel[] values()
for (RestCompactUser.PrivacyLevel c : RestCompactUser.PrivacyLevel.values()) System.out.println(c);
public static RestCompactUser.PrivacyLevel 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 nullCopyright © 2018 Empyr, Inc.. All rights reserved.