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