Interface ProductCode.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProductCode.Builder,ProductCode>, SdkBuilder<ProductCode.Builder,ProductCode>, SdkPojo
Enclosing class:
ProductCode

public static interface ProductCode.Builder extends SdkPojo, CopyableBuilder<ProductCode.Builder,ProductCode>
  • Method Details

    • productCodeId

      ProductCode.Builder productCodeId(String productCodeId)

      The product code.

      Parameters:
      productCodeId - The product code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productCodeType

      ProductCode.Builder productCodeType(String productCodeType)

      The type of product code.

      Parameters:
      productCodeType - The type of product code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • productCodeType

      ProductCode.Builder productCodeType(ProductCodeValues productCodeType)

      The type of product code.

      Parameters:
      productCodeType - The type of product code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: