Class 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet relatedgetSelf()Get selfinthashCode()self(RelationshipLinksSelf self) voidsetRelated(Link related) voidsetSelf(RelationshipLinksSelf self) toString()Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_RELATED
- See Also:
-
-
Constructor Details
-
RelationshipLinks
public RelationshipLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
getRelated
Get related- Returns:
- related
-
setRelated
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAbstractMap<String,Object>
-