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