Uses of Class
app.cybrid.cybrid_api_bank.client.model.WorkflowWithDetailsBankModel.TypeEnum
-
Packages that use WorkflowWithDetailsBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of WorkflowWithDetailsBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return WorkflowWithDetailsBankModel.TypeEnum Modifier and Type Method Description static WorkflowWithDetailsBankModel.TypeEnumWorkflowWithDetailsBankModel.TypeEnum. fromValue(String value)WorkflowWithDetailsBankModel.TypeEnumWorkflowWithDetailsBankModel. getType()The type of workflow.static WorkflowWithDetailsBankModel.TypeEnumWorkflowWithDetailsBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowWithDetailsBankModel.TypeEnum[]WorkflowWithDetailsBankModel.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type WorkflowWithDetailsBankModel.TypeEnum Modifier and Type Method Description voidWorkflowWithDetailsBankModel. setType(WorkflowWithDetailsBankModel.TypeEnum type)WorkflowWithDetailsBankModelWorkflowWithDetailsBankModel. type(WorkflowWithDetailsBankModel.TypeEnum type)
-