public static enum SearchBloxClient.ResponseCode extends Enum<SearchBloxClient.ResponseCode>
Modifier and Type | Method and Description |
---|---|
static SearchBloxClient.ResponseCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchBloxClient.ResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchBloxClient.ResponseCode DOCUMENT_INDEXED
public static final SearchBloxClient.ResponseCode DOCUMENT_REJECTED
public static final SearchBloxClient.ResponseCode DOCUMENT_DELETED
public static final SearchBloxClient.ResponseCode DOCUMENT_NOT_EXIST
public static final SearchBloxClient.ResponseCode DOCUMENT_NOT_FOUND
public static final SearchBloxClient.ResponseCode COLLECTION_CLEARED
public static final SearchBloxClient.ResponseCode ERROR_CLEARING_COLLECTION
public static final SearchBloxClient.ResponseCode COLLECTION_CREATED
public static final SearchBloxClient.ResponseCode INVALID_COLLECTION_NAME
public static final SearchBloxClient.ResponseCode INVALID_REQUEST
public static final SearchBloxClient.ResponseCode INVALID_DOCUMENT_LOCATION
public static final SearchBloxClient.ResponseCode NOT_CUSTOM_COLLECTION
public static final SearchBloxClient.ResponseCode LIMIT_EXCEEDED
public static final SearchBloxClient.ResponseCode INVALID_LICENSE_ID
public static final SearchBloxClient.ResponseCode SERVER_UNREACHABLE
public static SearchBloxClient.ResponseCode[] values()
for (SearchBloxClient.ResponseCode c : SearchBloxClient.ResponseCode.values()) System.out.println(c);
public static SearchBloxClient.ResponseCode 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 null