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
 
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

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
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
 
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.internal - package com.apollographql.apollo.internal
 
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

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
 
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
 
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
 

F

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<String>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.FRAGMENT.
forInlineFragment(String, String, List<String>) - Static method in class com.apollographql.apollo.api.ResponseField
Factory method for creating a Field instance representing ResponseField.Type.INLINE_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.
FragmentResponseFieldMapper<T> - Interface in com.apollographql.apollo.api
FragmentResponseFieldMapper is responsible for mapping the response back to a fragment of type T.
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().
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.
GraphqlFragment - Interface in com.apollographql.apollo.api
Represents a GraphQL fragment

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.
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.
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
 
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
 

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(ResponseReader, String) - Method in interface com.apollographql.apollo.api.FragmentResponseFieldMapper
 
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(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
 
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() - 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.

O

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.
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

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.

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(String, ResponseReader) - Method in interface com.apollographql.apollo.api.ResponseReader.ConditionalTypeReader
 
read(ResponseReader.ListItemReader) - Method in interface com.apollographql.apollo.api.ResponseReader.ListReader
 
read(ResponseReader) - Method in interface com.apollographql.apollo.api.ResponseReader.ObjectReader
 
readBoolean() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readBoolean(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readConditional(ResponseField, ResponseReader.ConditionalTypeReader<T>) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readCustomType(ScalarType) - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readCustomType(ResponseField.CustomTypeField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readDouble() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readDouble(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
readInt() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readInt(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
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() - Method in interface com.apollographql.apollo.api.ResponseReader.ListItemReader
 
readLong(ResponseField) - Method in interface com.apollographql.apollo.api.ResponseReader
 
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() - 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
 
responseName() - Method in class com.apollographql.apollo.api.ResponseField
 
ResponseReader - Interface in com.apollographql.apollo.api
 
ResponseReader.ConditionalTypeReader<T> - 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
Subscription<D extends Operation.Data,T,V extends Operation.Variables> - Interface in com.apollographql.apollo.api
Represents a GraphQL subscription.

T

toBuilder() - Method in class com.apollographql.apollo.api.Response
 
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.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 class com.apollographql.apollo.api.ResponseField.TypeNameCondition
 
typeName() - Method in interface com.apollographql.apollo.api.ScalarType
 

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
Contains utility methods for checking Preconditions

V

value - Variable in class com.apollographql.apollo.api.Input
 
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.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.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(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(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(Double) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeDouble(ResponseField, Double) - 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(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(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(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
 
writeNumber(Number) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeNumber(String, Number) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
writeObject(InputFieldMarshaller) - Method in interface com.apollographql.apollo.api.InputFieldWriter.ListItemWriter
 
writeObject(String, InputFieldMarshaller) - Method in interface com.apollographql.apollo.api.InputFieldWriter
 
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) - Method in interface com.apollographql.apollo.api.ResponseWriter.ListItemWriter
 
writeString(ResponseField, String) - Method in interface com.apollographql.apollo.api.ResponseWriter
 
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