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 number
|
Product.Builder |
productCategory(String productCategory)
Product category
|
Product.Builder |
provisioningGroup(String provisioningGroup)
Product provisioning group
|
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 number
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 provisioningGroup(String provisioningGroup)
Product provisioning group
provisioningGroup
- 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.