| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Product |
build() |
Product.Builder |
copy(Product model) |
Product.Builder |
name(String name)
Product name
|
Product.Builder |
partNumber(String partNumber)
Indicates the associated AR Invoice Number
|
public Product.Builder partNumber(String partNumber)
Indicates the associated AR Invoice Number
partNumber - the value to setpublic Product.Builder name(String name)
Product name
name - the value to setpublic Product build()
public Product.Builder copy(Product model)
Copyright © 2016–2024. All rights reserved.