public static enum CoinAuthority.Authority extends Enum<CoinAuthority.Authority>
| Enum Constant and Description |
|---|
ROLE_DASHBOARD_ADMIN |
ROLE_DASHBOARD_SUPER_USER |
ROLE_DASHBOARD_VIEWER |
ROLE_DISTRIBUTION_CHANNEL_ADMIN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCsaAuthority() |
boolean |
isDashboardAuthority() |
static CoinAuthority.Authority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinAuthority.Authority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinAuthority.Authority ROLE_DASHBOARD_ADMIN
public static final CoinAuthority.Authority ROLE_DASHBOARD_VIEWER
public static final CoinAuthority.Authority ROLE_DASHBOARD_SUPER_USER
public static final CoinAuthority.Authority ROLE_DISTRIBUTION_CHANNEL_ADMIN
public static CoinAuthority.Authority[] values()
for (CoinAuthority.Authority c : CoinAuthority.Authority.values()) System.out.println(c);
public static CoinAuthority.Authority 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 boolean isDashboardAuthority()
public boolean isCsaAuthority()
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.