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