Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostCustomerNameBankModel
-
Packages that use PostCustomerNameBankModel Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostCustomerNameBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostCustomerNameBankModel Modifier and Type Method Description PostCustomerNameBankModelPostCustomerNameBankModel. first(String first)PostCustomerNameBankModelPostCustomerBankModel. getName()Get namePostCustomerNameBankModelPostCustomerNameBankModel. last(String last)PostCustomerNameBankModelPostCustomerNameBankModel. middle(String middle)Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostCustomerNameBankModel Modifier and Type Method Description PostCustomerBankModelPostCustomerBankModel. name(PostCustomerNameBankModel name)voidPostCustomerBankModel. setName(PostCustomerNameBankModel name)
-