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