jp.webpay.model
Class ChargeList

java.lang.Object
  extended by jp.webpay.model.EntityList<Charge>
      extended by jp.webpay.model.ChargeList

public class ChargeList
extends EntityList<Charge>


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

Constructor Detail

ChargeList

public ChargeList()
Method Detail

setData

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

fromJsonResponse

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