Package | Description |
---|---|
net.sf.jkniv.whinstone.couchdb.commands |
Modifier and Type | Field and Description |
---|---|
protected HttpMethod |
AbstractCommand.method |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
AbstractCommand.asDelete() |
HttpMethod |
CouchCommand.asDelete() |
HttpMethod |
DeleteCommand.asDelete() |
HttpMethod |
DropIndexCommand.asDelete() |
HttpMethod |
AbstractCommand.asGet() |
HttpMethod |
CouchCommand.asGet() |
HttpMethod |
FindCommand.asGet() |
HttpMethod |
FullResponseFindCommand.asGet() |
HttpMethod |
GetCommand.asGet() |
HttpMethod |
ViewCommand.asGet() |
HttpMethod |
AbstractCommand.asHead() |
HttpMethod |
CouchCommand.asHead() |
HttpMethod |
ViewCommand.asHead() |
HttpMethod |
AbstractCommand.asPost() |
HttpMethod |
AddCommand.asPost() |
HttpMethod |
BulkCommand.asPost() |
HttpMethod |
CouchCommand.asPost() |
HttpMethod |
FindCommand.asPost() |
HttpMethod |
FullResponseFindCommand.asPost() |
HttpMethod |
UpdateCommand.asPost() |
HttpMethod |
ViewCommand.asPost() |
HttpMethod |
AbstractCommand.asPut() |
HttpMethod |
AddCommand.asPut() |
HttpMethod |
BulkCommand.asPut() |
HttpMethod |
CouchCommand.asPut() |
HttpMethod |
UpdateCommand.asPut() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.