Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Product.Builder |
billingCategory(String billingCategory)
Metered service billing category
|
Product |
build() |
Product.Builder |
copy(Product model) |
Product.Builder |
name(String name)
Product name
|
Product.Builder |
partNumber(String partNumber)
Product part numner
|
Product.Builder |
productCategory(String productCategory)
Product category
|
Product.Builder |
ucmRateCardPartType(String ucmRateCardPartType)
Rate card part type of Product
|
Product.Builder |
unitOfMeasure(String unitOfMeasure)
Unit of measure
|
public Product.Builder partNumber(String partNumber)
Product part numner
partNumber
- the value to setpublic Product.Builder name(String name)
Product name
name
- the value to setpublic Product.Builder unitOfMeasure(String unitOfMeasure)
Unit of measure
unitOfMeasure
- the value to setpublic Product.Builder billingCategory(String billingCategory)
Metered service billing category
billingCategory
- the value to setpublic Product.Builder productCategory(String productCategory)
Product category
productCategory
- the value to setpublic Product.Builder ucmRateCardPartType(String ucmRateCardPartType)
Rate card part type of Product
ucmRateCardPartType
- the value to setpublic Product build()
public Product.Builder copy(Product model)
Copyright © 2016–2024. All rights reserved.