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