- 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