public class ProductReferenceBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductReference>
| Constructor and Description |
|---|
ProductReferenceBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ProductReference |
build() |
ProductReference |
buildUnchecked()
builds ProductReference without checking for non null required values
|
String |
getId() |
ProductReferenceBuilder |
id(String id) |
static ProductReferenceBuilder |
of() |
static ProductReferenceBuilder |
of(ProductReference template) |
public ProductReferenceBuilder id(String id)
public String getId()
public ProductReference build()
build in interface io.vrap.rmf.base.client.Builder<ProductReference>public ProductReference buildUnchecked()
public static ProductReferenceBuilder of()
public static ProductReferenceBuilder of(ProductReference template)