Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostWorkflowBankModel
-
Packages that use PostWorkflowBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostWorkflowBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api with parameters of type PostWorkflowBankModel Modifier and Type Method Description reactor.core.publisher.Mono<WorkflowBankModel>WorkflowsBankApi. createWorkflow(PostWorkflowBankModel postWorkflowBankModel)Create Workflow Creates a workflow.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<WorkflowBankModel>>WorkflowsBankApi. createWorkflowWithHttpInfo(PostWorkflowBankModel postWorkflowBankModel) -
Uses of PostWorkflowBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostWorkflowBankModel Modifier and Type Method Description PostWorkflowBankModelPostWorkflowBankModel. androidPackageName(String androidPackageName)PostWorkflowBankModelPostWorkflowBankModel. customerGuid(String customerGuid)PostWorkflowBankModelPostWorkflowBankModel. externalBankAccountGuid(String externalBankAccountGuid)PostWorkflowBankModelPostWorkflowBankModel. kind(PostWorkflowBankModel.KindEnum kind)PostWorkflowBankModelPostWorkflowBankModel. language(PostWorkflowBankModel.LanguageEnum language)PostWorkflowBankModelPostWorkflowBankModel. linkCustomizationName(String linkCustomizationName)PostWorkflowBankModelPostWorkflowBankModel. redirectUri(String redirectUri)PostWorkflowBankModelPostWorkflowBankModel. type(PostWorkflowBankModel.TypeEnum type)
-