Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPaginationOptions
-
Packages that use HyperwalletPaginationOptions Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPaginationOptions in com.hyperwallet.clientsdk
Methods in com.hyperwallet.clientsdk with parameters of type HyperwalletPaginationOptions Modifier and Type Method Description HyperwalletList<HyperwalletBusinessStakeholder>Hyperwallet. listBusinessStakeholders(String userToken, HyperwalletPaginationOptions options)List BusinessStakeholdersHyperwalletList<HyperwalletStatusTransition>Hyperwallet. listBusinessStakeholderStatusTransition(String userToken, String stakeholderToken, HyperwalletPaginationOptions options)List Business Stakeholder Status transitionHyperwalletList<HyperwalletTransferMethodConfiguration>Hyperwallet. listTransferMethodConfigurations(String userToken, HyperwalletPaginationOptions options)List all Transfer Method Configuration associated with UserHyperwalletList<HyperwalletStatusTransition>Hyperwallet. listUserStatusTransitions(String userToken, HyperwalletPaginationOptions options)List Prepaid Card Status Transition information -
Uses of HyperwalletPaginationOptions in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPaginationOptions Modifier and Type Method Description HyperwalletPaginationOptionsHyperwalletPaginationOptions. createdAfter(Date createdAfter)HyperwalletPaginationOptionsHyperwalletPaginationOptions. createdBefore(Date createdBefore)HyperwalletPaginationOptionsHyperwalletPaginationOptions. limit(Integer limit)HyperwalletPaginationOptionsHyperwalletPaginationOptions. sortBy(String sortBy)
-