public class ResponseInfoCollection<T> extends ResponseInfo<Collection<T>>
Collection
Constructor and Description |
---|
ResponseInfoCollection(Collection<T> collection,
Map<String,Object> properties,
Integer totalCount,
String nextPage) |
ResponseInfoCollection(Collection<T> collection,
Map<String,Object> properties,
Integer totalCount,
URI nextPage) |
Modifier and Type | Method and Description |
---|---|
Collection<T> |
collection() |
getContainer, nextPage, totalCount
properties, resource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public ResponseInfoCollection(Collection<T> collection, Map<String,Object> properties, Integer totalCount, String nextPage)
public Collection<T> collection()
Copyright © 2017. All rights reserved.