Package | Description |
---|---|
org.neo4j.rest.graphdb.batch |
Modifier and Type | Method and Description |
---|---|
RestOperations.RestOperation.Methods |
RestOperations.RestOperation.getMethod() |
static RestOperations.RestOperation.Methods |
RestOperations.RestOperation.Methods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestOperations.RestOperation.Methods[] |
RestOperations.RestOperation.Methods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RestOperations.RestOperation |
RestOperations.record(RestOperations.RestOperation.Methods method,
String path,
Object data,
String baseUri) |
RestOperations.RestOperation |
RecordingRestRequest.record(RestOperations.RestOperation.Methods method,
String path,
Object data,
String baseUri) |
Constructor and Description |
---|
RestOperation(long batchId,
RestOperations.RestOperation.Methods method,
String uri,
javax.ws.rs.core.MediaType contentType,
javax.ws.rs.core.MediaType acceptHeader,
Object data,
String baseUri) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.