Package com.hyperwallet.clientsdk.model
Class HyperwalletBankCardListPaginationOptions
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
-
- com.hyperwallet.clientsdk.model.HyperwalletBankCardListPaginationOptions
-
public class HyperwalletBankCardListPaginationOptions extends HyperwalletPaginationOptions
-
-
Constructor Summary
Constructors Constructor Description HyperwalletBankCardListPaginationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletBankCard.StatusgetStatus()voidsetStatus(HyperwalletBankCard.Status status)HyperwalletBankCardListPaginationOptionsstatus(HyperwalletBankCard.Status status)-
Methods inherited from class com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
createdAfter, createdBefore, getCreatedAfter, getCreatedBefore, getLimit, getSortBy, limit, setCreatedAfter, setCreatedBefore, setLimit, setSortBy, sortBy
-
-
-
-
Method Detail
-
getStatus
public HyperwalletBankCard.Status getStatus()
-
setStatus
public void setStatus(HyperwalletBankCard.Status status)
-
status
public HyperwalletBankCardListPaginationOptions status(HyperwalletBankCard.Status status)
-
-