| Modifier and Type | Method and Description |
|---|---|
SearchBloxClient.ResponseCode |
SearchBloxClient.addUpdateDocument(SearchBloxDocument document,
java.lang.String format) |
SearchBloxClient.ResponseCode |
SearchBloxClient.clearCollection(java.lang.String colname,
java.lang.String format) |
SearchBloxClient.ResponseCode |
SearchBloxClient.createCollection(java.lang.String colname,
java.lang.String format) |
SearchBloxClient.ResponseCode |
SearchBloxClient.deleteDocument(SearchBloxDocument document,
java.lang.String format) |
static SearchBloxClient.ResponseCode |
SearchBloxClient.ResponseCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchBloxClient.ResponseCode[] |
SearchBloxClient.ResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|