Class ExpansionResultsMetadata


  • public final class ExpansionResultsMetadata
    extends Object
    Expansion result metadata.
    • Constructor Detail

      • ExpansionResultsMetadata

        public ExpansionResultsMetadata()
    • Method Detail

      • aggregations

        public List<ExpansionResultAggregation> aggregations()
        Get the aggregations property: Information of the aggregated nodes in the expansion result.
        Returns:
        the aggregations value.
      • withAggregations

        public ExpansionResultsMetadata withAggregations​(List<ExpansionResultAggregation> aggregations)
        Set the aggregations property: Information of the aggregated nodes in the expansion result.
        Parameters:
        aggregations - the aggregations value to set.
        Returns:
        the ExpansionResultsMetadata object itself.
      • validate

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