Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletPayPalAccount.Status
-
Packages that use HyperwalletPayPalAccount.Status Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletPayPalAccount.Status in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletPayPalAccount.Status Modifier and Type Method Description HyperwalletPayPalAccount.StatusHyperwalletPayPalAccount. getStatus()HyperwalletPayPalAccount.StatusHyperwalletPayPalAccountListPaginationOptions. getStatus()static HyperwalletPayPalAccount.StatusHyperwalletPayPalAccount.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletPayPalAccount.Status[]HyperwalletPayPalAccount.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 HyperwalletPayPalAccount.Status Modifier and Type Method Description voidHyperwalletPayPalAccount. setStatus(HyperwalletPayPalAccount.Status status)voidHyperwalletPayPalAccountListPaginationOptions. setStatus(HyperwalletPayPalAccount.Status status)HyperwalletPayPalAccountHyperwalletPayPalAccount. status(HyperwalletPayPalAccount.Status status)HyperwalletPayPalAccountListPaginationOptionsHyperwalletPayPalAccountListPaginationOptions. status(HyperwalletPayPalAccount.Status status)
-