org.eclipse.lyo.oslc4j.core.model
Class ResponseInfoCollection<T>
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc4j.core.model.FilteredResource<T>
org.eclipse.lyo.oslc4j.core.model.ResponseInfo<Collection<T>>
org.eclipse.lyo.oslc4j.core.model.ResponseInfoCollection<T>
- All Implemented Interfaces:
- IExtendedResource, IResource
public class ResponseInfoCollection<T>
- extends ResponseInfo<Collection<T>>
Concrete ResponseInfo collection wrapper where resource are sent
as an Collection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseInfoCollection
public ResponseInfoCollection(Collection<T> collection,
Map<String,Object> properties,
Integer totalCount,
String nextPage)
ResponseInfoCollection
public ResponseInfoCollection(Collection<T> collection,
Map<String,Object> properties,
Integer totalCount,
URI nextPage)
collection
public Collection<T> collection()
Copyright © 2013. All rights reserved.