Package com.hyperwallet.clientsdk.model
Class HyperwalletVenmoAccountListPaginationOptions
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
-
- com.hyperwallet.clientsdk.model.HyperwalletVenmoAccountListPaginationOptions
-
public class HyperwalletVenmoAccountListPaginationOptions extends HyperwalletPaginationOptions
-
-
Constructor Summary
Constructors Constructor Description HyperwalletVenmoAccountListPaginationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletVenmoAccount.StatusgetStatus()HyperwalletVenmoAccount.TypegetType()voidsetStatus(HyperwalletVenmoAccount.Status status)voidsetType(HyperwalletVenmoAccount.Type type)HyperwalletVenmoAccountListPaginationOptionsstatus(HyperwalletVenmoAccount.Status status)HyperwalletVenmoAccountListPaginationOptionstype(HyperwalletVenmoAccount.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
-
getStatus
public HyperwalletVenmoAccount.Status getStatus()
-
setStatus
public void setStatus(HyperwalletVenmoAccount.Status status)
-
status
public HyperwalletVenmoAccountListPaginationOptions status(HyperwalletVenmoAccount.Status status)
-
getType
public HyperwalletVenmoAccount.Type getType()
-
setType
public void setType(HyperwalletVenmoAccount.Type type)
-
type
public HyperwalletVenmoAccountListPaginationOptions type(HyperwalletVenmoAccount.Type type)
-
-