Class EntityExpandResponseInner


  • public final class EntityExpandResponseInner
    extends Object
    The entity expansion result operation response.
    • Constructor Detail

      • EntityExpandResponseInner

        public EntityExpandResponseInner()
    • Method Detail

      • metadata

        public ExpansionResultsMetadata metadata()
        Get the metadata property: The metadata from the expansion operation results.
        Returns:
        the metadata value.
      • withMetadata

        public EntityExpandResponseInner withMetadata​(ExpansionResultsMetadata metadata)
        Set the metadata property: The metadata from the expansion operation results.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the EntityExpandResponseInner object itself.
      • value

        public EntityExpandResponseValue value()
        Get the value property: The expansion result values.
        Returns:
        the value value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.