Package com.fedapay.collections
Class FedaPayCollection<T>
- java.lang.Object
-
- com.fedapay.collections.FedaPayCollection<T>
-
- Direct Known Subclasses:
AccountCollection,BalanceCollection,CurrencyCollection,CustomerCollection,EventCollection,InvoiceCollection,LogCollection,PageCollection,PayoutCollection,TransactionCollection
public class FedaPayCollection<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description FedaPayCollection()FedaPayCollection(List<T> data, Map<String,Object> fedaPayObject, Map<String,Object> meta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getData()Map<String,Object>getFedaPayObject()Map<String,Object>getMeta()voidsetData(List<T> data)voidsetFedaPayObject(Map<String,Object> fedaPayObject)voidsetMeta(Map<String,Object> meta)
-