public interface ProductReference extends Reference
ProductReference productReference = ProductReference.builder()
.id("{id}")
.build()
| Modifier and Type | Method and Description |
|---|---|
static ProductReferenceBuilder |
builder() |
static ProductReferenceBuilder |
builder(ProductReference template) |
static ProductReference |
of() |
static ProductReference |
of(ProductReference template) |
static com.fasterxml.jackson.core.type.TypeReference<ProductReference> |
typeReference() |
default <T> T |
withProductReference(Function<ProductReference,T> helper) |
categoryBuilder, getId, getTypeId, productBuilder, productTypeBuilder, setId, withReferencestatic final String PRODUCT
static ProductReference of()
static ProductReference of(ProductReference template)
static ProductReferenceBuilder builder()
static ProductReferenceBuilder builder(ProductReference template)
default <T> T withProductReference(Function<ProductReference,T> helper)
static com.fasterxml.jackson.core.type.TypeReference<ProductReference> typeReference()
typeReference in interface Reference