Uses of Class
app.cybrid.cybrid_api_bank.client.model.IdentityRecordListBankModel
-
Packages that use IdentityRecordListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of IdentityRecordListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type IdentityRecordListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<IdentityRecordListBankModel>IdentityRecordsBankApi. listIdentityRecords(String customerGuid, BigInteger page, BigInteger perPage)List Identity Records Retrieves a listing of identity records for a bank.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<IdentityRecordListBankModel>>IdentityRecordsBankApi. listIdentityRecordsWithHttpInfo(String customerGuid, BigInteger page, BigInteger perPage) -
Uses of IdentityRecordListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return IdentityRecordListBankModel Modifier and Type Method Description IdentityRecordListBankModelIdentityRecordListBankModel. addObjectsItem(IdentityRecordBankModel objectsItem)IdentityRecordListBankModelIdentityRecordListBankModel. objects(List<IdentityRecordBankModel> objects)IdentityRecordListBankModelIdentityRecordListBankModel. page(BigInteger page)IdentityRecordListBankModelIdentityRecordListBankModel. perPage(BigInteger perPage)IdentityRecordListBankModelIdentityRecordListBankModel. total(BigInteger total)
-