Uses of Class
app.cybrid.cybrid_api_bank.client.model.PostQuoteBankModel.ProductTypeEnum
-
Packages that use PostQuoteBankModel.ProductTypeEnum Package Description app.cybrid.cybrid_api_bank.client.model -
-
Uses of PostQuoteBankModel.ProductTypeEnum in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return PostQuoteBankModel.ProductTypeEnum Modifier and Type Method Description static PostQuoteBankModel.ProductTypeEnumPostQuoteBankModel.ProductTypeEnum. fromValue(String value)PostQuoteBankModel.ProductTypeEnumPostQuoteBankModel. getProductType()The type of product the quote is for.static PostQuoteBankModel.ProductTypeEnumPostQuoteBankModel.ProductTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PostQuoteBankModel.ProductTypeEnum[]PostQuoteBankModel.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 that return types with arguments of type PostQuoteBankModel.ProductTypeEnum Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<PostQuoteBankModel.ProductTypeEnum>PostQuoteBankModel. getProductType_JsonNullable()Methods in app.cybrid.cybrid_api_bank.client.model with parameters of type PostQuoteBankModel.ProductTypeEnum Modifier and Type Method Description PostQuoteBankModelPostQuoteBankModel. productType(PostQuoteBankModel.ProductTypeEnum productType)voidPostQuoteBankModel. setProductType(PostQuoteBankModel.ProductTypeEnum productType)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type PostQuoteBankModel.ProductTypeEnum Modifier and Type Method Description voidPostQuoteBankModel. setProductType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<PostQuoteBankModel.ProductTypeEnum> productType)
-