jp.webpay.model
Class CustomerList

java.lang.Object
  extended by jp.webpay.model.EntityList<Customer>
      extended by jp.webpay.model.CustomerList

public class CustomerList
extends EntityList<Customer>


Field Summary
 
Fields inherited from class jp.webpay.model.EntityList
data
 
Constructor Summary
CustomerList()
           
 
Method Summary
static CustomerList fromJsonResponse(WebPayClient client, java.lang.String json)
           
 void setData(java.util.List<Customer> data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerList

public CustomerList()
Method Detail

setData

public void setData(@NonNull
                    java.util.List<Customer> data)

fromJsonResponse

public static CustomerList fromJsonResponse(@NonNull
                                            WebPayClient client,
                                            @NonNull
                                            java.lang.String json)