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, Boolean includePii)Get Customer Retrieves a customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerBankModel>>CustomersBankApi. getCustomerWithHttpInfo(String customerGuid, Boolean includePii)reactor.core.publisher.Mono<CustomerBankModel>CustomersBankApi. updateCustomer(String customerGuid, PatchCustomerBankModel patchCustomerBankModel)Patch Customer Update a customer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CustomerBankModel>>CustomersBankApi. updateCustomerWithHttpInfo(String customerGuid, PatchCustomerBankModel patchCustomerBankModel) -
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. addLabelsItem(String labelsItem)CustomerBankModelCustomerBankModel. address(CustomerAddressBankModel address)CustomerBankModelCustomerBankModel. bankGuid(String bankGuid)CustomerBankModelCustomerBankModel. createdAt(OffsetDateTime createdAt)CustomerBankModelCustomerBankModel. dateOfBirth(LocalDate dateOfBirth)CustomerBankModelCustomerBankModel. emailAddress(String emailAddress)CustomerBankModelCustomerBankModel. guid(String guid)CustomerBankModelCustomerBankModel. labels(List<String> labels)CustomerBankModelCustomerBankModel. name(CustomerNameBankModel name)CustomerBankModelCustomerBankModel. phoneNumber(String phoneNumber)CustomerBankModelCustomerBankModel. state(CustomerBankModel.StateEnum state)CustomerBankModelCustomerBankModel. type(CustomerBankModel.TypeEnum type)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)
-