Package com.hyperwallet.clientsdk.model
Class HyperwalletBalanceListOptions
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletBalanceListOptions
-
public class HyperwalletBalanceListOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description HyperwalletBalanceListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletBalanceListOptionscurrency(String currency)StringgetCurrency()IntegergetLimit()StringgetSortBy()HyperwalletBalanceListOptionslimit(Integer limit)voidsetCurrency(String currency)voidsetLimit(Integer limit)voidsetSortBy(String sortBy)HyperwalletBalanceListOptionssortBy(String sortBy)
-
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
currency
public HyperwalletBalanceListOptions currency(String currency)
-
getSortBy
public String getSortBy()
-
setSortBy
public void setSortBy(String sortBy)
-
sortBy
public HyperwalletBalanceListOptions sortBy(String sortBy)
-
getLimit
public Integer getLimit()
-
setLimit
public void setLimit(Integer limit)
-
limit
public HyperwalletBalanceListOptions limit(Integer limit)
-
-