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)PostCustomerNameBankModelPostCustomerNameBankModel. full(String full)PostCustomerNameBankModelPostCustomerBankModel. getName()Get namePostCustomerNameBankModelPostCustomerNameBankModel. last(String last)PostCustomerNameBankModelPostCustomerNameBankModel. middle(String middle)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type PostCustomerNameBankModel Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostCustomerNameBankModel>PostCustomerBankModel. getName_JsonNullable()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)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostCustomerNameBankModel Modifier and Type Method Description voidPostCustomerBankModel. setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostCustomerNameBankModel> name)
-