Serialized Form
-
Package com.liferay.headless.pim.dto.v1_0
-
Class com.liferay.headless.pim.dto.v1_0.Link
class Link extends Object implements Serializable-
Serialized Fields
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_sourceLinkReferenceSupplier
Supplier<LinkReference> _sourceLinkReferenceSupplier
-
_targetLinkReferencesSupplier
Supplier<LinkReference[]> _targetLinkReferencesSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
sourceLinkReference
@NotNull LinkReference sourceLinkReference
-
targetLinkReferences
LinkReference[] targetLinkReferences
-
type
@NotEmpty String type
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.pim.dto.v1_0.LinkReference
class LinkReference extends Object implements Serializable-
Serialized Fields
-
_actionsSupplier
Supplier<Map<String,
Map<String, String>>> _actionsSupplier -
_classNameSupplier
Supplier<String> _classNameSupplier
-
_codeSupplier
Supplier<String> _codeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_externalReferenceCodeSupplier
Supplier<String> _externalReferenceCodeSupplier
-
_idSupplier
Supplier<Long> _idSupplier
-
_nameSupplier
Supplier<String> _nameSupplier
-
_statusSupplier
Supplier<Status> _statusSupplier
-
_typeSupplier
Supplier<String> _typeSupplier
-
actions
Map<String,
Map<String, String>> actions -
className
@NotEmpty String className
-
code
String code
-
externalReferenceCode
@NotEmpty String externalReferenceCode
-
id
Long id
-
name
String name
-
status
Status status
-
type
String type
-
xClassName
String xClassName
-
-
-
Class com.liferay.headless.pim.dto.v1_0.Status
class Status extends Object implements Serializable-
Serialized Fields
-
_codeSupplier
Supplier<Integer> _codeSupplier
-
_extendedProperties
Map<String,
Serializable> _extendedProperties -
_label_i18nSupplier
Supplier<String> _label_i18nSupplier
-
_labelSupplier
Supplier<String> _labelSupplier
-
code
Integer code
-
label
String label
-
label_i18n
String label_i18n
-
xClassName
String xClassName
-
-
-