public interface GraphQlBaseRequest<T extends GraphQlBaseResult<? extends GraphQlBaseResource>>
extends io.sphere.sdk.client.SphereRequest<T>
| Modifier and Type | Method and Description |
|---|---|
GraphQlBaseRequest<T> |
withLimit(long limit)
This method adds a limit to the request.
|
GraphQlBaseRequest<T> |
withPredicate(java.lang.String predicate)
This method adds a predicate string to the request.
|
GraphQlBaseRequest<T> withPredicate(java.lang.String predicate)
predicate - - a string representing a query predicate.GraphQlBaseRequest<T> withLimit(long limit)
limit - - a number representing the query limit parameter