Uses of Class
app.cybrid.cybrid_api_bank.client.model.PlatformFileListBankModel
-
Packages that use PlatformFileListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of PlatformFileListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type PlatformFileListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<PlatformFileListBankModel>FilesBankApi. listFiles(BigInteger page, BigInteger perPage, String guid, String type, String state, String bankGuid, String customerGuid)List Files Retrieves a list of files.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PlatformFileListBankModel>>FilesBankApi. listFilesWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String type, String state, String bankGuid, String customerGuid) -
Uses of PlatformFileListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PlatformFileListBankModel Modifier and Type Method Description PlatformFileListBankModelPlatformFileListBankModel. addObjectsItem(PlatformFileBankModel objectsItem)PlatformFileListBankModelPlatformFileListBankModel. objects(List<PlatformFileBankModel> objects)PlatformFileListBankModelPlatformFileListBankModel. page(BigInteger page)PlatformFileListBankModelPlatformFileListBankModel. perPage(BigInteger perPage)PlatformFileListBankModelPlatformFileListBankModel. total(BigInteger total)
-