Uses of Class
app.cybrid.cybrid_api_bank.client.model.PlatformFileBankModel
-
Packages that use PlatformFileBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PlatformFileBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type PlatformFileBankModel Modifier and Type Method Description reactor.core.publisher.Mono<PlatformFileBankModel>FilesBankApi. createFile(PostFileBankModel postFileBankModel)Create File Creates a file.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PlatformFileBankModel>>FilesBankApi. createFileWithHttpInfo(PostFileBankModel postFileBankModel)reactor.core.publisher.Mono<PlatformFileBankModel>FilesBankApi. getFile(String fileGuid, String includeDownloadUrl)Get File Retrieves a file.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PlatformFileBankModel>>FilesBankApi. getFileWithHttpInfo(String fileGuid, String includeDownloadUrl) -
Uses of PlatformFileBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PlatformFileBankModel Modifier and Type Method Description List<PlatformFileBankModel>PlatformFileListBankModel. getObjects()Array of file entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type PlatformFileBankModel Modifier and Type Method Description PlatformFileListBankModelPlatformFileListBankModel. addObjectsItem(PlatformFileBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PlatformFileBankModel Modifier and Type Method Description PlatformFileListBankModelPlatformFileListBankModel. objects(List<PlatformFileBankModel> objects)voidPlatformFileListBankModel. setObjects(List<PlatformFileBankModel> objects)
-