Class EntityQueryList


  • public final class EntityQueryList
    extends Object
    List of all the entity queries.
    • Constructor Detail

      • EntityQueryList

        public EntityQueryList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to fetch the next set of entity queries.
        Returns:
        the nextLink value.
      • value

        public List<EntityQueryInner> value()
        Get the value property: Array of entity queries.
        Returns:
        the value value.
      • withValue

        public EntityQueryList withValue​(List<EntityQueryInner> value)
        Set the value property: Array of entity queries.
        Parameters:
        value - the value value to set.
        Returns:
        the EntityQueryList object itself.
      • validate

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