Class ListResponseContent<T>
- java.lang.Object
-
- org.activiti.cloud.alfresco.rest.model.ListResponseContent<T>
-
public class ListResponseContent<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description ListResponseContent()ListResponseContent(EntriesResponseContent<T> list)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EntriesResponseContent<T>getList()static <T> ListResponseContent<T>wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination)
-
-
-
Constructor Detail
-
ListResponseContent
public ListResponseContent()
-
ListResponseContent
public ListResponseContent(EntriesResponseContent<T> list)
-
-
Method Detail
-
wrap
public static <T> ListResponseContent<T> wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination)
-
getList
public EntriesResponseContent<T> getList()
-
-