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