public interface SagePagingService
Modifier and Type | Method and Description |
---|---|
<T> java.util.List<T> |
getFullResponse(HttpRequest<javax.ws.rs.core.Form> request,
java.lang.String shopId,
com.fasterxml.jackson.core.type.TypeReference<SagePagedResponse<T>> type)
gets all Results from a SData paged resource.
|
<T> java.util.List<T> getFullResponse(HttpRequest<javax.ws.rs.core.Form> request, java.lang.String shopId, com.fasterxml.jackson.core.type.TypeReference<SagePagedResponse<T>> type) throws RequestException, javax.validation.ValidationException, DeserializationException
request
- the HTTP request.shopId
- type
- the type to deserializeRequestException
- if something went wrong with the requestDeserializationException
- if something went wrong with the deserializationjavax.validation.ValidationException
- if something went wrong with the validation