Class EntityExpandResponseValue


  • public final class EntityExpandResponseValue
    extends Object
    The expansion result values.
    • Constructor Detail

      • EntityExpandResponseValue

        public EntityExpandResponseValue()
    • Method Detail

      • entities

        public List<EntityInner> entities()
        Get the entities property: Array of the expansion result entities.
        Returns:
        the entities value.
      • withEntities

        public EntityExpandResponseValue withEntities​(List<EntityInner> entities)
        Set the entities property: Array of the expansion result entities.
        Parameters:
        entities - the entities value to set.
        Returns:
        the EntityExpandResponseValue object itself.
      • edges

        public List<EntityEdges> edges()
        Get the edges property: Array of edges that connects the entity to the list of entities.
        Returns:
        the edges value.
      • withEdges

        public EntityExpandResponseValue withEdges​(List<EntityEdges> edges)
        Set the edges property: Array of edges that connects the entity to the list of entities.
        Parameters:
        edges - the edges value to set.
        Returns:
        the EntityExpandResponseValue object itself.
      • validate

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