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