Package | Description |
---|---|
com.requirementslive.sdk.api.data |
Provides the classes necessary to create the RQL data API client.
|
Modifier and Type | Method and Description |
---|---|
PutTransactionsResponse |
RqlDataApiClient.putTransactions(java.lang.String storeId,
java.util.List<TransactionBatchInfo> transactions,
StoreOperation storeOperation) |
PutTransactionsResponse |
RqlDataApiClient.putTransactions(java.lang.String storeId,
java.lang.String batchId,
java.util.List<TransactionBatchInfo> transactions,
StoreOperation storeOperation) |