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