public static interface ProductCode.Builder extends SdkPojo, CopyableBuilder<ProductCode.Builder,ProductCode>
Modifier and Type | Method and Description |
---|---|
ProductCode.Builder |
productCodeId(String productCodeId)
The product code.
|
ProductCode.Builder |
productCodeType(ProductCodeValues productCodeType)
The type of product code.
|
ProductCode.Builder |
productCodeType(String productCodeType)
The type of product code.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProductCode.Builder productCodeId(String productCodeId)
The product code.
productCodeId
- The product code.ProductCode.Builder productCodeType(String productCodeType)
The type of product code.
productCodeType
- The type of product code.ProductCodeValues
,
ProductCodeValues
ProductCode.Builder productCodeType(ProductCodeValues productCodeType)
The type of product code.
productCodeType
- The type of product code.ProductCodeValues
,
ProductCodeValues
Copyright © 2020. All rights reserved.