public enum ApiClientLevel extends Enum<ApiClientLevel>
| Modifier and Type | Method and Description |
|---|---|
String |
getRoles() |
static ApiClientLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiClientLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiClientLevel CLIENT
public static final ApiClientLevel ADMIN
public static ApiClientLevel[] values()
for (ApiClientLevel c : ApiClientLevel.values()) System.out.println(c);
public static ApiClientLevel 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 getRoles()
Copyright © 2018 Europeana Foundation. All rights reserved.