public abstract class ResponseUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> javax.ws.rs.core.Response |
createResponse(List<T> entities,
long offset,
long totalCount) |
static String |
getContentRange(long itemCount,
long offset,
long totalCount) |
Copyright © 2021. All rights reserved.