Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostWorkflowBankModel.TypeEnum
-
Packages that use PostWorkflowBankModel.TypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostWorkflowBankModel.TypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostWorkflowBankModel.TypeEnum Modifier and Type Method Description static PostWorkflowBankModel.TypeEnumPostWorkflowBankModel.TypeEnum. fromValue(String value)PostWorkflowBankModel.TypeEnumPostWorkflowBankModel. getType()The workflow type.static PostWorkflowBankModel.TypeEnumPostWorkflowBankModel.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostWorkflowBankModel.TypeEnum[]PostWorkflowBankModel.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 PostWorkflowBankModel.TypeEnum Modifier and Type Method Description voidPostWorkflowBankModel. setType(PostWorkflowBankModel.TypeEnum type)PostWorkflowBankModelPostWorkflowBankModel. type(PostWorkflowBankModel.TypeEnum type)
-