Class EntriesResponseContent<T>
- java.lang.Object
-
- org.activiti.cloud.alfresco.rest.model.EntriesResponseContent<T>
-
public class EntriesResponseContent<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description EntriesResponseContent()EntriesResponseContent(List<EntryResponseContent<T>> entries, PaginationMetadata pagination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EntryResponseContent<T>>getEntries()PaginationMetadatagetPagination()
-
-
-
Constructor Detail
-
EntriesResponseContent
public EntriesResponseContent()
-
EntriesResponseContent
public EntriesResponseContent(List<EntryResponseContent<T>> entries, PaginationMetadata pagination)
-
-
Method Detail
-
getEntries
public List<EntryResponseContent<T>> getEntries()
-
getPagination
public PaginationMetadata getPagination()
-
-