ApolloCall

interface ApolloCall<D : Operation.Data?> : MutableExecutionOptions<ApolloCall<D>>

Inheritors

Properties

Link copied to clipboard
val CAN_BE_BATCHED: String = "X-APOLLO-CAN-BE-BATCHED"
Link copied to clipboard
val Companion: ExecutionOptions.Companion

Functions

Link copied to clipboard
abstract fun addExecutionContext(p: ExecutionContext): T
Link copied to clipboard
abstract fun addHttpHeader(p: String, p1: String): T
Link copied to clipboard
abstract fun canBeBatched(p: Boolean): T
Link copied to clipboard
Link copied to clipboard
abstract fun enqueue(@NotNull callback: ApolloCallback<D>): ApolloDisposable
Schedules the request to be executed at some point in the future.
Link copied to clipboard
abstract fun getCanBeBatched(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun getExecutionContext(): ExecutionContext
Link copied to clipboard
abstract fun getHttpHeaders(): List<HttpHeader>
Link copied to clipboard
abstract fun getHttpMethod(): HttpMethod
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getSendDocument(): Boolean
Link copied to clipboard
abstract fun getUrl(): String
Link copied to clipboard
abstract fun httpHeaders(p: List<HttpHeader>): T
Link copied to clipboard
abstract fun httpMethod(p: HttpMethod): T
Link copied to clipboard
abstract fun ignoreUnknownKeys(p: Boolean): T
Link copied to clipboard
abstract fun sendApqExtensions(p: Boolean): T
Link copied to clipboard
abstract fun sendDocument(p: Boolean): T
Link copied to clipboard
abstract fun url(p: String): T