Package com.hyperwallet.clientsdk.model
Class HyperwalletPrepaidCardListPaginationOptions
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
-
- com.hyperwallet.clientsdk.model.HyperwalletPrepaidCardListPaginationOptions
-
public class HyperwalletPrepaidCardListPaginationOptions extends HyperwalletPaginationOptions
-
-
Constructor Summary
Constructors Constructor Description HyperwalletPrepaidCardListPaginationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletPrepaidCard.StatusgetStatus()voidsetStatus(HyperwalletPrepaidCard.Status status)HyperwalletPrepaidCardListPaginationOptionsstatus(HyperwalletPrepaidCard.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 HyperwalletPrepaidCard.Status getStatus()
-
setStatus
public void setStatus(HyperwalletPrepaidCard.Status status)
-
status
public HyperwalletPrepaidCardListPaginationOptions status(HyperwalletPrepaidCard.Status status)
-
-