Interface GenericReference<T>
- Type Parameters:
T
- the underlying reference type
- All Superinterfaces:
Reference
,ReferenceMixin
generic reference interface
-
Method Summary
Modifier and TypeMethodDescriptiongetObj()
default GenericReference<T>
of
(ReferenceTypeId typeId, String id, T obj) Methods inherited from interface com.commercetools.api.models.common.Reference
getId, getTypeId, setId, withReference
Methods inherited from interface com.commercetools.api.models.common.ReferenceMixin
toResourceIdentifier
-
Method Details
-
getObj
T getObj() -
of
-