public enum ConnectedAppOauthAccessScope extends Enum<ConnectedAppOauthAccessScope>
| Enum Constant and Description |
|---|
Address
Enumeration : Address
|
Api
Enumeration : Api
|
Basic
Enumeration : Basic
|
Chatter
Enumeration : Chatter
|
CustomApplications
Enumeration : CustomApplications
|
CustomPermissions
Enumeration : CustomPermissions
|
Eclair
Enumeration : Eclair
|
Email
Enumeration : Email
|
Full
Enumeration : Full
|
OfflineAccess
Enumeration : OfflineAccess
|
OpenID
Enumeration : OpenID
|
Phone
Enumeration : Phone
|
Profile
Enumeration : Profile
|
RefreshToken
Enumeration : RefreshToken
|
Wave
Enumeration : Wave
|
Web
Enumeration : Web
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ConnectedAppOauthAccessScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectedAppOauthAccessScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectedAppOauthAccessScope Basic
public static final ConnectedAppOauthAccessScope Api
public static final ConnectedAppOauthAccessScope Web
public static final ConnectedAppOauthAccessScope Full
public static final ConnectedAppOauthAccessScope Chatter
public static final ConnectedAppOauthAccessScope CustomApplications
public static final ConnectedAppOauthAccessScope RefreshToken
public static final ConnectedAppOauthAccessScope OpenID
public static final ConnectedAppOauthAccessScope Profile
public static final ConnectedAppOauthAccessScope Email
public static final ConnectedAppOauthAccessScope Address
public static final ConnectedAppOauthAccessScope Phone
public static final ConnectedAppOauthAccessScope OfflineAccess
public static final ConnectedAppOauthAccessScope CustomPermissions
public static final ConnectedAppOauthAccessScope Wave
public static final ConnectedAppOauthAccessScope Eclair
public static ConnectedAppOauthAccessScope[] values()
for (ConnectedAppOauthAccessScope c : ConnectedAppOauthAccessScope.values()) System.out.println(c);
public static ConnectedAppOauthAccessScope 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 toString()
toString in class Enum<ConnectedAppOauthAccessScope>Copyright © 2017. All Rights Reserved.