Uses of Class
app.cybrid.cybrid_api_bank.client.model.CustomerBankModel
-
Packages that use CustomerBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of CustomerBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type CustomerBankModel Modifier and Type Method Description reactor.core.publisher.Mono<CustomerBankModel>CustomersBankApi. createCustomer(PostCustomerBankModel postCustomerBankModel)Create Customer Creates a customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerBankModel>>CustomersBankApi. createCustomerWithHttpInfo(PostCustomerBankModel postCustomerBankModel)reactor.core.publisher.Mono<CustomerBankModel>CustomersBankApi. getCustomer(String customerGuid, String bankGuid)Get Customer Retrieves a customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerBankModel>>CustomersBankApi. getCustomerWithHttpInfo(String customerGuid, String bankGuid) -
Uses of CustomerBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return CustomerBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. createdAt(OffsetDateTime createdAt)CustomerBankModelCustomerBankModel. customerType(CustomerBankModel.CustomerTypeEnum customerType)CustomerBankModelCustomerBankModel. guid(String guid)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type CustomerBankModel Modifier and Type Method Description List<CustomerBankModel>CustomerListBankModel. getObjects()Get objectsMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type CustomerBankModel Modifier and Type Method Description CustomerListBankModelCustomerListBankModel. addObjectsItem(CustomerBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type CustomerBankModel Modifier and Type Method Description CustomerListBankModelCustomerListBankModel. objects(List<CustomerBankModel> objects)voidCustomerListBankModel. setObjects(List<CustomerBankModel> objects)
-