Package com.buttercms.model
Class CollectionResponse<T>
java.lang.Object
com.buttercms.model.CollectionResponse<T>
public class CollectionResponse<T> extends Object
-
Constructor Summary
Constructors Constructor Description CollectionResponse() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)Collection<T>getData()PaginationMetagetMeta()inthashCode()voidsetData(Collection<T> data)voidsetMeta(PaginationMeta meta)StringtoString()