Uses of Class
app.cybrid.cybrid_api_bank.client.model.AccountBankModel
-
Packages that use AccountBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of AccountBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type AccountBankModel Modifier and Type Method Description reactor.core.publisher.Mono<AccountBankModel>AccountsBankApi. createAccount(PostAccountBankModel postAccountBankModel)Create Account Creates an account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AccountBankModel>>AccountsBankApi. createAccountWithHttpInfo(PostAccountBankModel postAccountBankModel)reactor.core.publisher.Mono<AccountBankModel>AccountsBankApi. getAccount(String accountGuid)Get Account Retrieves an account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AccountBankModel>>AccountsBankApi. getAccountWithHttpInfo(String accountGuid) -
Uses of AccountBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return AccountBankModel Modifier and Type Method Description AccountBankModelAccountBankModel. addLabelsItem(String labelsItem)AccountBankModelAccountBankModel. asset(String asset)AccountBankModelAccountBankModel. bankGuid(String bankGuid)AccountBankModelAccountBankModel. createdAt(OffsetDateTime createdAt)AccountBankModelAccountBankModel. customerGuid(String customerGuid)AccountBankModelAccountBankModel. guid(String guid)AccountBankModelAccountBankModel. labels(List<String> labels)AccountBankModelAccountBankModel. name(String name)AccountBankModelAccountBankModel. platformAvailable(BigInteger platformAvailable)AccountBankModelAccountBankModel. platformBalance(BigInteger platformBalance)AccountBankModelAccountBankModel. state(String state)AccountBankModelAccountBankModel. type(String type)AccountBankModelAccountBankModel. updatedAt(OffsetDateTime updatedAt)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type AccountBankModel Modifier and Type Method Description List<AccountBankModel>AccountListBankModel. getObjects()Array of account entitiesMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type AccountBankModel Modifier and Type Method Description AccountListBankModelAccountListBankModel. addObjectsItem(AccountBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type AccountBankModel Modifier and Type Method Description AccountListBankModelAccountListBankModel. objects(List<AccountBankModel> objects)voidAccountListBankModel. setObjects(List<AccountBankModel> objects)
-