public enum RequestType extends Enum<RequestType>
| Enum Constant and Description |
|---|
AUTH_ACK |
AUTH_CHALLENGE |
AUTH_REQUEST |
CLIMATE |
DRIVER_PROFILE |
EMERGENCY |
FILE_RESUME |
FOTA |
HTTP |
ICON_URL |
LAUNCH_APP |
LOCK_SCREEN_ICON_URL |
MEDIA |
NAVIGATION |
OEM_SPECIFIC |
PHONE |
PROPRIETARY |
QUERY_APPS |
SETTINGS |
TRAFFIC_MESSAGE_CHANNEL |
VEHICLE_DIAGNOSTICS |
VOICE_SEARCH |
| Modifier and Type | Method and Description |
|---|---|
static RequestType |
valueForString(String value)
Convert String to RequestType
|
static RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestType HTTP
public static final RequestType FILE_RESUME
public static final RequestType AUTH_REQUEST
public static final RequestType AUTH_CHALLENGE
public static final RequestType AUTH_ACK
public static final RequestType PROPRIETARY
public static final RequestType QUERY_APPS
public static final RequestType LAUNCH_APP
public static final RequestType LOCK_SCREEN_ICON_URL
public static final RequestType TRAFFIC_MESSAGE_CHANNEL
public static final RequestType DRIVER_PROFILE
public static final RequestType VOICE_SEARCH
public static final RequestType NAVIGATION
public static final RequestType PHONE
public static final RequestType CLIMATE
public static final RequestType SETTINGS
public static final RequestType VEHICLE_DIAGNOSTICS
public static final RequestType EMERGENCY
public static final RequestType MEDIA
public static final RequestType FOTA
public static final RequestType OEM_SPECIFIC
public static final RequestType ICON_URL
public static RequestType[] values()
for (RequestType c : RequestType.values()) System.out.println(c);
public static RequestType 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 static RequestType valueForString(String value)
value - String