Uses of Class
app.cybrid.cybrid_api_bank.client.model.VerificationKeyBankModel
-
Packages that use VerificationKeyBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of VerificationKeyBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type VerificationKeyBankModel Modifier and Type Method Description reactor.core.publisher.Mono<VerificationKeyBankModel>VerificationKeysBankApi. createVerificationKey(String bankGuid, PostVerificationKeyBankModel postVerificationKeyBankModel)Create VerificationKey Creates a verification key.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<VerificationKeyBankModel>>VerificationKeysBankApi. createVerificationKeyWithHttpInfo(String bankGuid, PostVerificationKeyBankModel postVerificationKeyBankModel)reactor.core.publisher.Mono<VerificationKeyBankModel>VerificationKeysBankApi. getVerificationKey(String bankGuid, String verificationKeyGuid)Get VerificationKey Retrieves a verification key.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<VerificationKeyBankModel>>VerificationKeysBankApi. getVerificationKeyWithHttpInfo(String bankGuid, String verificationKeyGuid) -
Uses of VerificationKeyBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return VerificationKeyBankModel Modifier and Type Method Description VerificationKeyBankModelVerificationKeyBankModel. algorithm(VerificationKeyBankModel.AlgorithmEnum algorithm)VerificationKeyBankModelVerificationKeyBankModel. bankGuid(String bankGuid)VerificationKeyBankModelVerificationKeyBankModel. createdAt(OffsetDateTime createdAt)VerificationKeyBankModelVerificationKeyBankModel. fingerprint(String fingerprint)VerificationKeyBankModelVerificationKeyBankModel. guid(String guid)VerificationKeyBankModelVerificationKeyBankModel. state(VerificationKeyBankModel.StateEnum state)VerificationKeyBankModelVerificationKeyBankModel. type(VerificationKeyBankModel.TypeEnum type)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type VerificationKeyBankModel Modifier and Type Method Description List<VerificationKeyBankModel>VerificationKeyListBankModel. getObjects()Array of VerificationKey entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type VerificationKeyBankModel Modifier and Type Method Description VerificationKeyListBankModelVerificationKeyListBankModel. addObjectsItem(VerificationKeyBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type VerificationKeyBankModel Modifier and Type Method Description VerificationKeyListBankModelVerificationKeyListBankModel. objects(List<VerificationKeyBankModel> objects)voidVerificationKeyListBankModel. setObjects(List<VerificationKeyBankModel> objects)
-