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