Class RelationshipRequestBody

    • Constructor Detail

      • RelationshipRequestBody

        public RelationshipRequestBody()
        Default constructor
      • RelationshipRequestBody

        public RelationshipRequestBody​(RelationshipRequestBody template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getProperties

        public RelationshipProperties getProperties()
        Return the properties for the relationship.
        Returns:
        properties object
      • setProperties

        public void setProperties​(RelationshipProperties properties)
        Set up the properties for the relationship.
        Parameters:
        properties - properties object
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ExternalSourceRequestBody
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison