Class ApolloInterceptor.InterceptorRequest
- java.lang.Object
-
- com.apollographql.apollo.interceptor.ApolloInterceptor.InterceptorRequest
-
- Enclosing interface:
- ApolloInterceptor
public static final class ApolloInterceptor.InterceptorRequest extends java.lang.ObjectRequest to be proceed withApolloInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApolloInterceptor.InterceptorRequest.Builder
-
Field Summary
Fields Modifier and Type Field Description booleanautoPersistQueriescom.apollographql.apollo.cache.CacheHeaderscacheHeadersbooleanfetchFromCachecom.apollographql.apollo.api.Operationoperationcom.apollographql.apollo.api.internal.Optional<com.apollographql.apollo.api.Operation.Data>optimisticUpdatesRequestHeadersrequestHeadersbooleansendQueryDocumentjava.util.UUIDuniqueIdbooleanuseHttpGetMethodForQueries
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApolloInterceptor.InterceptorRequest.Builderbuilder(com.apollographql.apollo.api.Operation operation)ApolloInterceptor.InterceptorRequest.BuildertoBuilder()
-
-
-
Field Detail
-
uniqueId
public final java.util.UUID uniqueId
-
operation
public final com.apollographql.apollo.api.Operation operation
-
cacheHeaders
public final com.apollographql.apollo.cache.CacheHeaders cacheHeaders
-
requestHeaders
public final RequestHeaders requestHeaders
-
fetchFromCache
public final boolean fetchFromCache
-
optimisticUpdates
public final com.apollographql.apollo.api.internal.Optional<com.apollographql.apollo.api.Operation.Data> optimisticUpdates
-
sendQueryDocument
public final boolean sendQueryDocument
-
useHttpGetMethodForQueries
public final boolean useHttpGetMethodForQueries
-
autoPersistQueries
public final boolean autoPersistQueries
-
-
Method Detail
-
toBuilder
public ApolloInterceptor.InterceptorRequest.Builder toBuilder()
-
builder
public static ApolloInterceptor.InterceptorRequest.Builder builder(@NotNull com.apollographql.apollo.api.Operation operation)
-
-