public interface ProductTypeReference extends Reference
| Modifier and Type | Field and Description |
|---|---|
static String |
PRODUCT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ProductTypeReferenceBuilder |
builder() |
static ProductTypeReferenceBuilder |
builder(ProductTypeReference template) |
static ProductTypeReference |
of() |
static ProductTypeReference |
of(ProductTypeReference template) |
default <T> T |
withProductTypeReference(Function<ProductTypeReference,T> helper) |
getId, getTypeId, setId, withReferencestatic final String PRODUCT_TYPE
static ProductTypeReference of()
static ProductTypeReference of(ProductTypeReference template)
static ProductTypeReferenceBuilder builder()
static ProductTypeReferenceBuilder builder(ProductTypeReference template)
default <T> T withProductTypeReference(Function<ProductTypeReference,T> helper)