Uses of Class
app.cybrid.cybrid_api_bank.client.model.QuoteBankModel.ProductTypeEnum
-
Packages that use QuoteBankModel.ProductTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of QuoteBankModel.ProductTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return QuoteBankModel.ProductTypeEnum Modifier and Type Method Description static QuoteBankModel.ProductTypeEnumQuoteBankModel.ProductTypeEnum. fromValue(String value)QuoteBankModel.ProductTypeEnumQuoteBankModel. getProductType()The type of product the quote is for.static QuoteBankModel.ProductTypeEnumQuoteBankModel.ProductTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteBankModel.ProductTypeEnum[]QuoteBankModel.ProductTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type QuoteBankModel.ProductTypeEnum Modifier and Type Method Description QuoteBankModelQuoteBankModel. productType(QuoteBankModel.ProductTypeEnum productType)voidQuoteBankModel. setProductType(QuoteBankModel.ProductTypeEnum productType)
-