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 PlatformFileBankModel Modifier and Type Method Description PlatformFileBankModelPlatformFileBankModel. completedAt(OffsetDateTime completedAt)PlatformFileBankModelPlatformFileBankModel. contentType(String contentType)PlatformFileBankModelPlatformFileBankModel. failedAt(OffsetDateTime failedAt)PlatformFileBankModelPlatformFileBankModel. failureCode(String failureCode)PlatformFileBankModelPlatformFileBankModel. guid(String guid)PlatformFileBankModelPlatformFileBankModel. state(PlatformFileBankModel.StateEnum state)PlatformFileBankModelPlatformFileBankModel. type(String type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PlatformFileBankModel Modifier and Type Method Description List<PlatformFileBankModel>IdentityVerificationDocumentBankModel. getFiles()The files associated with the document.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 IdentityVerificationDocumentBankModelIdentityVerificationDocumentBankModel. addFilesItem(PlatformFileBankModel filesItem)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 IdentityVerificationDocumentBankModelIdentityVerificationDocumentBankModel. files(List<PlatformFileBankModel> files)PlatformFileListBankModelPlatformFileListBankModel. objects(List<PlatformFileBankModel> objects)voidIdentityVerificationDocumentBankModel. setFiles(List<PlatformFileBankModel> files)voidPlatformFileListBankModel. setObjects(List<PlatformFileBankModel> objects)
-