Class ListResponseContent<T>
java.lang.Object
org.activiti.cloud.alfresco.rest.model.ListResponseContent<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()static <T> ListResponseContent<T> wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination)
-
Constructor Details
-
ListResponseContent
public ListResponseContent() -
ListResponseContent
-
-
Method Details
-
wrap
public static <T> ListResponseContent<T> wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination) -
getList
-