Interface GraphQlBaseRequest<T extends GraphQlBaseResult<? extends GraphQlBaseResource>>

    • Method Detail

      • withPredicate

        GraphQlBaseRequest<T> withPredicate​(java.lang.String predicate)
        This method adds a predicate string to the request.
        Parameters:
        predicate - - a string representing a query predicate.
        Returns:
        - an instance of this class.
      • withLimit

        GraphQlBaseRequest<T> withLimit​(long limit)
        This method adds a limit to the request.
        Parameters:
        limit - - a number representing the query limit parameter
        Returns:
        - an instance of this class