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