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