Class RelationshipLinks

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
de.codebarista.shopware.model.core.RelationshipLinks
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class RelationshipLinks extends HashMap<String,Object>
A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.
See Also: