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