Class PageResponse<R extends IntRestResponse>
- java.lang.Object
-
- com.synopsys.integration.rest.response.PageResponse<R>
-
public class PageResponse<R extends IntRestResponse> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PageResponse(int count, java.util.List<R> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()java.util.List<R>getItems()
-