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