public abstract class CancelMyHoldClient extends Object
Modifier and Type | Field and Description |
---|---|
static String |
QUERYPARAM_HOLD_KEY |
static String |
SERVICE_PATH
The path from the application webroot to the service endpoint
|
Constructor and Description |
---|
CancelMyHoldClient() |
Modifier and Type | Method and Description |
---|---|
boolean |
cancelHold(SymwsClientConfig symwsClientConfig,
long holdKey)
Cancels the Symphony hold having the provided holdKey
|
public static final String SERVICE_PATH
public static final String QUERYPARAM_HOLD_KEY
public boolean cancelHold(SymwsClientConfig symwsClientConfig, long holdKey) throws SymwsClientException, IllegalArgumentException
symwsClientConfig
- the SymwsClientConfig to use with this requestholdKey
- the holdKey of the hold to cancelSymwsClientException
- if the web service returns an errorIllegalArgumentException
- if the holdKey is not a positive whole numberCopyright © 2015. All rights reserved.