public interface GqlRequestBody<V> extends IJsonBindingsBacked
| Modifier and Type | Interface and Description |
|---|---|
static class |
GqlRequestBody.ProxyFactory |
| Modifier and Type | Method and Description |
|---|---|
static <V> GqlRequestBody<V> |
create(String query,
V variables) |
default String |
getQuery() |
default V |
getVariables() |
writestatic <V> GqlRequestBody<V> create(String query, V variables)
default String getQuery()
default V getVariables()
Copyright © 2020. All rights reserved.