Uses of Class
app.cybrid.cybrid_api_bank.client.model.CustomerNameBankModel
-
Packages that use CustomerNameBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of CustomerNameBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return CustomerNameBankModel Modifier and Type Method Description CustomerNameBankModelCustomerNameBankModel. first(String first)CustomerNameBankModelCustomerNameBankModel. full(String full)CustomerNameBankModelCustomerBankModel. getName()Get nameCustomerNameBankModelCustomerNameBankModel. last(String last)CustomerNameBankModelCustomerNameBankModel. middle(String middle)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type CustomerNameBankModel Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<CustomerNameBankModel>CustomerBankModel. getName_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type CustomerNameBankModel Modifier and Type Method Description CustomerBankModelCustomerBankModel. name(CustomerNameBankModel name)voidCustomerBankModel. setName(CustomerNameBankModel name)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type CustomerNameBankModel Modifier and Type Method Description voidCustomerBankModel. setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<CustomerNameBankModel> name)
-