Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

abort() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecordEditor
 
absent() - Static method in class com.apollographql.apollo.api.Input
Creates a new Input instance that is always undefined.
absent() - Static method in class com.apollographql.apollo.api.internal.Optional
Returns an Optional instance with no contained reference.
accept(T) - Method in interface com.apollographql.apollo.api.internal.Mutator
Performs this operation on the given argument.
Action<T> - Interface in com.apollographql.apollo.api.internal
 
adapterFor(ScalarType) - Method in class com.apollographql.apollo.response.ScalarTypeAdapters
 
ApolloLogger - Class in com.apollographql.apollo.internal
 
ApolloLogger(Optional<Logger>) - Constructor for class com.apollographql.apollo.internal.ApolloLogger
 
apply(T) - Method in interface com.apollographql.apollo.api.internal.Action
 
apply(T) - Method in interface com.apollographql.apollo.api.internal.Function
Apply some calculation to the input value and return some other value.
apply(Action<T>) - Method in class com.apollographql.apollo.api.internal.Optional
 
areDisjoint(Set<E>, Set<E>) - Static method in class com.apollographql.apollo.api.internal.Utils
Checks if two Set are disjoint.
arguments() - Method in class com.apollographql.apollo.api.ResponseField
 
asSet() - Method in class com.apollographql.apollo.api.internal.Optional
Returns an immutable singleton Set whose only element is the contained instance if it is present; an empty immutable Set otherwise.

B

beginArray() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
beginArray() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Begins encoding a new array.
beginObject() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
beginObject() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Begins encoding a new object.
bodySink() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecordEditor
 
bodySource() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecord
 
booleanCondition(String, boolean) - Static method in class com.apollographql.apollo.api.ResponseField.Condition
BufferedSourceJsonReader - Class in com.apollographql.apollo.api.internal.json
TODO add Modifications copyright
BufferedSourceJsonReader(BufferedSource) - Constructor for class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
build() - Method in class com.apollographql.apollo.api.internal.UnmodifiableMapBuilder
 
build() - Method in class com.apollographql.apollo.api.Response.Builder
 
builder(Operation) - Static method in class com.apollographql.apollo.api.Response
 

C

CACHE_DO_NOT_STORE - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Do not store the http response
CACHE_EXPIRE_AFTER_READ_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Expire cached response flag http header
CACHE_EXPIRE_TIMEOUT_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Cached response expiration timeout http header
CACHE_FETCH_STRATEGY_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Cache fetch strategy http header
CACHE_FIRST - Static variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy
Signals the apollo client to first fetch the GraphQL query response from the http cache.
CACHE_KEY_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Cache key http header
CACHE_ONLY - Static variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy
Signals the apollo client to fetch the GraphQL query response from the http cache only.
CACHE_PREFETCH_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Prefetch response only flag http header
CACHE_SERVED_DATE_HEADER - Static variable in interface com.apollographql.apollo.api.cache.http.HttpCache
Request served Date/time http header
cacheRecord(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheStore
Returns ResponseCacheRecord for the entry named cacheKey or null if it doesn't exist or is not currently readable.
cacheRecordEditor(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheStore
Returns an editor for the entry named cacheKey or null if another edit is in progress.
checkNotNull(T, Object) - Static method in class com.apollographql.apollo.api.internal.Utils
Checks if the object is null.
checkNotNull(T) - Static method in class com.apollographql.apollo.api.internal.Utils
Checks if the object is null.
clear() - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
Clear cached http responses
close() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecord
 
close() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
column() - Method in class com.apollographql.apollo.api.Error.Location
Returns the column number of the error location.
com.apollographql.apollo - package com.apollographql.apollo
 
com.apollographql.apollo.api - package com.apollographql.apollo.api
 
com.apollographql.apollo.api.cache.http - package com.apollographql.apollo.api.cache.http
 
com.apollographql.apollo.api.internal - package com.apollographql.apollo.api.internal
 
com.apollographql.apollo.api.internal.json - package com.apollographql.apollo.api.internal.json
 
com.apollographql.apollo.internal - package com.apollographql.apollo.internal
 
com.apollographql.apollo.json - package com.apollographql.apollo.json
 
com.apollographql.apollo.response - package com.apollographql.apollo.response
 
commit() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecordEditor
 
conditions() - Method in class com.apollographql.apollo.api.ResponseField
 
customAttributes() - Method in class com.apollographql.apollo.api.Error
Returns custom attributes associated with this error
CustomTypeAdapter<T> - Interface in com.apollographql.apollo.response
Class represents the adapter for mapping GraphQL custom scalar types to Java objects.
CustomTypeValue<T> - Class in com.apollographql.apollo.response
A wrapper class for representation of custom GraphQL type value, used in user provided CustomTypeAdapter encoding / decoding functions.
CustomTypeValue.GraphQLBoolean - Class in com.apollographql.apollo.response
Represents a Boolean value
CustomTypeValue.GraphQLJsonList - Class in com.apollographql.apollo.response
Represents a JSON list value
CustomTypeValue.GraphQLJsonObject - Class in com.apollographql.apollo.response
Represents a JSON object value
CustomTypeValue.GraphQLNumber - Class in com.apollographql.apollo.response
Represents a Number value
CustomTypeValue.GraphQLString - Class in com.apollographql.apollo.response
Represents a String value

D

d(String, Object...) - Method in class com.apollographql.apollo.internal.ApolloLogger
 
d(Throwable, String, Object...) - Method in class com.apollographql.apollo.internal.ApolloLogger
 
data(T) - Method in class com.apollographql.apollo.api.Response.Builder
 
data() - Method in class com.apollographql.apollo.api.Response
 
DEBUG - Static variable in interface com.apollographql.apollo.Logger
 
decode(CustomTypeValue) - Method in interface com.apollographql.apollo.response.CustomTypeAdapter
De-serializes the value to the custom scalar type.
DEFAULT - Static variable in class com.apollographql.apollo.response.ScalarTypeAdapters
 
defined - Variable in class com.apollographql.apollo.api.Input
 
delete() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheStore
Closes the cache and deletes all of its stored values.
dependentKeys(Set<String>) - Method in class com.apollographql.apollo.api.Response.Builder
 
dependentKeys() - Method in class com.apollographql.apollo.api.Response
 

E

e(String, Object...) - Method in class com.apollographql.apollo.internal.ApolloLogger
 
e(Throwable, String, Object...) - Method in class com.apollographql.apollo.internal.ApolloLogger
 
EMPTY_VARIABLES - Static variable in interface com.apollographql.apollo.api.Operation
 
encode(T) - Method in interface com.apollographql.apollo.response.CustomTypeAdapter
Serializes the custom scalar type to the corresponding CustomTypeValue value.
endArray() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
endArray() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Ends encoding the current array.
endObject() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
endObject() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Ends encoding the current object.
equals(Object) - Method in class com.apollographql.apollo.api.Error
 
equals(Object) - Method in class com.apollographql.apollo.api.Error.Location
 
equals(Object) - Method in class com.apollographql.apollo.api.Input
 
equals(Object) - Method in class com.apollographql.apollo.api.internal.Optional
Returns true if object is an Optional instance, and either the contained references are equal to each other or both are absent.
Error - Class in com.apollographql.apollo.api
Represents an error response returned from the GraphQL server
Error(String, List<Error.Location>, Map<String, Object>) - Constructor for class com.apollographql.apollo.api.Error
 
ERROR - Static variable in interface com.apollographql.apollo.Logger
 
Error.Location - Class in com.apollographql.apollo.api
Represents the location of the error in the GraphQL operation sent to the server.
errors(List<Error>) - Method in class com.apollographql.apollo.api.Response.Builder
 
errors() - Method in class com.apollographql.apollo.api.Response
 
expireAfter(long, TimeUnit) - Method in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.ExpirePolicy
Create new cache policy with expire after timeout configuration.
expireAfterRead() - Method in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.ExpirePolicy
Create new cache policy with expire after read configuration.
expireAfterRead - Variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.Policy
 
expireTimeout - Variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.Policy
 
expireTimeoutMs() - Method in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.Policy
 
expireTimeUnit - Variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.Policy
 
extensions(Map<String, Object>) - Method in class com.apollographql.apollo.api.Response.Builder
 
extensions() - Method in class com.apollographql.apollo.api.Response
 

F

failOnUnknown() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
failOnUnknown() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns true if this parser forbids skipping values.
fetchStrategy - Variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy.Policy
 
fieldName() - Method in class com.apollographql.apollo.api.ResponseField
 
file - Variable in class com.apollographql.apollo.api.FileUpload
 
FileUpload - Class in com.apollographql.apollo.api
 
FileUpload(String, File) - Constructor for class com.apollographql.apollo.api.FileUpload
 
flatMap(Function<? super T, Optional<V>>) - Method in class com.apollographql.apollo.api.internal.Optional
 
forBoolean(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.BOOLEAN.
forCustomType(String, String, Map<String, Object>, boolean, ScalarType, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing a custom GraphQL Scalar type, ResponseField.Type.CUSTOM
forDouble(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.DOUBLE.
forEnum(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.ENUM.
forFragment(String, String, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.FRAGMENT.
forInt(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.INT.
forList(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.LIST.
forLong(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.LONG.
forObject(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing a custom ResponseField.Type.OBJECT.
forString(String, String, Map<String, Object>, boolean, List<ResponseField.Condition>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.STRING.
fromCache(boolean) - Method in class com.apollographql.apollo.api.Response.Builder
 
fromCache() - Method in class com.apollographql.apollo.api.Response
 
fromNullable(V) - Static method in class com.apollographql.apollo.api.Input
Creates a new Input instance that is always defined.
fromNullable(T) - Static method in class com.apollographql.apollo.api.internal.Optional
If nullableReference is non-null, returns an Optional instance containing that reference; otherwise returns Optional.absent().
fromRawValue(Object) - Static method in class com.apollographql.apollo.response.CustomTypeValue
 
Function<T,R> - Interface in com.apollographql.apollo.api.internal
 
Functions - Class in com.apollographql.apollo.api.internal
 
Functions() - Constructor for class com.apollographql.apollo.api.internal.Functions
 

G

get() - Method in class com.apollographql.apollo.api.internal.Optional
Returns the contained instance, which must be present.
get() - Method in interface com.apollographql.apollo.api.internal.Supplier
Gets a result.
getIndent() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Returns a string containing only whitespace, used for each level of indentation.
getPath() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
getPath() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns a JsonPath to the current location in the JSON value.
getPath() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Returns a JsonPath to the current location in the JSON value.
getSerializeNulls() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Returns true if object members are serialized when their value is null.
GraphQLBoolean(Boolean) - Constructor for class com.apollographql.apollo.response.CustomTypeValue.GraphQLBoolean
 
GraphqlFragment - Interface in com.apollographql.apollo.api
Represents a GraphQL fragment
GraphQLJsonList(List<Object>) - Constructor for class com.apollographql.apollo.response.CustomTypeValue.GraphQLJsonList
 
GraphQLJsonObject(Map<String, Object>) - Constructor for class com.apollographql.apollo.response.CustomTypeValue.GraphQLJsonObject
 
GraphQLNumber(Number) - Constructor for class com.apollographql.apollo.response.CustomTypeValue.GraphQLNumber
 
GraphQLString(String) - Constructor for class com.apollographql.apollo.response.CustomTypeValue.GraphQLString
 

H

hasErrors() - Method in class com.apollographql.apollo.api.Response
 
hashCode() - Method in class com.apollographql.apollo.api.Error
 
hashCode() - Method in class com.apollographql.apollo.api.Error.Location
 
hashCode() - Method in class com.apollographql.apollo.api.Input
 
hashCode() - Method in class com.apollographql.apollo.api.internal.Optional
Returns a hash code for this instance.
hasNext() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
hasNext() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns true if the current array or object has another element.
hasNext() - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
headerSink() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecordEditor
 
headerSource() - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheRecord
 
HttpCache - Interface in com.apollographql.apollo.api.cache.http
Http GraphQL http request / response cache.
HttpCachePolicy - Class in com.apollographql.apollo.api.cache.http
Http cache policy factory
HttpCachePolicy.ExpirePolicy - Class in com.apollographql.apollo.api.cache.http
Cache policy with provided expiration configuration
HttpCachePolicy.FetchStrategy - Enum in com.apollographql.apollo.api.cache.http
Represents different fetch strategies for http request / response cache
HttpCachePolicy.Policy - Class in com.apollographql.apollo.api.cache.http
Abstraction for http cache policy configurations
HttpCacheRecord - Interface in com.apollographql.apollo.api.cache.http
 
HttpCacheRecordEditor - Interface in com.apollographql.apollo.api.cache.http
 
HttpCacheStore - Interface in com.apollographql.apollo.api.cache.http
CacheStore is an abstraction for a cache store that is used to read, modify or delete http responses.

I

identity() - Static method in class com.apollographql.apollo.api.internal.Functions
Returns the identity function.
Input<V> - Class in com.apollographql.apollo.api
An immutable object that wraps reference to another object.
InputFieldJsonWriter - Class in com.apollographql.apollo.api.internal.json
 
InputFieldJsonWriter(JsonWriter, ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
InputFieldMarshaller - Interface in com.apollographql.apollo.api
 
InputFieldWriter - Interface in com.apollographql.apollo.api
 
InputFieldWriter.ListItemWriter - Interface in com.apollographql.apollo.api
 
InputFieldWriter.ListWriter - Interface in com.apollographql.apollo.api
 
InputType - Interface in com.apollographql.apollo.api
 
interceptor() - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
Provide http cache interceptor to be injected into OkHttpClient.interceptors.
inverted() - Method in class com.apollographql.apollo.api.ResponseField.BooleanCondition
 
isArgumentValueVariableType(Map<String, Object>) - Static method in class com.apollographql.apollo.api.ResponseField
 
isLenient() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
isLenient() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns true if this parser is liberal in what it accepts.
isLenient() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Returns true if this writer has relaxed syntax rules.
isPresent() - Method in class com.apollographql.apollo.api.internal.Optional
Returns true if this holder contains a (non-null) instance.

J

javaType() - Method in interface com.apollographql.apollo.api.ScalarType
 
JsonDataException - Exception in com.apollographql.apollo.json
Thrown when the data in a JSON document doesn't match the data expected by the caller.
JsonDataException() - Constructor for exception com.apollographql.apollo.json.JsonDataException
 
JsonDataException(String) - Constructor for exception com.apollographql.apollo.json.JsonDataException
 
JsonDataException(Throwable) - Constructor for exception com.apollographql.apollo.json.JsonDataException
 
JsonDataException(String, Throwable) - Constructor for exception com.apollographql.apollo.json.JsonDataException
 
JsonEncodingException - Exception in com.apollographql.apollo.json
Thrown when the data being parsed is not encoded as valid JSON.
JsonEncodingException(String) - Constructor for exception com.apollographql.apollo.json.JsonEncodingException
 
JsonReader - Class in com.apollographql.apollo.api.internal.json
TODO add Modifications copyright
JsonReader.Token - Enum in com.apollographql.apollo.api.internal.json
A structure, name, or value type in a JSON-encoded string.
jsonValue(String) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
 
JsonWriter - Class in com.apollographql.apollo.api.internal.json
Writes a JSON (RFC 7159) encoded value to a stream, one token at a time.

L

line() - Method in class com.apollographql.apollo.api.Error.Location
Returns the line number of the error location.
Location(long, long) - Constructor for class com.apollographql.apollo.api.Error.Location
 
locations() - Method in class com.apollographql.apollo.api.Error
Returns the location of the error in the GraphQL operation.
log(int, String, Optional<Throwable>, Object...) - Method in interface com.apollographql.apollo.Logger
Logs the message to the appropriate channel (file, console, etc)
Logger - Interface in com.apollographql.apollo
Logger to use for logging by the ApolloClient

M

map(Function<? super T, V>) - Method in class com.apollographql.apollo.api.internal.Optional
 
map(ResponseReader) - Method in interface com.apollographql.apollo.api.ResponseFieldMapper
 
marshal(InputFieldWriter) - Method in interface com.apollographql.apollo.api.InputFieldMarshaller
 
marshal() - Method in class com.apollographql.apollo.api.Operation.Variables
Serializes variables as JSON string to be sent to the GraphQL server.
marshal(ScalarTypeAdapters) - Method in class com.apollographql.apollo.api.Operation.Variables
Serializes variables as JSON string to be sent to the GraphQL server.
marshal(ResponseWriter) - Method in interface com.apollographql.apollo.api.ResponseFieldMarshaller
 
marshaller() - Method in interface com.apollographql.apollo.api.GraphqlFragment
Returns marshaller to serialize fragment data
marshaller() - Method in interface com.apollographql.apollo.api.InputType
 
marshaller() - Method in interface com.apollographql.apollo.api.Operation.Data
Returns marshaller to serialize operation data
marshaller() - Method in class com.apollographql.apollo.api.Operation.Variables
 
message() - Method in class com.apollographql.apollo.api.Error
Returns server error message.
mimetype - Variable in class com.apollographql.apollo.api.FileUpload
 
minify(String) - Static method in class com.apollographql.apollo.internal.QueryDocumentMinifier
 
Mutation<D extends Operation.Data,T,V extends Operation.Variables> - Interface in com.apollographql.apollo.api
Represents a GraphQL mutation operation that will be sent to the server.
Mutator<T> - Interface in com.apollographql.apollo.api.internal
Represents an operation that accepts a single input argument, mutate it and returns no result

N

name(String) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes the property name.
name() - Method in interface com.apollographql.apollo.api.Operation
Returns GraphQL operation name.
name() - Method in interface com.apollographql.apollo.api.OperationName
Returns operation name.
NETWORK_FIRST - Static variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy
Signals the apollo client to first fetch the GraphQL query response from the network.
NETWORK_ONLY - Static variable in class com.apollographql.apollo.api.cache.http.HttpCachePolicy
Signals the apollo client to fetch the GraphQL query response from the network only.
nextBoolean() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextBoolean() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the boolean value of the next token, consuming it.
nextBoolean(boolean) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextDouble() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextDouble() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the double value of the next token, consuming it.
nextDouble(boolean) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextInt() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextInt() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the int value of the next token, consuming it.
nextInt(boolean) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextList(boolean, ResponseJsonStreamReader.ListReader<T>) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextLong() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextLong() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the long value of the next token, consuming it.
nextLong(boolean) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextName() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextName() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the next token, a property name, and consumes it.
nextName() - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextNull() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextNull() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextObject(boolean, ResponseJsonStreamReader.ObjectReader<T>) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextScalar(boolean) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nextString() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
nextString() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the string value of the next token, consuming it.
nextString(boolean) - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
nullValue() - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes null.

O

of(BufferedSink) - Static method in class com.apollographql.apollo.api.internal.json.JsonWriter
Returns a new instance that writes UTF-8 encoded JSON to sink.
of(T) - Static method in class com.apollographql.apollo.api.internal.Optional
Returns an Optional instance containing the given non-null reference.
Operation<D extends Operation.Data,T,V extends Operation.Variables> - Interface in com.apollographql.apollo.api
Represents a GraphQL operation (mutation or query).
operation() - Method in class com.apollographql.apollo.api.Response
 
Operation.Data - Interface in com.apollographql.apollo.api
Abstraction for data returned by the server in response to this operation.
Operation.Variables - Class in com.apollographql.apollo.api
Abstraction for the variables which are a part of the GraphQL operation.
OperationDataJsonSerializer - Class in com.apollographql.apollo.api
Utility class to serialize GraphQL Operation.Data response into Json representation.
operationId() - Method in interface com.apollographql.apollo.api.Operation
Returns a unique identifier for this operation.
OperationName - Interface in com.apollographql.apollo.api
GraphQL operation name.
optional(V) - Static method in class com.apollographql.apollo.api.Input
Creates a new Input instance that is defined in case if value is not-null and undefined otherwise.
Optional<T> - Class in com.apollographql.apollo.api.internal
An immutable object that may contain a non-null reference to another object.
optional() - Method in class com.apollographql.apollo.api.ResponseField
 
or(T) - Method in class com.apollographql.apollo.api.internal.Optional
Returns the contained instance if it is present; defaultValue otherwise.
or(Optional<? extends T>) - Method in class com.apollographql.apollo.api.internal.Optional
Returns this Optional if it has a value present; secondChoice otherwise.
orNull() - Method in class com.apollographql.apollo.api.internal.Optional
Returns the contained instance if it is present; null otherwise.

P

parse(BufferedSource, Operation<D, W, ?>, ScalarTypeAdapters) - Static method in class com.apollographql.apollo.api.internal.SimpleOperationResponseParser
 
parse(BufferedSource, ScalarTypeAdapters) - Method in interface com.apollographql.apollo.api.Operation
Parses provided GraphQL operation raw response
parse(BufferedSource) - Method in interface com.apollographql.apollo.api.Operation
Parses provided GraphQL operation raw response
peek() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
peek() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Returns the type of the next token without consuming it.
put(K, V) - Method in class com.apollographql.apollo.api.internal.UnmodifiableMapBuilder
 

Q

Query<D extends Operation.Data,T,V extends Operation.Variables> - Interface in com.apollographql.apollo.api
Represents a GraphQL query that will be sent to the server.
queryDocument() - Method in interface com.apollographql.apollo.api.Operation
Returns the raw GraphQL operation String.
QueryDocumentMinifier - Class in com.apollographql.apollo.internal
 

R

read(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
Read cached http response by key
read(String, boolean) - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
Read and remove cached http response by key if expireAfterRead == true
read(ResponseJsonStreamReader) - Method in interface com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader.ListReader
 
read(ResponseJsonStreamReader) - Method in interface com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader.ObjectReader
 
read(ResponseReader.ListItemReader) - Method in interface com.apollographql.apollo.api.ResponseReader.ListReader
 
read(ResponseReader) - Method in interface com.apollographql.apollo.api.ResponseReader.ObjectReader
 
readBoolean(ResponseField) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readBoolean() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readBoolean(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readCustomType(ResponseField.CustomTypeField) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readCustomType(ScalarType) - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readCustomType(ResponseField.CustomTypeField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readDouble(ResponseField) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readDouble() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readDouble(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readFragment(ResponseField, ResponseReader.ObjectReader<T>) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readFragment(ResponseField, ResponseReader.ObjectReader<T>) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readInt(ResponseField) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readInt() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readInt(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readList(ResponseField, ResponseReader.ListReader<T>) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readList(ResponseReader.ListReader<T>) - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readList(ResponseField, ResponseReader.ListReader<T>) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readLong(ResponseField) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readLong() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readLong(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readObject(ResponseField, ResponseReader.ObjectReader<T>) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readObject(ResponseReader.ObjectReader<T>) - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readObject(ResponseField, ResponseReader.ObjectReader<T>) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readString(ResponseField) - Method in class com.apollographql.apollo.api.internal.SimpleResponseReader
 
readString() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readString(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
remove(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
Remove cached http response by key.
remove(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCacheStore
Drops the entry for key if it exists and can be removed.
removeQuietly(String) - Method in interface com.apollographql.apollo.api.cache.http.HttpCache
Remove cached http response by key and suppress any exception
resolveArgument(String, Operation.Variables) - Method in class com.apollographql.apollo.api.ResponseField
Resolve field argument value by name.
Response<T> - Class in com.apollographql.apollo.api
Represents either a successful or failed response received from the GraphQL server.
Response.Builder<T> - Class in com.apollographql.apollo.api
 
ResponseField - Class in com.apollographql.apollo.api
Field is an abstraction for a field in a graphQL operation.
ResponseField.BooleanCondition - Class in com.apollographql.apollo.api
Abstraction for boolean condition
ResponseField.Condition - Class in com.apollographql.apollo.api
Abstraction for condition to be associated with field
ResponseField.CustomTypeField - Class in com.apollographql.apollo.api
Abstraction for a Field representing a custom GraphQL scalar type.
ResponseField.Type - Enum in com.apollographql.apollo.api
An abstraction for the field types
ResponseField.TypeNameCondition - Class in com.apollographql.apollo.api
Abstraction for type name condition
responseFieldMapper() - Method in interface com.apollographql.apollo.api.Operation
Returns a mapper that maps the server response data to generated model class D.
ResponseFieldMapper<T> - Interface in com.apollographql.apollo.api
ResponseFieldMapper is an abstraction for mapping the response data returned by the server back to generated models.
ResponseFieldMarshaller - Interface in com.apollographql.apollo.api
 
ResponseJsonStreamReader - Class in com.apollographql.apollo.api.internal.json
 
ResponseJsonStreamReader(JsonReader) - Constructor for class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
ResponseJsonStreamReader.ListReader<T> - Interface in com.apollographql.apollo.api.internal.json
 
ResponseJsonStreamReader.ObjectReader<T> - Interface in com.apollographql.apollo.api.internal.json
 
responseName() - Method in class com.apollographql.apollo.api.ResponseField
 
ResponseReader - Interface in com.apollographql.apollo.api
 
ResponseReader.ListItemReader - Interface in com.apollographql.apollo.api
 
ResponseReader.ListReader<T> - Interface in com.apollographql.apollo.api
 
ResponseReader.ObjectReader<T> - Interface in com.apollographql.apollo.api
 
ResponseWriter - Interface in com.apollographql.apollo.api
 
ResponseWriter.ListItemWriter - Interface in com.apollographql.apollo.api
 
ResponseWriter.ListWriter<T> - Interface in com.apollographql.apollo.api
 

S

scalarType() - Method in class com.apollographql.apollo.api.ResponseField.CustomTypeField
 
ScalarType - Interface in com.apollographql.apollo.api
Represents a custom GraphQL scalar type
ScalarTypeAdapters - Class in com.apollographql.apollo.response
 
ScalarTypeAdapters(Map<ScalarType, CustomTypeAdapter>) - Constructor for class com.apollographql.apollo.response.ScalarTypeAdapters
 
serialize(Operation.Data, String) - Static method in class com.apollographql.apollo.api.OperationDataJsonSerializer
Serializes GraphQL operation response data into its equivalent Json representation.
serialize(Operation.Data, String, ScalarTypeAdapters) - Static method in class com.apollographql.apollo.api.OperationDataJsonSerializer
Serializes GraphQL operation response data into its equivalent Json representation.
setFailOnUnknown(boolean) - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
setFailOnUnknown(boolean) - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Configure whether this parser throws a JsonDataException when JsonReader.skipValue() is called.
setIndent(String) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setLenient(boolean) - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
setLenient(boolean) - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Configure this parser to be liberal in what it accepts.
setLenient(boolean) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Configure this writer to relax its syntax rules.
setSerializeNulls(boolean) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Sets whether object members are serialized when their value is null.
SimpleOperationResponseParser - Class in com.apollographql.apollo.api.internal
 
SimpleResponseReader - Class in com.apollographql.apollo.api.internal
 
SimpleResponseReader(Map<String, Object>, Operation.Variables, ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.api.internal.SimpleResponseReader
 
SimpleResponseWriter - Class in com.apollographql.apollo.api.internal
 
SimpleResponseWriter(ScalarTypeAdapters) - Constructor for class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
skipNext() - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
skipValue() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
skipValue() - Method in class com.apollographql.apollo.api.internal.json.JsonReader
Skips the next value recursively.
Subscription<D extends Operation.Data,T,V extends Operation.Variables> - Interface in com.apollographql.apollo.api
Represents a GraphQL subscription.
Supplier<T> - Interface in com.apollographql.apollo.api.internal
 

T

toBuilder() - Method in class com.apollographql.apollo.api.Response
 
toJson(String) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
toMap() - Method in class com.apollographql.apollo.api.internal.json.ResponseJsonStreamReader
 
toString() - Method in class com.apollographql.apollo.api.Error.Location
 
toString() - Method in class com.apollographql.apollo.api.Error
 
toString() - Method in class com.apollographql.apollo.api.internal.json.BufferedSourceJsonReader
 
toString() - Method in class com.apollographql.apollo.api.internal.Optional
Returns a string representation for this instance.
toStringFunction() - Static method in class com.apollographql.apollo.api.internal.Functions
Returns a function that calls toString() on its argument.
transform(Function<? super T, V>) - Method in class com.apollographql.apollo.api.internal.Optional
If the instance is present, it is transformed with the given Function; otherwise, Optional.absent() is returned.
type() - Method in class com.apollographql.apollo.api.ResponseField
 
typeCondition(String[]) - Static method in class com.apollographql.apollo.api.ResponseField.Condition
typeName() - Method in interface com.apollographql.apollo.api.ScalarType
 
typeNames() - Method in class com.apollographql.apollo.api.ResponseField.TypeNameCondition
 

U

UnmodifiableMapBuilder<K,V> - Class in com.apollographql.apollo.api.internal
 
UnmodifiableMapBuilder(int) - Constructor for class com.apollographql.apollo.api.internal.UnmodifiableMapBuilder
 
UnmodifiableMapBuilder() - Constructor for class com.apollographql.apollo.api.internal.UnmodifiableMapBuilder
 
Utils - Class in com.apollographql.apollo.api.internal.json
 
Utils - Class in com.apollographql.apollo.api.internal
Contains utility methods for checking Preconditions

V

value - Variable in class com.apollographql.apollo.api.Input
 
value(String) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes value.
value(boolean) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes value.
value(Boolean) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes value.
value(double) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes value.
value(long) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes value.
value(Number) - Method in class com.apollographql.apollo.api.internal.json.JsonWriter
Encodes value.
value - Variable in class com.apollographql.apollo.response.CustomTypeValue
 
valueMap() - Method in class com.apollographql.apollo.api.Operation.Variables
 
valueOf(String) - Static method in enum com.apollographql.apollo.api.cache.http.HttpCachePolicy.FetchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.apollographql.apollo.api.internal.json.JsonReader.Token
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.apollographql.apollo.api.ResponseField.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.apollographql.apollo.api.cache.http.HttpCachePolicy.FetchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.apollographql.apollo.api.internal.json.JsonReader.Token
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.apollographql.apollo.api.ResponseField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_IDENTIFIER_KEY - Static variable in class com.apollographql.apollo.api.ResponseField
 
VARIABLE_IDENTIFIER_VALUE - Static variable in class com.apollographql.apollo.api.ResponseField
 
VARIABLE_NAME_KEY - Static variable in class com.apollographql.apollo.api.ResponseField
 
variableName() - Method in class com.apollographql.apollo.api.ResponseField.BooleanCondition
 
variables() - Method in interface com.apollographql.apollo.api.Operation
Returns the variables associated with this GraphQL operation.
Variables() - Constructor for class com.apollographql.apollo.api.Operation.Variables
 

W

w(String, Object...) - Method in class com.apollographql.apollo.internal.ApolloLogger
 
w(Throwable, String, Object...) - Method in class com.apollographql.apollo.internal.ApolloLogger
 
WARN - Static variable in interface com.apollographql.apollo.Logger
 
wrapData(D) - Method in interface com.apollographql.apollo.api.Operation
Wraps the generated response data class D with another class.
write(InputFieldWriter.ListItemWriter) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListWriter
 
write(List<T>, ResponseWriter.ListItemWriter) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListWriter
 
writeBoolean(Boolean) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeBoolean(String, Boolean) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeBoolean(String, Boolean) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeBoolean(ResponseField, Boolean) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeBoolean(Boolean) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeBoolean(ResponseField, Boolean) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeCustom(ScalarType, Object) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeCustom(String, ScalarType, Object) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeCustom(String, ScalarType, Object) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeCustom(ResponseField.CustomTypeField, Object) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeCustom(ScalarType, Object) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeCustom(ResponseField.CustomTypeField, Object) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeDouble(Double) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeDouble(String, Double) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeDouble(String, Double) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeDouble(ResponseField, Double) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeDouble(Double) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeDouble(ResponseField, Double) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeFragment(ResponseFieldMarshaller) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeFragment(ResponseFieldMarshaller) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeInt(Integer) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeInt(String, Integer) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeInt(String, Integer) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeInt(ResponseField, Integer) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeInt(Integer) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeInt(ResponseField, Integer) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeList(InputFieldWriter.ListWriter) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeList(String, InputFieldWriter.ListWriter) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeList(String, InputFieldWriter.ListWriter) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeList(ResponseField, List<T>, ResponseWriter.ListWriter<T>) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeList(List<T>, ResponseWriter.ListWriter<T>) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeList(ResponseField, List<T>, ResponseWriter.ListWriter<T>) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeLong(Long) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeLong(String, Long) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeLong(String, Long) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeLong(ResponseField, Long) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeLong(Long) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeLong(ResponseField, Long) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeMap(Map<String, Object>) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeMap(String, Map<String, Object>) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeMap(String, Map<String, Object>) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeNumber(Number) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeNumber(String, Number) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeNumber(String, Number) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeObject(InputFieldMarshaller) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeObject(String, InputFieldMarshaller) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeObject(String, InputFieldMarshaller) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeObject(ResponseField, ResponseFieldMarshaller) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeObject(ResponseFieldMarshaller) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeObject(ResponseField, ResponseFieldMarshaller) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeString(String) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeString(String, String) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeString(String, String) - Method in class com.apollographql.apollo.api.internal.json.InputFieldJsonWriter
 
writeString(ResponseField, String) - Method in class com.apollographql.apollo.api.internal.SimpleResponseWriter
 
writeString(String) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeString(ResponseField, String) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
writeToJson(Object, JsonWriter) - Static method in class com.apollographql.apollo.api.internal.json.Utils
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links