public static enum AppToken.TokenScope extends Enum<AppToken.TokenScope>
Enum Constant and Description |
---|
FILE_DOWNLOAD |
FILE_UPLOAD |
MEMBERSHIP_LIST |
MESSAGE_CREATE |
MESSAGE_READ |
PROFILE_READ |
PROFILE_UPDATE |
SETTINGS_READ |
SETTINGS_UPDATE |
SPACE_CHANGE |
SPACE_CREATE |
SPACE_LIST |
SPACE_READ |
TRANSCRIPT_READ |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AppToken.TokenScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppToken.TokenScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppToken.TokenScope SPACE_CREATE
public static final AppToken.TokenScope SETTINGS_READ
public static final AppToken.TokenScope SETTINGS_UPDATE
public static final AppToken.TokenScope TRANSCRIPT_READ
public static final AppToken.TokenScope MESSAGE_CREATE
public static final AppToken.TokenScope SPACE_LIST
public static final AppToken.TokenScope FILE_UPLOAD
public static final AppToken.TokenScope FILE_DOWNLOAD
public static final AppToken.TokenScope PROFILE_UPDATE
public static final AppToken.TokenScope MESSAGE_READ
public static final AppToken.TokenScope SPACE_READ
public static final AppToken.TokenScope MEMBERSHIP_LIST
public static final AppToken.TokenScope PROFILE_READ
public static final AppToken.TokenScope SPACE_CHANGE
public static AppToken.TokenScope[] values()
for (AppToken.TokenScope c : AppToken.TokenScope.values()) System.out.println(c);
public static AppToken.TokenScope 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 getValue()
Copyright © 2018 OpenNTF. All rights reserved.