Uses of Class
app.cybrid.cybrid_api_bank.client.model.WorkflowBankModel
-
Packages that use WorkflowBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of WorkflowBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type WorkflowBankModel 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 WorkflowBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return WorkflowBankModel Modifier and Type Method Description WorkflowBankModelWorkflowBankModel. createdAt(OffsetDateTime createdAt)WorkflowBankModelWorkflowBankModel. customerGuid(String customerGuid)WorkflowBankModelWorkflowBankModel. guid(String guid)WorkflowBankModelWorkflowBankModel. type(WorkflowBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type WorkflowBankModel Modifier and Type Method Description List<WorkflowBankModel>WorkflowsListBankModel. getObjects()Array of workflow entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type WorkflowBankModel Modifier and Type Method Description WorkflowsListBankModelWorkflowsListBankModel. addObjectsItem(WorkflowBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type WorkflowBankModel Modifier and Type Method Description WorkflowsListBankModelWorkflowsListBankModel. objects(List<WorkflowBankModel> objects)voidWorkflowsListBankModel. setObjects(List<WorkflowBankModel> objects)
-