public static enum ServiceResponseHandler.ApiName extends Enum<ServiceResponseHandler.ApiName>
| Enum Constant and Description |
|---|
CLIENT_CONFIGURE |
CLIENT_STATUS |
INSERT_FILES |
INSERT_REPORT |
LOAD_HISTORY_SCAN |
STREAMING_CHANNEL_STATUS |
STREAMING_CLIENT_CONFIGURE |
STREAMING_OPEN_CHANNEL |
STREAMING_REGISTER_BLOB |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpMethod() |
static ServiceResponseHandler.ApiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceResponseHandler.ApiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceResponseHandler.ApiName INSERT_FILES
public static final ServiceResponseHandler.ApiName INSERT_REPORT
public static final ServiceResponseHandler.ApiName LOAD_HISTORY_SCAN
public static final ServiceResponseHandler.ApiName CLIENT_CONFIGURE
public static final ServiceResponseHandler.ApiName CLIENT_STATUS
public static final ServiceResponseHandler.ApiName STREAMING_OPEN_CHANNEL
public static final ServiceResponseHandler.ApiName STREAMING_CHANNEL_STATUS
public static final ServiceResponseHandler.ApiName STREAMING_REGISTER_BLOB
public static final ServiceResponseHandler.ApiName STREAMING_CLIENT_CONFIGURE
public static ServiceResponseHandler.ApiName[] values()
for (ServiceResponseHandler.ApiName c : ServiceResponseHandler.ApiName.values()) System.out.println(c);
public static ServiceResponseHandler.ApiName 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 getHttpMethod()
Copyright © 2023. All rights reserved.