| Package | Description |
|---|---|
| com.bymdev.voucherhub.api | |
| com.bymdev.voucherhub.model |
| Modifier and Type | Method and Description |
|---|---|
OrderRecordExtendDTO |
OrderRecordResourceApi.getOrderRecord(Long id)
getOrderRecord
Required permissions: CAN_GET_ORDERS
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderRecordExtendDTO> |
OrderRecordResourceApi.getAllOrderRecords(String query,
String from,
String till,
String timeZone,
String deliveryMethod,
String deliveryStatus,
Integer size,
Integer page,
String sortBy,
String sortOrder)
getAllOrderRecords
Required permissions: CAN_GET_ORDERS
|
ApiResponse<List<OrderRecordExtendDTO>> |
OrderRecordResourceApi.getAllOrderRecordsWithHttpInfo(String query,
String from,
String till,
String timeZone,
String deliveryMethod,
String deliveryStatus,
Integer size,
Integer page,
String sortBy,
String sortOrder)
getAllOrderRecords
Required permissions: CAN_GET_ORDERS
|
ApiResponse<OrderRecordExtendDTO> |
OrderRecordResourceApi.getOrderRecordWithHttpInfo(Long id)
getOrderRecord
Required permissions: CAN_GET_ORDERS
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
OrderRecordResourceApi.getAllOrderRecordsAsync(String query,
String from,
String till,
String timeZone,
String deliveryMethod,
String deliveryStatus,
Integer size,
Integer page,
String sortBy,
String sortOrder,
ApiCallback<List<OrderRecordExtendDTO>> callback)
getAllOrderRecords (asynchronously)
Required permissions: CAN_GET_ORDERS
|
com.squareup.okhttp.Call |
OrderRecordResourceApi.getOrderRecordAsync(Long id,
ApiCallback<OrderRecordExtendDTO> callback)
getOrderRecord (asynchronously)
Required permissions: CAN_GET_ORDERS
|
Copyright © 2018. All rights reserved.