| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.client.multimessage | |
| uk.co.visalia.brightpearl.apiclient.multimessage |
| Modifier and Type | Method and Description |
|---|---|
ProcessingMode |
MultiMessage.getProcessingMode() |
| Constructor and Description |
|---|
MultiMessage(ProcessingMode processingMode,
OnFailOption onFail,
List<MultiMessageItem> messages) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingMode |
MultiRequest.getProcessingMode()
The processing mode option (SEQUENTIAL or PARALLEL) set on the request, which defines whether requests should be
executed in serial or in parallel by the Brightpearl multimessage API.
|
static ProcessingMode |
ProcessingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingMode[] |
ProcessingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MultiRequestBuilder |
MultiRequestBuilder.withProcessingMode(ProcessingMode processingMode)
Set the processing mode option (SEQUENTIAL or PARALLEL) for the request, which defines whether requests should be
executed in serial or in parallel by the Brightpearl multimessage API.
|
Copyright © 2014. All Rights Reserved.