Package | Description |
---|---|
com.requirementslive.sdk.api.data |
Provides the classes necessary to create the RQL data API client.
|
com.requirementslive.sdk.api.data.model |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RqlDataApiClient.createTransactionsBatch(java.lang.String appName,
BatchAction batchAction,
java.lang.String firstStoreId,
java.lang.String description)
Creates a Batch Id value that may be used with other Data and Import API methods that accept a batchId parameter.
|
Modifier and Type | Method and Description |
---|---|
static BatchAction |
BatchAction.fromValue(java.lang.String v) |
static BatchAction |
BatchAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchAction[] |
BatchAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|