Package com.buttercms.model
Class PagesResponse<T>
java.lang.Object
com.buttercms.model.PagesResponse<T>
public class PagesResponse<T> extends Object
-
Constructor Summary
Constructors Constructor Description PagesResponse() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)List<Page<T>>getData()PaginationMetagetMeta()inthashCode()PagesResponsesetData(List<Page<T>> data)PagesResponsesetMeta(PaginationMeta meta)StringtoString()