Class SchemaAttributeRequestBody

    • Constructor Detail

      • SchemaAttributeRequestBody

        public SchemaAttributeRequestBody()
        Default constructor
      • SchemaAttributeRequestBody

        public SchemaAttributeRequestBody​(SchemaAttributeRequestBody template)
        Copy/clone constructor.
        Parameters:
        template - template schema attribute to copy.
    • Method Detail

      • getSchemaAttributeProperties

        public SchemaAttributeProperties getSchemaAttributeProperties()
        Return the properties that describe the schema attribute.
        Returns:
        schema attribute properties
      • setSchemaAttributeProperties

        public void setSchemaAttributeProperties​(SchemaAttributeProperties schemaAttributeProperties)
        Set up the properties that describe the schema attribute.
        Parameters:
        schemaAttributeProperties - schema attribute properties
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class SchemaAttributeProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison