Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletVenmoAccount.Status
-
Packages that use HyperwalletVenmoAccount.Status Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletVenmoAccount.Status in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletVenmoAccount.Status Modifier and Type Method Description HyperwalletVenmoAccount.StatusHyperwalletVenmoAccount. getStatus()HyperwalletVenmoAccount.StatusHyperwalletVenmoAccountListPaginationOptions. getStatus()static HyperwalletVenmoAccount.StatusHyperwalletVenmoAccount.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletVenmoAccount.Status[]HyperwalletVenmoAccount.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletVenmoAccount.Status Modifier and Type Method Description voidHyperwalletVenmoAccount. setStatus(HyperwalletVenmoAccount.Status status)voidHyperwalletVenmoAccountListPaginationOptions. setStatus(HyperwalletVenmoAccount.Status status)HyperwalletVenmoAccountHyperwalletVenmoAccount. status(HyperwalletVenmoAccount.Status status)HyperwalletVenmoAccountListPaginationOptionsHyperwalletVenmoAccountListPaginationOptions. status(HyperwalletVenmoAccount.Status status)
-