| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.client.multimessage | |
| uk.co.visalia.brightpearl.apiclient.multimessage |
| Modifier and Type | Method and Description |
|---|---|
OnFailOption |
MultiMessage.getOnFail() |
| Constructor and Description |
|---|
MultiMessage(ProcessingMode processingMode,
OnFailOption onFail,
List<MultiMessageItem> messages) |
| Modifier and Type | Method and Description |
|---|---|
OnFailOption |
MultiRequest.getOnFailOption()
The on fail option (STOP or CONTINUE) set on the request, defining whether remaining requests should still be
executed when one fails.
|
static OnFailOption |
OnFailOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnFailOption[] |
OnFailOption.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.withOnFailOption(OnFailOption onFailOption)
Set the on fail option (STOP or CONTINUE) for the request, defining whether remaining requests should still be
executed when one fails.
|
Copyright © 2014. All Rights Reserved.