Class BookmarkExpandResponseValue


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

      • BookmarkExpandResponseValue

        public BookmarkExpandResponseValue()
    • Method Detail

      • entities

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

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

        public List<ConnectedEntity> edges()
        Get the edges property: Array of expansion result connected entities.
        Returns:
        the edges value.
      • withEdges

        public BookmarkExpandResponseValue withEdges​(List<ConnectedEntity> edges)
        Set the edges property: Array of expansion result connected entities.
        Parameters:
        edges - the edges value to set.
        Returns:
        the BookmarkExpandResponseValue object itself.
      • validate

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