| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.client.multimessage | |
| uk.co.visalia.brightpearl.apiclient.http | |
| uk.co.visalia.brightpearl.apiclient.request |
| Modifier and Type | Method and Description |
|---|---|
Method |
MultiMessageItem.getHttpMethod() |
| Constructor and Description |
|---|
MultiMessageItem(String label,
String uri,
Method httpMethod,
Object body) |
| Modifier and Type | Method and Description |
|---|---|
Method |
Request.getMethod()
The HTTP method.
|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
RequestBuilder.withMethod(Method method)
Sets the HTTP method of the request.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
AbstractServiceRequest.getMethod()
The HTTP method of the request.
|
Copyright © 2014. All Rights Reserved.