- Callback<T,U> - Interface in com.mongodb.stitch.core.internal.common
-
- CallbackAsyncAdapter<T,U,V> - Interface in com.mongodb.stitch.core.internal.common
-
- callFunction(String, List<?>) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Class<ResultT>) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Decoder<ResultT>) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Decoder<ResultT>) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Class<ResultT>) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function.
- callFunction(String, List<?>, Decoder<ResultT>) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into a value using the
provided
Decoder
.
- callFunction(String, List<?>, Class<ResultT>) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>, Long) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function.
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into a value using the
provided
Decoder
.
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function.
- callFunction(String, List<?>, Long) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function.
- callFunction(String, List<?>, Class<ResultT>) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Decoder<ResultT>) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into a value using the provided
Decoder
or
Codec
.
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into a value using the provided
Decoder
or
Codec
.
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Long) - Method in class com.mongodb.stitch.core.internal.CoreStitchAppClient
-
Calls the specified Stitch function.
- callFunction(String, List<?>, Long, Decoder<T>) - Method in class com.mongodb.stitch.core.internal.CoreStitchAppClient
-
Calls the specified Stitch function, and decodes the response into a value using the provided
Decoder
.
- callFunction(String, List<?>, Long, Class<T>) - Method in class com.mongodb.stitch.core.internal.CoreStitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Long, Class<T>, CodecRegistry) - Method in class com.mongodb.stitch.core.internal.CoreStitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Decoder<T>) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Class<T>) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Class<T>, CodecRegistry) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Long) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Long, Decoder<T>) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Long, Class<T>) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>, Long, Class<T>, CodecRegistry) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- callFunction(String, List<?>) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Decoder<T>) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Class<T>) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Class<T>, CodecRegistry) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Long) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Decoder<T>) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Class<T>) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Class<T>, CodecRegistry) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- callFunction(String, List<?>) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Class<ResultT>) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Decoder<ResultT>) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- callFunction(String, List<?>) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Decoder<ResultT>) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Class<ResultT>) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- callFunction(String, List<?>) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function.
- callFunction(String, List<?>, Decoder<ResultT>) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into a value using the
provided
Decoder
.
- callFunction(String, List<?>, Class<ResultT>) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>, Long) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function.
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into a value using the
provided
Decoder
.
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Calls the specified Stitch service function, and decodes the response into an instance of the
specified type.
- callFunction(String, List<?>) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function.
- callFunction(String, List<?>, Long) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function.
- callFunction(String, List<?>, Class<ResultT>) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Long, Class<ResultT>) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Long, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into an instance of the specified
type.
- callFunction(String, List<?>, Decoder<ResultT>) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into a value using the provided
Decoder
or
Codec
.
- callFunction(String, List<?>, Long, Decoder<ResultT>) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Calls the specified Stitch function, and decodes the response into a value using the provided
Decoder
or
Codec
.
- cancel() - Method in interface com.mongodb.stitch.core.internal.net.EventStream
-
Cancels the underlying connection to the current stream.
- cancel() - Method in class com.mongodb.stitch.core.internal.net.OkHttpEventStream
-
- cancel() - Method in class com.mongodb.stitch.core.internal.net.Stream
-
Close the underlying connection to the event stream.
- ChangeEvent<DocumentT> - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- ChangeEvent.OperationType - Enum in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- ChangeEvent.UpdateDescription - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- ChangeEventListener<DocumentT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.sync
-
ChangeEventListener receives change event notifications.
- clientFactory - Static variable in class com.mongodb.stitch.android.services.mongodb.local.LocalMongoDbService
-
- clientFactory - Static variable in class com.mongodb.stitch.server.services.mongodb.local.LocalMongoDbService
-
- close() - Method in class com.mongodb.stitch.android.core.internal.common.MainLooperDispatcher
-
- close() - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
Closes the client and shuts down all background operations.
- close() - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Closes the client and shuts down all background operations.
- close() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
Closes the component down by stopping the access token refresher.
- close() - Method in interface com.mongodb.stitch.core.internal.common.Dispatcher
-
- close() - Method in class com.mongodb.stitch.core.internal.common.ThreadDispatcher
-
- close() - Method in class com.mongodb.stitch.core.internal.net.BaseStitchRequestClient
-
- close() - Method in interface com.mongodb.stitch.core.internal.net.EventStream
-
Close the current stream.
- close() - Method in class com.mongodb.stitch.core.internal.net.OkHttpEventStream
-
- close() - Method in class com.mongodb.stitch.core.internal.net.OkHttpTransport
-
- close() - Method in interface com.mongodb.stitch.core.internal.net.StitchRequestClient
-
Closes the underlying transport.
- close() - Method in class com.mongodb.stitch.core.internal.net.Stream
-
Close the underlying event stream.
- close() - Method in interface com.mongodb.stitch.core.internal.net.Transport
-
- close() - Method in class com.mongodb.stitch.core.services.mongodb.local.internal.EmbeddedMongoClientFactory
-
- close() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoClientImpl
-
- close() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCursorImpl
-
- close() - Static method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreRemoteClientFactory
-
- close() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Stops the background data synchronization thread and releases the local client.
- close() - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
Closes the client and shuts down all background operations.
- close() - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Closes the client and shuts down all background operations.
- CollectionDecoder<ResultT> - Class in com.mongodb.stitch.core.internal.common
-
- CollectionDecoder(Decoder<ResultT>) - Constructor for class com.mongodb.stitch.core.internal.common.CollectionDecoder
-
- com.mongodb.stitch.android.core - package com.mongodb.stitch.android.core
-
This package contains the entry point into the Android SDK with the Stitch and StitchAppClient
classes.
- com.mongodb.stitch.android.core.auth - package com.mongodb.stitch.android.core.auth
-
This package contains the auth interface used to log in into Stitch and the definition of a User.
- com.mongodb.stitch.android.core.auth.internal - package com.mongodb.stitch.android.core.auth.internal
-
This internal package contains the Android SDK's implementation of the authentication components
of a Stitch client.
- com.mongodb.stitch.android.core.auth.providers.internal - package com.mongodb.stitch.android.core.auth.providers.internal
-
This internal package contains the Android SDK's descriptions of the authentication provider
client factories.
- com.mongodb.stitch.android.core.auth.providers.userapikey - package com.mongodb.stitch.android.core.auth.providers.userapikey
-
This package contains the user API key authentication provider client used to manage keys.
- com.mongodb.stitch.android.core.auth.providers.userapikey.internal - package com.mongodb.stitch.android.core.auth.providers.userapikey.internal
-
This internal package contains the Android SDK's implementation of the user API key
authentication provider client.
- com.mongodb.stitch.android.core.auth.providers.userpassword - package com.mongodb.stitch.android.core.auth.providers.userpassword
-
This package contains the User/Password authentication provider client used to register users.
- com.mongodb.stitch.android.core.auth.providers.userpassword.internal - package com.mongodb.stitch.android.core.auth.providers.userpassword.internal
-
This internal package contains the Android SDK's implementation of the User/Password key
authentication provider client.
- com.mongodb.stitch.android.core.internal - package com.mongodb.stitch.android.core.internal
-
This internal package contains the Android SDK's implementation of a StitchAppClient.
- com.mongodb.stitch.android.core.internal.common - package com.mongodb.stitch.android.core.internal.common
-
This internal package contains common utility classes needed across the Android SDK
implementation.
- com.mongodb.stitch.android.core.internal.net - package com.mongodb.stitch.android.core.internal.net
-
- com.mongodb.stitch.android.core.push - package com.mongodb.stitch.android.core.push
-
This package contains the push interface used to get clients that can register for push
notifications.
- com.mongodb.stitch.android.core.push.internal - package com.mongodb.stitch.android.core.push.internal
-
This package contains the Android SDK's implementation of the push interface used to get
clients that can register for push notifications.
- com.mongodb.stitch.android.core.services - package com.mongodb.stitch.android.core.services
-
This package contains the definitions of service specific concepts.
- com.mongodb.stitch.android.core.services.internal - package com.mongodb.stitch.android.core.services.internal
-
This internal package contains the Android SDK's implementation of a basic Stitch service and
description of the service client factories.
- com.mongodb.stitch.android.services.aws - package com.mongodb.stitch.android.services.aws
-
This package contains the AWS service client.
- com.mongodb.stitch.android.services.aws.internal - package com.mongodb.stitch.android.services.aws.internal
-
This internal package contains the Android SDK's implementation of the AWS service client.
- com.mongodb.stitch.android.services.aws.s3 - package com.mongodb.stitch.android.services.aws.s3
-
This package contains the AWS S3 service client.
- com.mongodb.stitch.android.services.aws.s3.internal - package com.mongodb.stitch.android.services.aws.s3.internal
-
This internal package contains the Android SDK's implementation of the AWS S3 service client.
- com.mongodb.stitch.android.services.aws.ses - package com.mongodb.stitch.android.services.aws.ses
-
This package contains the AWS SES service client.
- com.mongodb.stitch.android.services.aws.ses.internal - package com.mongodb.stitch.android.services.aws.ses.internal
-
This internal package contains the Android SDK's implementation of the AWS SES service client.
- com.mongodb.stitch.android.services.fcm - package com.mongodb.stitch.android.services.fcm
-
This package contains the FCM service and push client.
- com.mongodb.stitch.android.services.fcm.internal - package com.mongodb.stitch.android.services.fcm.internal
-
This internal package contains the Android SDK's implementation of the FCM service and push
client.
- com.mongodb.stitch.android.services.http - package com.mongodb.stitch.android.services.http
-
This package contains the HTTP service client.
- com.mongodb.stitch.android.services.http.internal - package com.mongodb.stitch.android.services.http.internal
-
This internal package contains the Android SDK's implementation of the HTTP service client.
- com.mongodb.stitch.android.services.mongodb.local - package com.mongodb.stitch.android.services.mongodb.local
-
This package contains the local MongoClient used for local storage.
- com.mongodb.stitch.android.services.mongodb.local.internal - package com.mongodb.stitch.android.services.mongodb.local.internal
-
This internal package contains the Android SDK's ContentProvider for working with the MongoDB
embedded platform.
- com.mongodb.stitch.android.services.mongodb.remote - package com.mongodb.stitch.android.services.mongodb.remote
-
This package contains the RemoteMongoClient used for working with data in MongoDB remotely
via Stitch.
- com.mongodb.stitch.android.services.mongodb.remote.internal - package com.mongodb.stitch.android.services.mongodb.remote.internal
-
This internal package contains the Android SDK's implementation of the classes comprising the
MongoDB RemoteMongoClient.
- com.mongodb.stitch.android.services.twilio - package com.mongodb.stitch.android.services.twilio
-
This package contains the Twilio service client.
- com.mongodb.stitch.android.services.twilio.internal - package com.mongodb.stitch.android.services.twilio.internal
-
This internal package contains the Android SDK's implementation of the Twilio service client.
- com.mongodb.stitch.core - package com.mongodb.stitch.core
-
This package contains the base client and errors used by the SDKs.
- com.mongodb.stitch.core.auth - package com.mongodb.stitch.core.auth
-
This package contains various auth components used by an SDK such as credentials and user
information.
- com.mongodb.stitch.core.auth.internal - package com.mongodb.stitch.core.auth.internal
-
This internal package contains the base implementation of the authentication components of a
Stitch client.
- com.mongodb.stitch.core.auth.internal.models - package com.mongodb.stitch.core.auth.internal.models
-
This internal package contains the models needed to store and read authentication info for a
Stitch client.
- com.mongodb.stitch.core.auth.providers.anonymous - package com.mongodb.stitch.core.auth.providers.anonymous
-
This package contains the anonymous authentication provider: type info and its credential
builder.
- com.mongodb.stitch.core.auth.providers.custom - package com.mongodb.stitch.core.auth.providers.custom
-
This package contains the custom authentication provider: type info and its credential builder.
- com.mongodb.stitch.core.auth.providers.facebook - package com.mongodb.stitch.core.auth.providers.facebook
-
This package contains the Facebook OAuth 2.0 authentication provider: type info and its
credential builder.
- com.mongodb.stitch.core.auth.providers.google - package com.mongodb.stitch.core.auth.providers.google
-
This package contains the Google OAuth 2.0 authentication provider: type info and its
credential builder.
- com.mongodb.stitch.core.auth.providers.internal - package com.mongodb.stitch.core.auth.providers.internal
-
This internal package contains the base implementation of an authentication provider client.
- com.mongodb.stitch.core.auth.providers.serverapikey - package com.mongodb.stitch.core.auth.providers.serverapikey
-
This package contains the Server API key authentication provider: type info and its credential
builder.
- com.mongodb.stitch.core.auth.providers.userapikey - package com.mongodb.stitch.core.auth.providers.userapikey
-
This package contains the user API key authentication provider: type info and its
credential builder.
- com.mongodb.stitch.core.auth.providers.userapikey.internal - package com.mongodb.stitch.core.auth.providers.userapikey.internal
-
This internal package contains the base implementation of the user API key authentication
provider client.
- com.mongodb.stitch.core.auth.providers.userapikey.models - package com.mongodb.stitch.core.auth.providers.userapikey.models
-
This package contains the UserApiKey model.
- com.mongodb.stitch.core.auth.providers.userpassword - package com.mongodb.stitch.core.auth.providers.userpassword
-
This package contains the User User/Password authentication provider: type info and its
credential builder.
- com.mongodb.stitch.core.auth.providers.userpassword.internal - package com.mongodb.stitch.core.auth.providers.userpassword.internal
-
This internal package contains the base implementation of the User/Password authentication
provider client.
- com.mongodb.stitch.core.internal - package com.mongodb.stitch.core.internal
-
This internal package contains the base implementation of a StitchAppClient.
- com.mongodb.stitch.core.internal.common - package com.mongodb.stitch.core.internal.common
-
This internal package contains common utility classes needed across the core implementation.
- com.mongodb.stitch.core.internal.net - package com.mongodb.stitch.core.internal.net
-
This internal package contains network related classes used to talk to Stitch app servers.
- com.mongodb.stitch.core.push.internal - package com.mongodb.stitch.core.push.internal
-
This package contains the implementation of the core push client used to register for push
notifications.
- com.mongodb.stitch.core.services.aws - package com.mongodb.stitch.core.services.aws
-
This package contains the classes needed to make requests and receive results with the AWS
service client.
- com.mongodb.stitch.core.services.aws.internal - package com.mongodb.stitch.core.services.aws.internal
-
This internal package contains the base implementation of the AWS service client.
- com.mongodb.stitch.core.services.aws.s3 - package com.mongodb.stitch.core.services.aws.s3
-
This package contains the result classes returned by the S3 service client.
- com.mongodb.stitch.core.services.aws.s3.internal - package com.mongodb.stitch.core.services.aws.s3.internal
-
This internal package contains the base implementation of the AWS S3 service client.
- com.mongodb.stitch.core.services.aws.ses - package com.mongodb.stitch.core.services.aws.ses
-
This package contains the result classes returned by the SES service client.
- com.mongodb.stitch.core.services.aws.ses.internal - package com.mongodb.stitch.core.services.aws.ses.internal
-
This internal package contains the base implementation of the AWS SES service client.
- com.mongodb.stitch.core.services.fcm - package com.mongodb.stitch.core.services.fcm
-
This package contains the classes needed to make send message requests with the FCM service
client.
- com.mongodb.stitch.core.services.fcm.internal - package com.mongodb.stitch.core.services.fcm.internal
-
This internal package contains the base implementation of the FCM service client.
- com.mongodb.stitch.core.services.http - package com.mongodb.stitch.core.services.http
-
This package contains the classes needed to make requests and receive responses with the HTTP
service client.
- com.mongodb.stitch.core.services.http.internal - package com.mongodb.stitch.core.services.http.internal
-
This internal package contains the base implementation of the HTTP service client.
- com.mongodb.stitch.core.services.internal - package com.mongodb.stitch.core.services.internal
-
This internal package contains the base implementation of a basic Stitch service.
- com.mongodb.stitch.core.services.mongodb.local.internal - package com.mongodb.stitch.core.services.mongodb.local.internal
-
This internal package contains the base implementation of the local MongoDB service for
local MongoClients.
- com.mongodb.stitch.core.services.mongodb.remote - package com.mongodb.stitch.core.services.mongodb.remote
-
This package contains the options and result classes used with the MongoDB RemoteMongoClient.
- com.mongodb.stitch.core.services.mongodb.remote.internal - package com.mongodb.stitch.core.services.mongodb.remote.internal
-
This internal package contains the base implementation of the classes comprising the MongoDB
RemoteMongoClient.
- com.mongodb.stitch.core.services.mongodb.remote.sync - package com.mongodb.stitch.core.services.mongodb.remote.sync
-
This package contains the options and result classes used with the MongoDB Sync.
- com.mongodb.stitch.core.services.mongodb.remote.sync.internal - package com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
This internal package contains the base implementation of the classes comprising the MongoDB
SyncMongoClient.
- com.mongodb.stitch.core.services.twilio.internal - package com.mongodb.stitch.core.services.twilio.internal
-
This internal package contains the base implementation of the Twilio service client.
- com.mongodb.stitch.server.core - package com.mongodb.stitch.server.core
-
This package contains the entry point into the Server SDK with the Stitch and StitchAppClient
classes.
- com.mongodb.stitch.server.core.auth - package com.mongodb.stitch.server.core.auth
-
This package contains the auth interface used to log in into Stitch and the definition of a User.
- com.mongodb.stitch.server.core.auth.internal - package com.mongodb.stitch.server.core.auth.internal
-
This internal package contains the Server SDK's implementation of the authentication components
of a Stitch client.
- com.mongodb.stitch.server.core.auth.providers.internal - package com.mongodb.stitch.server.core.auth.providers.internal
-
This internal package contains the Server SDK's descriptions of the authentication provider
client factories.
- com.mongodb.stitch.server.core.auth.providers.userapikey - package com.mongodb.stitch.server.core.auth.providers.userapikey
-
This package contains the user API key authentication provider client used to manage keys.
- com.mongodb.stitch.server.core.auth.providers.userapikey.internal - package com.mongodb.stitch.server.core.auth.providers.userapikey.internal
-
This internal package contains the Server SDK's implementation of the user API key
authentication provider client.
- com.mongodb.stitch.server.core.auth.providers.userpassword - package com.mongodb.stitch.server.core.auth.providers.userpassword
-
This package contains the User/Password authentication provider client used to register users.
- com.mongodb.stitch.server.core.auth.providers.userpassword.internal - package com.mongodb.stitch.server.core.auth.providers.userpassword.internal
-
This internal package contains the Server SDK's implementation of the User/Password key
authentication provider client.
- com.mongodb.stitch.server.core.internal - package com.mongodb.stitch.server.core.internal
-
This internal package contains the Server SDK's implementation of a StitchAppClient.
- com.mongodb.stitch.server.core.internal.net - package com.mongodb.stitch.server.core.internal.net
-
- com.mongodb.stitch.server.core.services - package com.mongodb.stitch.server.core.services
-
This package contains the definitions of service specific concepts.
- com.mongodb.stitch.server.core.services.internal - package com.mongodb.stitch.server.core.services.internal
-
This internal package contains the Server SDK's implementation of a basic Stitch service and
description of the service client factories.
- com.mongodb.stitch.server.services.aws - package com.mongodb.stitch.server.services.aws
-
This package contains the AWS service client.
- com.mongodb.stitch.server.services.aws.internal - package com.mongodb.stitch.server.services.aws.internal
-
This internal package contains the Server SDK's implementation of the AWS service client.
- com.mongodb.stitch.server.services.aws.s3 - package com.mongodb.stitch.server.services.aws.s3
-
This package contains the AWS S3 service client.
- com.mongodb.stitch.server.services.aws.s3.internal - package com.mongodb.stitch.server.services.aws.s3.internal
-
This internal package contains the Server SDK's implementation of the AWS S3 service client.
- com.mongodb.stitch.server.services.aws.ses - package com.mongodb.stitch.server.services.aws.ses
-
This package contains the AWS SES service client.
- com.mongodb.stitch.server.services.aws.ses.internal - package com.mongodb.stitch.server.services.aws.ses.internal
-
This internal package contains the Server SDK's implementation of the AWS SES service client.
- com.mongodb.stitch.server.services.fcm - package com.mongodb.stitch.server.services.fcm
-
This package contains the FCM service client.
- com.mongodb.stitch.server.services.fcm.internal - package com.mongodb.stitch.server.services.fcm.internal
-
This internal package contains the Server SDK's implementation of the FCM service client.
- com.mongodb.stitch.server.services.http - package com.mongodb.stitch.server.services.http
-
This package contains the HTTP service client.
- com.mongodb.stitch.server.services.http.internal - package com.mongodb.stitch.server.services.http.internal
-
This internal package contains the Server SDK's implementation of the HTTP service client.
- com.mongodb.stitch.server.services.mongodb.local - package com.mongodb.stitch.server.services.mongodb.local
-
This package contains the local MongoClient used for local storage.
- com.mongodb.stitch.server.services.mongodb.local.internal - package com.mongodb.stitch.server.services.mongodb.local.internal
-
This internal package contains the Server SDK's client factory for working with the MongoDB
embedded platform.
- com.mongodb.stitch.server.services.mongodb.remote - package com.mongodb.stitch.server.services.mongodb.remote
-
This package contains the RemoteMongoClient used for working with data in MongoDB remotely
via Stitch.
- com.mongodb.stitch.server.services.mongodb.remote.internal - package com.mongodb.stitch.server.services.mongodb.remote.internal
-
This internal package contains the Server SDK's implementation of the classes comprising the
MongoDB RemoteMongoClient.
- com.mongodb.stitch.server.services.twilio - package com.mongodb.stitch.server.services.twilio
-
This package contains the Twilio service client.
- com.mongodb.stitch.server.services.twilio.internal - package com.mongodb.stitch.server.services.twilio.internal
-
This internal package contains the Server SDK's implementation of the Twilio service client.
- configure(ConflictHandler<DocumentT>, ChangeEventListener<DocumentT>, ErrorListener) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- configure(ConflictHandler<DocumentT>, ChangeEventListener<DocumentT>, ErrorListener) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Set the conflict handler and and change event listener on this collection.
- configure(ConflictHandler<DocumentT>, ChangeEventListener<DocumentT>, ErrorListener) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Set the conflict resolver and and change event listener on this collection.
- configure(ConflictHandler<DocumentT>, ChangeEventListener<DocumentT>, ErrorListener) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- configure(MongoNamespace, ConflictHandler<T>, ChangeEventListener<T>, ErrorListener, Codec<T>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
- confirmUser(String, String) - Method in class com.mongodb.stitch.android.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl
-
Confirms a user with the given token and token id.
- confirmUser(String, String) - Method in interface com.mongodb.stitch.android.core.auth.providers.userpassword.UserPasswordAuthProviderClient
-
Confirms a user with the given token and token id.
- confirmUser(String, String) - Method in class com.mongodb.stitch.server.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl
-
Confirms a user with the given token and token id.
- confirmUser(String, String) - Method in interface com.mongodb.stitch.server.core.auth.providers.userpassword.UserPasswordAuthProviderClient
-
Confirms a user with the given token and token id.
- confirmUserInternal(String, String) - Method in class com.mongodb.stitch.core.auth.providers.userpassword.internal.CoreUserPasswordAuthProviderClient
-
- ConflictHandler<DocumentT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.sync
-
ConflictHandler describes how to resolve a conflict between a local and remote event.
- CONTENT_TYPE - Static variable in class com.mongodb.stitch.core.internal.net.Headers
-
- CONTENT_TYPE_CANON - Static variable in class com.mongodb.stitch.core.internal.net.Headers
-
- ContentTypes - Class in com.mongodb.stitch.core.internal.net
-
HTTP Content Types.
- copyOfDocument(BsonDocument) - Static method in exception com.mongodb.stitch.core.internal.common.BsonUtils
-
Returns a copy of the given document.
- CoreAuthProviderClient<RequestClientT> - Class in com.mongodb.stitch.core.auth.providers.internal
-
The class from which all Core auth provider clients inherit.
- CoreAuthProviderClient(String, RequestClientT, String) - Constructor for class com.mongodb.stitch.core.auth.providers.internal.CoreAuthProviderClient
-
A basic constructor, which sets the provider client's properties to the values provided in
the parameters.
- CoreAwsS3ServiceClient - Class in com.mongodb.stitch.core.services.aws.s3.internal
-
- CoreAwsS3ServiceClient(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.core.services.aws.s3.internal.CoreAwsS3ServiceClient
-
Deprecated.
- CoreAwsServiceClient - Class in com.mongodb.stitch.core.services.aws.internal
-
- CoreAwsServiceClient(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
- CoreAwsSesServiceClient - Class in com.mongodb.stitch.core.services.aws.ses.internal
-
- CoreAwsSesServiceClient(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.core.services.aws.ses.internal.CoreAwsSesServiceClient
-
Deprecated.
- CoreFcmServiceClient - Class in com.mongodb.stitch.core.services.fcm.internal
-
- CoreFcmServiceClient(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.core.services.fcm.internal.CoreFcmServiceClient
-
- CoreFcmServicePushClient - Class in com.mongodb.stitch.core.services.fcm.internal
-
- CoreFcmServicePushClient(CoreStitchPushClient) - Constructor for class com.mongodb.stitch.core.services.fcm.internal.CoreFcmServicePushClient
-
- CoreHttpServiceClient - Class in com.mongodb.stitch.core.services.http.internal
-
- CoreHttpServiceClient(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.core.services.http.internal.CoreHttpServiceClient
-
- CoreRemoteAggregateIterable<ResultT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteClientFactory - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- CoreRemoteClientFactory() - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreRemoteClientFactory
-
- CoreRemoteFindIterable<ResultT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteFindIterableImpl<DocumentT,ResultT> - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteFindIterableImpl(Bson, Class<ResultT>, CoreStitchServiceClient, Operations<DocumentT>) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteFindIterableImpl
-
- CoreRemoteMappingIterable<U,V> - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMappingIterable(CoreRemoteMongoIterable<U>, Function<U, V>) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMappingIterable
-
- CoreRemoteMongoClient - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoClientImpl - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoClientImpl(CoreStitchServiceClient, String, MongoClient, NetworkMonitor, AuthMonitor, Dispatcher) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoClientImpl
-
- CoreRemoteMongoCollection<DocumentT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoCollectionImpl<DocumentT> - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoCursor<ResultT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoCursorImpl<ResultT> - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoCursorImpl(Iterator<ResultT>) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCursorImpl
-
- CoreRemoteMongoDatabase - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoDatabaseImpl - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoIterable<ResultT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoIterableImpl<DocumentT,ResultT> - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- CoreRemoteMongoIterableImpl(CoreStitchServiceClient, Class<ResultT>, Operations<DocumentT>) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoIterableImpl
-
- CoreStitchAppClient - Class in com.mongodb.stitch.core.internal
-
- CoreStitchAppClient(StitchAuthRequestClient, StitchAppRoutes, CodecRegistry) - Constructor for class com.mongodb.stitch.core.internal.CoreStitchAppClient
-
Constructs a new app client.
- CoreStitchAuth<StitchUserT extends CoreStitchUser> - Class in com.mongodb.stitch.core.auth.internal
-
CoreStitchAuth is responsible for authenticating clients as well as acting as a client for
authenticated requests.
- CoreStitchAuth(StitchRequestClient, StitchAuthRoutes, Storage, boolean) - Constructor for class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- CoreStitchPushClient - Interface in com.mongodb.stitch.core.push.internal
-
- CoreStitchPushClientImpl - Class in com.mongodb.stitch.core.push.internal
-
- CoreStitchPushClientImpl(StitchAuthRequestClient, StitchPushRoutes, String) - Constructor for class com.mongodb.stitch.core.push.internal.CoreStitchPushClientImpl
-
- CoreStitchServiceClient - Interface in com.mongodb.stitch.core.services.internal
-
- CoreStitchServiceClientImpl - Class in com.mongodb.stitch.core.services.internal
-
- CoreStitchServiceClientImpl(StitchAuthRequestClient, StitchServiceRoutes, CodecRegistry) - Constructor for class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- CoreStitchServiceClientImpl(StitchAuthRequestClient, StitchServiceRoutes, String, CodecRegistry) - Constructor for class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- CoreStitchUser - Interface in com.mongodb.stitch.core.auth.internal
-
- CoreStitchUserImpl - Class in com.mongodb.stitch.core.auth.internal
-
- CoreStitchUserImpl(String, String, String, String, StitchUserProfileImpl) - Constructor for class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- CoreSync<DocumentT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.sync
-
A set of synchronization related operations for a collection.
- CoreSyncAggregateIterable<ResultT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.sync
-
Iterable for aggregate.
- CoreSyncFindIterable<ResultT> - Interface in com.mongodb.stitch.core.services.mongodb.remote.sync
-
Iterable for find in the context of sync.
- CoreSyncFindIterableImpl<DocumentT,ResultT> - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- CoreSyncImpl<DocumentT> - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- CoreSyncImpl(MongoNamespace, Class<DocumentT>, DataSynchronizer, CoreStitchServiceClient, SyncOperations<DocumentT>) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- CoreSyncMongoIterableImpl<OpsT,ResultT> - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- CoreTwilioServiceClient - Class in com.mongodb.stitch.core.services.twilio.internal
-
- CoreTwilioServiceClient(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.core.services.twilio.internal.CoreTwilioServiceClient
-
- CoreUserApiKeyAuthProviderClient - Class in com.mongodb.stitch.core.auth.providers.userapikey.internal
-
- CoreUserApiKeyAuthProviderClient(StitchAuthRequestClient, StitchAuthRoutes) - Constructor for class com.mongodb.stitch.core.auth.providers.userapikey.internal.CoreUserApiKeyAuthProviderClient
-
- CoreUserApiKeyAuthProviderClient.ApiKeyFields - Class in com.mongodb.stitch.core.auth.providers.userapikey.internal
-
- CoreUserPasswordAuthProviderClient - Class in com.mongodb.stitch.core.auth.providers.userpassword.internal
-
- CoreUserPasswordAuthProviderClient(String, StitchRequestClient, StitchAuthRoutes) - Constructor for class com.mongodb.stitch.core.auth.providers.userpassword.internal.CoreUserPasswordAuthProviderClient
-
- count() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Counts the number of documents in the collection.
- count(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Counts the number of documents in the collection according to the given options.
- count(Bson, RemoteCountOptions) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Counts the number of documents in the collection according to the given options.
- count() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- count(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- count(Bson, SyncCountOptions) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- count() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Counts the number of documents in the collection.
- count(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Counts the number of documents in the collection according to the given options.
- count(Bson, RemoteCountOptions) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Counts the number of documents in the collection according to the given options.
- count() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Counts the number of documents in the collection that have been synchronized with the remote.
- count(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Counts the number of documents in the collection that have been synchronized with the remote
according to the given options.
- count(Bson, SyncCountOptions) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Counts the number of documents in the collection that have been synchronized with the remote
according to the given options.
- count() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Counts the number of documents in the collection.
- count(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Counts the number of documents in the collection according to the given options.
- count(Bson, RemoteCountOptions) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Counts the number of documents in the collection according to the given options.
- count() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Counts the number of documents in the collection.
- count(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Counts the number of documents in the collection according to the given options.
- count(Bson, RemoteCountOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Counts the number of documents in the collection according to the given options.
- count() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Counts the number of documents in the collection that have been synchronized with the remote.
- count(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Counts the number of documents in the collection that have been synchronized with the remote
according to the given options.
- count(Bson, SyncCountOptions) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Counts the number of documents in the collection that have been synchronized with the remote
according to the given options.
- count() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- count(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- count(Bson, SyncCountOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- count() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Counts the number of documents in the collection.
- count(Bson) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Counts the number of documents in the collection according to the given options.
- count(Bson, RemoteCountOptions) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Counts the number of documents in the collection according to the given options.
- count() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Counts the number of documents in the collection.
- count(Bson) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Counts the number of documents in the collection according to the given options.
- count(Bson, RemoteCountOptions) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Counts the number of documents in the collection according to the given options.
- createApiKey(String) - Method in class com.mongodb.stitch.android.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Creates a user API key that can be used to authenticate as the current user.
- createApiKey(String) - Method in interface com.mongodb.stitch.android.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Creates a user API key that can be used to authenticate as the current user.
- createApiKey(String) - Method in class com.mongodb.stitch.server.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Creates a user API key that can be used to authenticate as the current user.
- createApiKey(String) - Method in interface com.mongodb.stitch.server.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Creates a user API key that can be used to authenticate as the current user.
- createApiKeyInternal(String) - Method in class com.mongodb.stitch.core.auth.providers.userapikey.internal.CoreUserApiKeyAuthProviderClient
-
Creates a user API key that can be used to authenticate as the current user.
- createClient(String, CodecRegistry) - Method in class com.mongodb.stitch.android.services.mongodb.local.internal.AndroidEmbeddedMongoClientFactory
-
- createClient(String, CodecRegistry) - Method in class com.mongodb.stitch.core.services.mongodb.local.internal.EmbeddedMongoClientFactory
-
- createClient(String, CodecRegistry) - Method in class com.mongodb.stitch.server.services.mongodb.local.internal.ServerEmbeddedMongoClientFactory
-
- createFindOperation(MongoNamespace, Bson, Class<ResultT>, RemoteFindOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.Operations
-
- CustomAuthProvider - Class in com.mongodb.stitch.core.auth.providers.custom
-
Information about the custom authentication provider.
- CustomCredential - Class in com.mongodb.stitch.core.auth.providers.custom
-
The credential used for custom auth log ins.
- CustomCredential(String) - Constructor for class com.mongodb.stitch.core.auth.providers.custom.CustomCredential
-
Constructs a custom auth credential for a user.
- EmbeddedMongoClientFactory - Class in com.mongodb.stitch.core.services.mongodb.local.internal
-
- EmbeddedMongoClientFactory() - Constructor for class com.mongodb.stitch.core.services.mongodb.local.internal.EmbeddedMongoClientFactory
-
- empty() - Static method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- enableApiKey(ObjectId) - Method in class com.mongodb.stitch.android.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Enables a user API key associated with the current user.
- enableApiKey(ObjectId) - Method in interface com.mongodb.stitch.android.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Enables a user API key associated with the current user.
- enableApiKey(ObjectId) - Method in class com.mongodb.stitch.server.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Enables a user API key associated with the current user.
- enableApiKey(ObjectId) - Method in interface com.mongodb.stitch.server.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Enables a user API key associated with the current user.
- enableApiKeyInternal(ObjectId) - Method in class com.mongodb.stitch.core.auth.providers.userapikey.internal.CoreUserApiKeyAuthProviderClient
-
Enables a user API key associated with the current user.
- equals(Object) - Method in class com.mongodb.stitch.core.internal.net.Request
-
- equals(Object) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest
-
- equals(Object) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest
-
- equals(Object) - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest
-
- equals(Object) - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
- ErrorListener - Interface in com.mongodb.stitch.core.services.mongodb.remote.sync
-
ErrorListener receives non-network related errors that occur.
- Event - Class in com.mongodb.stitch.core.internal.net
-
Any given server-sent event.
- Event.Builder - Class in com.mongodb.stitch.core.internal.net
-
Builder for building a server-sent event.
- EventStream - Interface in com.mongodb.stitch.core.internal.net
-
- EventStreamReader - Class in com.mongodb.stitch.core.internal.net
-
Interpreter for server-sent events.
- execute(AwsRequest) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request.
- execute(AwsRequest, Decoder<ResultT>) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request.
- execute(AwsRequest, Long, Decoder<ResultT>) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request.
- execute(AwsRequest, Decoder<ResultT>) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request.
- execute(AwsRequest, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(HttpRequest) - Method in interface com.mongodb.stitch.android.services.http.HttpServiceClient
-
- execute(HttpRequest) - Method in class com.mongodb.stitch.android.services.http.internal.HttpServiceClientImpl
-
- execute(AwsRequest) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request.
- execute(AwsRequest, Decoder<ResultT>) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request.
- execute(AwsRequest, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(HttpRequest) - Method in class com.mongodb.stitch.core.services.http.internal.CoreHttpServiceClient
-
- execute(CoreStitchServiceClient) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.FindOperation
-
- execute(CoreStitchServiceClient) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.Operation
-
- execute(AwsRequest) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request.
- execute(AwsRequest, Decoder<ResultT>) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request.
- execute(AwsRequest, Long, Decoder<ResultT>) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>, CodecRegistry) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request.
- execute(AwsRequest, Decoder<ResultT>) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request.
- execute(AwsRequest, Long, Decoder<ResultT>) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(AwsRequest, Long, Class<ResultT>, CodecRegistry) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Executes the AWS request, and decodes the result into an instance of the
specified type.
- execute(HttpRequest) - Method in interface com.mongodb.stitch.server.services.http.HttpServiceClient
-
- execute(HttpRequest) - Method in class com.mongodb.stitch.server.services.http.internal.HttpServiceClientImpl
-
- FacebookAuthProvider - Class in com.mongodb.stitch.core.auth.providers.facebook
-
Information about the Facebook OAuth 2.0 authentication provider.
- FacebookCredential - Class in com.mongodb.stitch.core.auth.providers.facebook
-
The credential used for Facebook OAuth 2.0 log ins.
- FacebookCredential(String) - Constructor for class com.mongodb.stitch.core.auth.providers.facebook.FacebookCredential
-
Constructs a Facebook credential for a user.
- factory - Static variable in interface com.mongodb.stitch.android.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
- factory - Static variable in interface com.mongodb.stitch.android.core.auth.providers.userpassword.UserPasswordAuthProviderClient
-
- factory - Static variable in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.android.services.aws.s3.AwsS3ServiceClient
-
Deprecated.
- factory - Static variable in interface com.mongodb.stitch.android.services.aws.ses.AwsSesServiceClient
-
Deprecated.
- factory - Static variable in interface com.mongodb.stitch.android.services.fcm.FcmServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.android.services.fcm.FcmServicePushClient
-
- factory - Static variable in interface com.mongodb.stitch.android.services.http.HttpServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoClient
-
- factory - Static variable in interface com.mongodb.stitch.android.services.twilio.TwilioServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.server.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
- factory - Static variable in interface com.mongodb.stitch.server.core.auth.providers.userpassword.UserPasswordAuthProviderClient
-
- factory - Static variable in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.server.services.aws.s3.AwsS3ServiceClient
-
Deprecated.
- factory - Static variable in interface com.mongodb.stitch.server.services.aws.ses.AwsSesServiceClient
-
Deprecated.
- factory - Static variable in interface com.mongodb.stitch.server.services.fcm.FcmServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.server.services.http.HttpServiceClient
-
- factory - Static variable in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoClient
-
- factory - Static variable in interface com.mongodb.stitch.server.services.twilio.TwilioServiceClient
-
- failedResultOf(U) - Static method in class com.mongodb.stitch.core.internal.common.OperationResult
-
- FcmSendMessageNotification - Class in com.mongodb.stitch.core.services.fcm
-
A Notification encapsulates the details of an FCM send message request notification payload.
- FcmSendMessageNotification.Builder - Class in com.mongodb.stitch.core.services.fcm
-
- FcmSendMessagePriority - Enum in com.mongodb.stitch.core.services.fcm
-
Priority indicates the priority of a message.
- FcmSendMessageRequest - Class in com.mongodb.stitch.core.services.fcm
-
An FcmSendMessageRequest encapsulates the details of an FCM send message request.
- FcmSendMessageRequest.Builder - Class in com.mongodb.stitch.core.services.fcm
-
- FcmSendMessageResult - Class in com.mongodb.stitch.core.services.fcm
-
The result of an FCM send message request.
- FcmSendMessageResult(long, long, List<FcmSendMessageResultFailureDetail>) - Constructor for class com.mongodb.stitch.core.services.fcm.FcmSendMessageResult
-
Constructs a new result to an FCM send message request.
- FcmSendMessageResultFailureDetail - Class in com.mongodb.stitch.core.services.fcm
-
The details of an individual message failure inside an FCM send message request.
- FcmSendMessageResultFailureDetail(long, String, String) - Constructor for class com.mongodb.stitch.core.services.fcm.FcmSendMessageResultFailureDetail
-
Constructs a new FCM send message result failure detail.
- FcmServiceClient - Interface in com.mongodb.stitch.android.services.fcm
-
The FCM service client.
- FcmServiceClient - Interface in com.mongodb.stitch.server.services.fcm
-
The FCM service client.
- FcmServiceClientImpl - Class in com.mongodb.stitch.android.services.fcm.internal
-
- FcmServiceClientImpl(CoreFcmServiceClient, TaskDispatcher) - Constructor for class com.mongodb.stitch.android.services.fcm.internal.FcmServiceClientImpl
-
- FcmServiceClientImpl - Class in com.mongodb.stitch.server.services.fcm.internal
-
- FcmServiceClientImpl(CoreFcmServiceClient) - Constructor for class com.mongodb.stitch.server.services.fcm.internal.FcmServiceClientImpl
-
- FcmServicePushClient - Interface in com.mongodb.stitch.android.services.fcm
-
The FCM service push client.
- FcmServicePushClientImpl - Class in com.mongodb.stitch.android.services.fcm.internal
-
- FcmServicePushClientImpl(CoreFcmServicePushClient, TaskDispatcher) - Constructor for class com.mongodb.stitch.android.services.fcm.internal.FcmServicePushClientImpl
-
- fetchApiKey(ObjectId) - Method in class com.mongodb.stitch.android.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Fetches a user API key associated with the current user.
- fetchApiKey(ObjectId) - Method in interface com.mongodb.stitch.android.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Fetches a user API key associated with the current user.
- fetchApiKey(ObjectId) - Method in class com.mongodb.stitch.server.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Fetches a user API key associated with the current user.
- fetchApiKey(ObjectId) - Method in interface com.mongodb.stitch.server.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Fetches a user API key associated with the current user.
- fetchApiKeyInternal(ObjectId) - Method in class com.mongodb.stitch.core.auth.providers.userapikey.internal.CoreUserApiKeyAuthProviderClient
-
Fetches a user API key associated with the current user.
- fetchApiKeys() - Method in class com.mongodb.stitch.android.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Fetches the user API keys associated with the current user.
- fetchApiKeys() - Method in interface com.mongodb.stitch.android.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Fetches the user API keys associated with the current user.
- fetchApiKeys() - Method in class com.mongodb.stitch.server.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
Fetches the user API keys associated with the current user.
- fetchApiKeys() - Method in interface com.mongodb.stitch.server.core.auth.providers.userapikey.UserApiKeyAuthProviderClient
-
Fetches the user API keys associated with the current user.
- fetchApiKeysInternal() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.internal.CoreUserApiKeyAuthProviderClient
-
Fetches the user API keys associated with the current user.
- filter(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteFindIterableImpl
-
- filter(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncFindIterableImpl
-
- filter(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteFindIterable
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.SyncFindIterable
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteFindIterable
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteFindIterableImpl
-
Sets the query filter to apply to the query.
- filter(BsonDocument) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.FindOperation
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSyncFindIterable
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncFindIterableImpl
-
Sets the query filter to apply to the query.
- filter(Bson) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteFindIterableImpl
-
- filter(Bson) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteFindIterable
-
Sets the query filter to apply to the query.
- find() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Class<ResultT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Bson, Class<ResultT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- find(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- find(Class<ResultT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- find(Bson, Class<ResultT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- find() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find(Class<ResultT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<ResultT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Finds all documents in the collection that have been synchronized with the remote.
- find(Class<ResultT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Finds all documents in the collection that have been synchronized with the remote.
- find(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Finds all documents in the collection that have been synchronized with the remote.
- find(Bson, Class<ResultT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Finds all documents in the collection that have been synchronized with the remote.
- find() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Finds all documents in the collection.
- find(Class<ResultT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Finds all documents in the collection.
- find(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<ResultT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Finds all documents in the collection.
- find() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Class<ResultT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Bson, Class<ResultT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Finds all documents in the collection that have been synchronized with the remote.
- find(Class<ResultT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Finds all documents in the collection that have been synchronized with the remote.
- find(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Finds all documents in the collection that have been synchronized with the remote.
- find(Bson, Class<ResultT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Finds all documents in the collection that have been synchronized with the remote.
- find() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- find(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- find(Class<ResultT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- find(Bson, Class<ResultT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
Finds all documents in the collection.
- find(MongoNamespace, BsonDocument, int, BsonDocument, BsonDocument, Class<T>, CodecRegistry) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
- find() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Class<ResultT>) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Bson) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find(Bson, Class<ResultT>) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Finds all documents in the collection.
- find() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find(Class<ResultT>) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find(Bson) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- find(Bson, Class<ResultT>) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Finds all documents in the collection.
- FindOperation<T> - Class in com.mongodb.stitch.core.services.mongodb.remote.internal
-
- first() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoIterableImpl
-
- first() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoIterable
-
Helper to return the first item in the iterator or null.
- first() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteFindIterableImpl
-
- first() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMappingIterable
-
- first() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoIterable
-
Helper to return the first item in the iterator or null.
- first() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoIterableImpl
-
Helper to return the first item in the iterator or null.
- first() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncFindIterableImpl
-
- first() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncMongoIterableImpl
-
Helper to return the first item in the iterator or null.
- first() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoIterableImpl
-
- first() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoIterable
-
Helper to return the first item in the iterator or null.
- forEach(Block<? super ResultT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoIterableImpl
-
- forEach(Block<? super ResultT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoIterable
-
Iterates over all documents in the view, applying the given block to each.
- forEach(Block<? super V>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMappingIterable
-
- forEach(Block<? super ResultT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoIterable
-
Iterates over all documents in the view, applying the given block to each.
- forEach(Block<? super ResultT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoIterableImpl
-
Iterates over all documents in the view, applying the given block to each.
- forEach(Block<? super ResultT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncMongoIterableImpl
-
Iterates over all documents in the view, applying the given block to each.
- forEach(Block<? super ResultT>) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoIterableImpl
-
- forEach(Block<? super ResultT>) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoIterable
-
Iterates over all documents in the view, applying the given block to each.
- fromCodeName(String) - Static method in enum com.mongodb.stitch.core.StitchServiceErrorCode
-
Creates an error code from the given name.
- fromName(String) - Static method in enum com.mongodb.stitch.core.auth.UserType
-
Gets a UserType from a typeName; UNKNOWN if none is found.
- geResult() - Method in class com.mongodb.stitch.core.internal.common.OperationResult
-
Gets the result of the operation, if successful.
- get(String) - Method in class com.mongodb.stitch.android.core.internal.common.SharedPreferencesStorage
-
- get(String) - Method in class com.mongodb.stitch.core.internal.common.MemoryStorage
-
- get(String) - Method in interface com.mongodb.stitch.core.internal.common.Storage
-
- getAccessToken() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getAccessToken() - Method in class com.mongodb.stitch.core.auth.internal.models.ApiAuthInfo
-
- getAction() - Method in class com.mongodb.stitch.core.services.aws.AwsRequest
-
Returns the action within the AWS service to perform.
- getAdapter() - Method in class com.mongodb.stitch.android.core.internal.common.TaskCallbackAdapter
-
- getAdapter() - Method in interface com.mongodb.stitch.core.internal.common.AsyncAdapter
-
- getAlgorithm() - Method in class com.mongodb.stitch.core.services.aws.s3.AwsS3SignPolicyResult
-
Deprecated.
Returns the algorithm used to compute the signature.
- getAppClient(String) - Static method in class com.mongodb.stitch.android.core.Stitch
-
Gets an app client by its client app id if it has been initialized; throws if none can be
found.
- getAppClient(String) - Static method in class com.mongodb.stitch.server.core.Stitch
-
Gets an app client by its client app id if it has been initialized; throws if none can be
found.
- getArguments() - Method in class com.mongodb.stitch.core.services.aws.AwsRequest
-
Returns the arguments that will be used in the action.
- getAuth() - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- getAuth() - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Gets the authentication component of the app.
- getAuth() - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- getAuth() - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Gets the authentication component of the app.
- getAuthMonitor() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the
AuthMonitor
that the client will used to check auth status.
- getAuthorizationBearer(String) - Static method in class com.mongodb.stitch.core.internal.net.Headers
-
Pulls out the Bearer value (https://tools.ietf.org/html/rfc6750) from an Authorization header.
- getAuthProviderExtensionRoute(String, String) - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getAuthProviderExtensionRoute(String, String) - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getAuthProviderLinkRoute(String) - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getAuthProviderLinkRoute(String) - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getAuthProviderLoginRoute(String) - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getAuthProviderLoginRoute(String) - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getAuthProviderRoute(String) - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getAuthProviderRoute(String) - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getAuthRoutes() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- getAuthRoutes() - Method in class com.mongodb.stitch.core.internal.net.StitchAppRoutes
-
Returns the auth routes for this app.
- getAuthUrl() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the URL that will be used to capture cookies for authentication before the
actual request is executed.
- getBadge() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the value of the badge on the home screen app icon.
- getBaseAuthRoute() - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getBaseAuthRoute() - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getBaseRoute() - Method in class com.mongodb.stitch.core.auth.providers.internal.CoreAuthProviderClient
-
Returns the base route for this authentication provider client.
- getBaseUrl() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the base URL of the Stitch server that the client will communicate with.
- getBaseUrl() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the base URL of the Stitch server that the client will communicate with.
- getBirthday() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getBirthday() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the birthday of the user.
- getBody() - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Returns a copy of the body that will be sent along with the request.
- getBody() - Method in class com.mongodb.stitch.core.internal.net.Request
-
Returns a copy of the body that will be sent along with the request.
- getBody() - Method in class com.mongodb.stitch.core.internal.net.Response
-
Returns the body of the response; may be null.
- getBody() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Returns a copy of the body that will be sent along with the request.
- getBody() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
Returns a copy of the body that will be sent along with the request.
- getBody() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the notification's body text.
- getBody() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the body that will be included in the request.
- getBody() - Method in class com.mongodb.stitch.core.services.http.HttpResponse
-
Returns a copy of the response body.
- getBodyLocArgs() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the variable string values to be used in place of the format specifiers in
bodyLocKey to use to localize the body text to the user's current localization.
- getBodyLocKey() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the key to the body string in the app's string resources to use to localize the body
text to the user's current localization.
- getClickAction() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the action associated with a user click on the notification.
- getClient(StitchAuthRequestClient, StitchRequestClient, StitchAuthRoutes, TaskDispatcher) - Method in interface com.mongodb.stitch.android.core.auth.providers.internal.AuthProviderClientFactory
-
- getClient(String, StitchRequestClient, StitchAuthRoutes, TaskDispatcher) - Method in interface com.mongodb.stitch.android.core.auth.providers.internal.NamedAuthProviderClientFactory
-
- getClient(StitchPushClient, TaskDispatcher) - Method in interface com.mongodb.stitch.android.core.push.internal.NamedPushClientFactory
-
- getClient(NamedPushClientFactory<T>, String) - Method in class com.mongodb.stitch.android.core.push.internal.StitchPushImpl
-
- getClient(NamedPushClientFactory<T>, String) - Method in interface com.mongodb.stitch.android.core.push.StitchPush
-
Gets a push client for the given named push service.
- getClient(CoreStitchServiceClient, StitchAppClientInfo, TaskDispatcher) - Method in interface com.mongodb.stitch.android.core.services.internal.NamedServiceClientFactory
-
- getClient(CoreStitchServiceClient, StitchAppClientInfo, TaskDispatcher) - Method in interface com.mongodb.stitch.android.core.services.internal.ServiceClientFactory
-
- getClient(String, String, CodecRegistry) - Method in class com.mongodb.stitch.core.services.mongodb.local.internal.EmbeddedMongoClientFactory
-
- getClient(StitchAppClientInfo, EmbeddedMongoClientFactory) - Static method in class com.mongodb.stitch.core.services.mongodb.local.internal.LocalMongoClientFactory
-
- getClient(CoreStitchServiceClient, StitchAppClientInfo, EmbeddedMongoClientFactory) - Static method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreRemoteClientFactory
-
- getClient(StitchAppClientInfo, String, EmbeddedMongoClientFactory) - Static method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.SyncMongoClientFactory
-
- getClient(StitchAuthRequestClient, StitchRequestClient, StitchAuthRoutes) - Method in interface com.mongodb.stitch.server.core.auth.providers.internal.AuthProviderClientFactory
-
- getClient(String, StitchRequestClient, StitchAuthRoutes) - Method in interface com.mongodb.stitch.server.core.auth.providers.internal.NamedAuthProviderClientFactory
-
- getClient(CoreStitchServiceClient, StitchAppClientInfo) - Method in interface com.mongodb.stitch.server.core.services.internal.NamedServiceClientFactory
-
- getClient(CoreStitchServiceClient, StitchAppClientInfo) - Method in interface com.mongodb.stitch.server.core.services.internal.ServiceClientFactory
-
- getClientAppId() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the client app id of the Stitch application that this client communicates with.
- getCodec(CodecRegistry, Class<T>) - Static method in exception com.mongodb.stitch.core.internal.common.BsonUtils
-
- getCodecRegistry() - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- getCodecRegistry() - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Get the codec registry for the RemoteMongoCollection.
- getCodecRegistry() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Get the codec registry for the RemoteMongoCollection.
- getCodecRegistry() - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- getCodecRegistry() - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- getCodecRegistry() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Get the codec registry for the CoreRemoteMongoCollection.
- getCodecRegistry() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Get the codec registry for the CoreRemoteMongoCollection.
- getCodecRegistry() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Returns the codec registry.
- getCodecRegistry() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the codec registry used to encode/decode JSON.
- getCodecRegistry() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the codec registry used to encode/decode JSON.
- getCodecRegistry() - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- getCodecRegistry() - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Get the codec registry that will be used to decode responses when a codec registry.
- getCodecRegistry() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Get the codec registry for the RemoteMongoCollection.
- getCodecRegistry() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Get the codec registry for the RemoteMongoCollection.
- getCodeName() - Method in enum com.mongodb.stitch.core.StitchServiceErrorCode
-
Gets the name of this error as the API refers to it.
- getCollapseKey() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns the group of messages that can be collapsed.
- getCollection(String) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoDatabaseImpl
-
Gets a collection.
- getCollection(String, Class<DocumentT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoDatabaseImpl
-
Gets a collection, with a specific default document class.
- getCollection(String) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoDatabase
-
Gets a collection.
- getCollection(String, Class<DocumentT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoDatabase
-
Gets a collection, with a specific default document class.
- getCollection(String) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoDatabase
-
Gets a collection.
- getCollection(String, Class<DocumentT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoDatabase
-
Gets a collection, with a specific default document class.
- getCollection(String) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoDatabaseImpl
-
Gets a collection.
- getCollection(String, Class<DocumentT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoDatabaseImpl
-
Gets a collection, with a specific default document class.
- getCollection(String) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoDatabaseImpl
-
Gets a collection.
- getCollection(String, Class<DocumentT>) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoDatabaseImpl
-
Gets a collection, with a specific default document class.
- getCollection(String) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoDatabase
-
Gets a collection.
- getCollection(String, Class<DocumentT>) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoDatabase
-
Gets a collection, with a specific default document class.
- getColor() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the notification's icon color, expressed in #rrggbb format.
- getContentAvailable() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns whether or not to indicate to the client that content is available in order
to wake the device.
- getContentLength() - Method in class com.mongodb.stitch.core.services.http.HttpResponse
-
Returns the content length of the response.
- getCookies() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the cookies that will be included in the request.
- getCookies() - Method in class com.mongodb.stitch.core.services.http.HttpResponse
-
Returns the response cookies.
- getCredential() - Method in class com.mongodb.stitch.core.services.aws.s3.AwsS3SignPolicyResult
-
Deprecated.
Returns the credential that should be used when utilizing this signed policy.
- getData() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getData() - Method in class com.mongodb.stitch.core.internal.net.Event
-
- getData() - Method in class com.mongodb.stitch.core.internal.net.StitchEvent
-
- getData() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns the custom data to send in the payload.
- getDatabase(String) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoClientImpl
-
- getDatabase(String) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoClient
-
- getDatabase(String) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoClient
-
- getDatabase(String) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoClientImpl
-
- getDatabase(String) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoClientImpl
-
- getDatabase(String) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoClient
-
- getDataDirectory() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the local directory in which Stitch can store any data (e.g.
- getDataDirectory() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the local directory in which Stitch can store any data (e.g.
- getDataDirectory() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the local directory in which Stitch can store any data (e.g.
- getDataSynchronizer() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoClientImpl
-
- getDataSynchronizer() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoClientImpl
-
- getDataSynchronizer() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoClientImpl
-
- getDate() - Method in class com.mongodb.stitch.core.services.aws.s3.AwsS3SignPolicyResult
-
Deprecated.
Returns the date at which the signature was computed.
- getDefaultAppClient() - Static method in class com.mongodb.stitch.android.core.Stitch
-
Gets the default initialized app client.
- getDefaultAppClient() - Static method in class com.mongodb.stitch.server.core.Stitch
-
Gets the default initialized app client.
- getDefaultRequestTimeout() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the number of milliseconds that a `Transport` should spend by default on an HTTP round
trip before failing with an error.
- getDefaultRequestTimeout() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the number of milliseconds that a `Transport` should spend by default on an HTTP round
trip before failing with an error.
- getDeletedCount() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteDeleteResult
-
Gets the number of documents deleted.
- getDeploymentModel() - Method in class com.mongodb.stitch.core.internal.net.ApiAppMetadata
-
Provides the deployment model for the application.
- getDeviceId() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getDeviceId() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- getDeviceId() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getDeviceId() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getDeviceId() - Method in class com.mongodb.stitch.core.auth.internal.models.ApiAuthInfo
-
- getDeviceInfo() - Method in class com.mongodb.stitch.android.core.auth.internal.StitchAuthImpl
-
- getDeviceInfo() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- getDeviceInfo() - Method in class com.mongodb.stitch.server.core.auth.internal.StitchAuthImpl
-
- getDisabled() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.models.UserApiKey
-
Returns whether or not this API key is disabled for login usage.
- getDocument() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Returns the document to send in the request.
- getDocument() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest
-
- getDocument() - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest.Builder
-
Returns the document to send in the request.
- getDocumentClass() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Get the class of documents stored in this collection.
- getDocumentClass() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Get the class of documents stored in this collection.
- getDocumentClass() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Get the class of documents stored in this collection.
- getDocumentClass() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Get the class of documents stored in this collection.
- getDocumentClass() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Get the class of documents stored in this collection.
- getDocumentClass() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Get the class of documents stored in this collection.
- getDocumentId(BsonDocument) - Static method in exception com.mongodb.stitch.core.internal.common.BsonUtils
-
- getDocumentId() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.DocumentSynchronizationConfig
-
Returns the _id of the document being synchronized.
- getDocumentKey() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent
-
- getDomain() - Method in class com.mongodb.stitch.core.services.http.HttpCookie
-
Returns the domain to which this cookie belongs.
- getEmail() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getEmail() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the email of the user.
- getEncodeBodyAsJson() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns whether or not the included body should be encoded as extended JSON when sent to the
url in this request.
- getError() - Method in class com.mongodb.stitch.core.internal.net.StitchEvent
-
- getError() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageResultFailureDetail
-
Returns the error that occurred.
- getErrorCode() - Method in exception com.mongodb.stitch.core.StitchClientException
-
- getErrorCode() - Method in exception com.mongodb.stitch.core.StitchRequestException
-
- getErrorCode() - Method in exception com.mongodb.stitch.core.StitchServiceException
-
- getEventDispatcher() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the
Dispatcher
that the client will use to send events on.
- getEventName() - Method in class com.mongodb.stitch.core.internal.net.Event
-
- getEventName() - Method in class com.mongodb.stitch.core.internal.net.StitchEvent
-
- getEvents() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.NamespaceChangeStreamListener
-
Returns the latest change events, and clears them from the change stream listener.
- getExpires() - Method in class com.mongodb.stitch.core.services.http.HttpCookie
-
Returns when the cookie expires.
- getFailure() - Method in class com.mongodb.stitch.core.internal.common.OperationResult
-
Gets the failure reason for the operation, if it failed.
- getFailureDetails() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageResult
-
Returns the details of each failure.
- getFailures() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageResult
-
Returns the number of messages that failed to be sent.
- getFileName(String) - Static method in class com.mongodb.stitch.android.core.internal.common.SharedPreferencesStorage
-
- getFirstName() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getFirstName() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the first name of the user.
- getFollowRedirects() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns whether or not Stitch should follow redirects while executing the request.
- getForm() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the form that will be included in the request.
- getFullDocument() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent
-
- getFunctionCallRoute() - Method in class com.mongodb.stitch.core.services.internal.StitchServiceRoutes
-
- getGender() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getGender() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the gender of the user.
- getHeaders() - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Returns the headers that will be included in the request.
- getHeaders() - Method in class com.mongodb.stitch.core.internal.net.Request
-
Returns the headers that will be included in the request.
- getHeaders() - Method in class com.mongodb.stitch.core.internal.net.Response
-
Returns the headers of the response.
- getHeaders() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Returns the headers that will be included in the request.
- getHeaders() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
Returns the headers that will be included in the request.
- getHeaders() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the headers that will be included in the request.
- getHeaders() - Method in class com.mongodb.stitch.core.services.http.HttpResponse
-
Returns the response headers.
- getHostname() - Method in class com.mongodb.stitch.core.internal.net.ApiAppMetadata
-
Provides the hostname to use when accessing client API for the application.
- getIcon() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the notification's icon.
- getId() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getId() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getId() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.models.UserApiKey
-
Returns the id of this API key.
- getId() - Method in class com.mongodb.stitch.core.auth.StitchUserIdentity
-
Returns the id of the identity.
- getId() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent
-
- getIdentities() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getIdentities() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getIdentities() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getIndex() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageResultFailureDetail
-
Returns the index corresponding to the target.
- getInsertedId() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteInsertOneResult
-
Returns the _id of the inserted document.
- getInsertedIds() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteInsertManyResult
-
Returns the _ids of the inserted documents arranged by the index of the document from the
operation and its corresponding id.
- getInstance() - Static method in class com.mongodb.stitch.android.services.mongodb.local.internal.AndroidEmbeddedMongoClientFactory
-
- getInstance() - Static method in class com.mongodb.stitch.core.internal.common.StitchObjectMapper
-
Gets an instance of the object mapper.
- getInstance() - Static method in class com.mongodb.stitch.server.services.mongodb.local.internal.ServerEmbeddedMongoClientFactory
-
- getKey() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.models.UserApiKey
-
Returns the key of this API key.
- getLastName() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getLastName() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the last name of the user.
- getLimit() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteCountOptions
-
Gets the limit to apply.
- getLimit() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteFindOptions
-
Gets the limit to apply.
- getLocalAppName() - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Gets the name of the local application.
- getLocalAppName() - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration
-
Gets the name of the local application.
- getLocalAppName() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the name of the local application.
- getLocalAppVersion() - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Gets the current version of the local application.
- getLocalAppVersion() - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration
-
Gets the current version of the local application.
- getLocalAppVersion() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the current version of the local application.
- getLocation() - Method in class com.mongodb.stitch.core.internal.net.ApiAppMetadata
-
Provides the location for the application.
- getLocation() - Method in class com.mongodb.stitch.core.services.aws.s3.AwsS3PutObjectResult
-
Deprecated.
Returns the location of the object.
- getLocationRoute() - Method in class com.mongodb.stitch.core.services.internal.StitchServiceRoutes
-
- getLoggedInProviderName() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getLoggedInProviderName() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getLoggedInProviderName() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getLoggedInProviderType() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getLoggedInProviderType() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getLoggedInProviderType() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getMatchedCount() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteUpdateResult
-
Returns the number of documents matched by the query.
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.anonymous.AnonymousCredential
-
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.custom.CustomCredential
-
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.facebook.FacebookCredential
-
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.google.GoogleCredential
-
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.serverapikey.ServerApiKeyCredential
-
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.UserApiKeyCredential
-
- getMaterial() - Method in class com.mongodb.stitch.core.auth.providers.userpassword.UserPasswordCredential
-
- getMaterial() - Method in interface com.mongodb.stitch.core.auth.StitchCredential
-
Returns the authentication material for this credential.
- getMaxAge() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
Get the maximum age of this user; may be null.
- getMaxAge() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the maximum age of the user.
- getMaxAge() - Method in class com.mongodb.stitch.core.services.http.HttpCookie
-
Returns how long the cookie can live for.
- getMessageId() - Method in class com.mongodb.stitch.core.services.aws.ses.AwsSesSendResult
-
Deprecated.
Returns the id of the sent message.
- getMethod() - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Returns the HTTP method of the request.
- getMethod() - Method in class com.mongodb.stitch.core.internal.net.Request
-
Returns the HTTP method of the request.
- getMethod() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Returns the HTTP method of the request.
- getMethod() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
Returns the HTTP method of the request.
- getMethod() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the HTTP method of the request.
- getMinAge() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
Get the minimum age of this user; may be null.
- getMinAge() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the minmum age of the user.
- getModifiedCount() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteUpdateResult
-
Returns the number of documents modified.
- getMutableContent() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns whether or not the content in the message can be mutated.
- getName() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoDatabaseImpl
-
Gets the name of the database.
- getName() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoDatabase
-
Gets the name of the database.
- getName() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getName() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.models.UserApiKey
-
Returns the name of the API key.
- getName() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the name of the user.
- getName() - Method in class com.mongodb.stitch.core.services.http.HttpCookie
-
Returns the name of the cookie.
- getName() - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- getName() - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- getName() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoDatabase
-
Gets the name of the database.
- getName() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoDatabaseImpl
-
Gets the name of the database.
- getName() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoDatabaseImpl
-
Gets the name of the database.
- getName() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoDatabase
-
Gets the name of the database.
- getNamespace() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Gets the namespace of this collection.
- getNamespace() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Gets the namespace of this collection.
- getNamespace() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Gets the namespace of this collection.
- getNamespace() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Gets the namespace of this collection.
- getNamespace() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent
-
- getNamespace() - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Gets the namespace of this collection.
- getNamespace() - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Gets the namespace of this collection.
- getNetworkMonitor() - Method in class com.mongodb.stitch.core.StitchAppClientInfo
-
Gets the
NetworkMonitor
that the client will used to check internet status.
- getNetworkMonitor() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the
NetworkMonitor
that the client will used to check internet status.
- getNetworkMonitor() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the network monitor.
- getNotification() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns the predefined, user-visible key-value pairs of the notification payload.
- getOperationType() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent
-
- getPath() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Returns the Stitch API path of the request.
- getPath() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
Returns the Stitch API path of the request.
- getPath() - Method in class com.mongodb.stitch.core.services.http.HttpCookie
-
Returns the path within the domain to which this cookie belongs.
- getPausedDocumentIds() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- getPausedDocumentIds() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Return the set of synchronized document _ids in a namespace
that have been paused due to an irrecoverable error.
- getPausedDocumentIds() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Return the set of synchronized document _ids in a namespace
that have been paused due to an irrecoverable error.
- getPausedDocumentIds() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- getPausedDocumentIds(MongoNamespace) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Return the set of synchronized document _ids in a namespace
that have been paused due to an irrecoverable error.
- getPictureUrl() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getPictureUrl() - Method in interface com.mongodb.stitch.core.auth.StitchUserProfile
-
Returns the url to a picture of the user.
- getPolicy() - Method in class com.mongodb.stitch.core.services.aws.s3.AwsS3SignPolicyResult
-
Deprecated.
Returns the description of the policy that has been signed.
- getPriority() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns the priority of the message.
- getProfile() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getProfile() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getProfileRoute() - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getProfileRoute() - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getProjection() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteFindOptions
-
Gets a document describing the fields to return for all matching documents.
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.anonymous.AnonymousCredential
-
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.custom.CustomCredential
-
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.facebook.FacebookCredential
-
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.google.GoogleCredential
-
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.serverapikey.ServerApiKeyCredential
-
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.UserApiKeyCredential
-
- getProviderCapabilities() - Method in class com.mongodb.stitch.core.auth.providers.userpassword.UserPasswordCredential
-
- getProviderCapabilities() - Method in interface com.mongodb.stitch.core.auth.StitchCredential
-
Returns the provider capabilities associated with this credential.
- getProviderClient(AuthProviderClientFactory<ClientT>) - Method in class com.mongodb.stitch.android.core.auth.internal.StitchAuthImpl
-
- getProviderClient(NamedAuthProviderClientFactory<T>, String) - Method in class com.mongodb.stitch.android.core.auth.internal.StitchAuthImpl
-
- getProviderClient(AuthProviderClientFactory<ClientT>) - Method in interface com.mongodb.stitch.android.core.auth.StitchAuth
-
Gets a client for the given authentication provider.
- getProviderClient(NamedAuthProviderClientFactory<T>, String) - Method in interface com.mongodb.stitch.android.core.auth.StitchAuth
-
Gets a client for the given named authentication provider.
- getProviderClient(AuthProviderClientFactory<ClientT>) - Method in class com.mongodb.stitch.server.core.auth.internal.StitchAuthImpl
-
- getProviderClient(NamedAuthProviderClientFactory<T>, String) - Method in class com.mongodb.stitch.server.core.auth.internal.StitchAuthImpl
-
- getProviderClient(AuthProviderClientFactory<ClientT>) - Method in interface com.mongodb.stitch.server.core.auth.StitchAuth
-
Gets a client for the given authentication provider.
- getProviderClient(NamedAuthProviderClientFactory<T>, String) - Method in interface com.mongodb.stitch.server.core.auth.StitchAuth
-
Gets a client for the given named authentication provider.
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.anonymous.AnonymousCredential
-
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.custom.CustomCredential
-
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.facebook.FacebookCredential
-
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.google.GoogleCredential
-
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.internal.CoreAuthProviderClient
-
Returns the name of the authentication provider.
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.serverapikey.ServerApiKeyCredential
-
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.UserApiKeyCredential
-
- getProviderName() - Method in class com.mongodb.stitch.core.auth.providers.userpassword.UserPasswordCredential
-
- getProviderName() - Method in interface com.mongodb.stitch.core.auth.StitchCredential
-
Returns the authentication provider name that this credential is for.
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.anonymous.AnonymousCredential
-
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.custom.CustomCredential
-
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.facebook.FacebookCredential
-
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.google.GoogleCredential
-
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.serverapikey.ServerApiKeyCredential
-
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.userapikey.UserApiKeyCredential
-
- getProviderType() - Method in class com.mongodb.stitch.core.auth.providers.userpassword.UserPasswordCredential
-
- getProviderType() - Method in interface com.mongodb.stitch.core.auth.StitchCredential
-
Returns the authentication provider type that this credential is for.
- getProviderType() - Method in class com.mongodb.stitch.core.auth.StitchUserIdentity
-
Returns the type of the provider that this identity is for.
- getPush() - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- getPush() - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Gets the push notifications component of the app.
- getPushRoutes() - Method in class com.mongodb.stitch.core.internal.net.StitchAppRoutes
-
Returns the push routes for this app.
- getRefreshToken() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getRefreshToken() - Method in class com.mongodb.stitch.core.auth.internal.models.ApiAuthInfo
-
- getRegion() - Method in class com.mongodb.stitch.core.services.aws.AwsRequest
-
Returns the region that service in this request should be scoped to.
- getRegistrationRoute(String) - Method in class com.mongodb.stitch.core.push.internal.StitchPushRoutes
-
- getRemovedFields() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent.UpdateDescription
-
- getRequestClient() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- getRequestClient() - Method in class com.mongodb.stitch.core.auth.providers.internal.CoreAuthProviderClient
-
Returns the request client used by the client to make requests.
- getReusesExistingSession() - Method in class com.mongodb.stitch.core.auth.ProviderCapabilities
-
Returns whether or not to reuse an existing sessions when the provider
name and type are the same.
- getService() - Method in class com.mongodb.stitch.core.services.aws.AwsRequest
-
Returns the AWS service that the action in the request will be performed against.
- getServiceClient(NamedServiceClientFactory<T>, String) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- getServiceClient(ServiceClientFactory<T>) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- getServiceClient(String) - Method in class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
- getServiceClient(NamedServiceClientFactory<T>, String) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Gets a client for the given named service.
- getServiceClient(ServiceClientFactory<T>) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Gets a client for the given service.
- getServiceClient(String) - Method in interface com.mongodb.stitch.android.core.StitchAppClient
-
Gets a general purpose client for the given named service.
- getServiceClient(NamedServiceClientFactory<T>, String) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- getServiceClient(ServiceClientFactory<T>) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- getServiceClient(String) - Method in class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
- getServiceClient(NamedServiceClientFactory<T>, String) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Gets a client for the given named service.
- getServiceClient(ServiceClientFactory<T>) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Gets a client for the given service.
- getServiceClient(String) - Method in interface com.mongodb.stitch.server.core.StitchAppClient
-
Gets a general purpose client for the given named service.
- getServiceRoutes() - Method in class com.mongodb.stitch.core.internal.net.StitchAppRoutes
-
Returns the service routes for this app.
- getSessionRoute() - Method in interface com.mongodb.stitch.core.auth.internal.StitchAuthRoutes
-
- getSessionRoute() - Method in class com.mongodb.stitch.core.internal.net.StitchAppAuthRoutes
-
- getShouldRefreshOnFailure() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest
-
Returns whether or not the performer of this request should attempt to refresh authentication
info on failure.
- getSignature() - Method in class com.mongodb.stitch.core.services.aws.s3.AwsS3SignPolicyResult
-
Deprecated.
Returns the computed signature of the policy.
- getSort() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteFindOptions
-
Gets the sort criteria to apply to the query.
- getSound() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the sound to play when the device receives the notification.
- getStartedAt() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
Returns when the request started at.
- getStatus() - Method in class com.mongodb.stitch.core.services.http.HttpResponse
-
Returns the human readable status of the response.
- getStatusCode() - Method in class com.mongodb.stitch.core.internal.net.Response
-
Returns the status code of the response.
- getStatusCode() - Method in class com.mongodb.stitch.core.services.http.HttpResponse
-
Returns the status code of the response.
- getStorage() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the underlying storage to persist client specific data to.
- getStorage() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the underlying storage to persist client specific data to.
- getSuccesses() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageResult
-
Returns the number of messages successfully sent.
- getSyncedIds() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- getSyncedIds() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Returns the set of synchronized document ids in a namespace.
- getSyncedIds() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Returns the set of synchronized document ids in a namespace.
- getSyncedIds() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- getSynchronizedDocumentIds(MongoNamespace) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Returns the set of synchronized documents _ids in a namespace.
- getSynchronizedDocuments(MongoNamespace) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Returns the set of synchronized documents in a namespace.
- getSynchronizedNamespaces() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Returns the set of synchronized namespaces.
- getTag() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the identifier used to replace existing notifications in the notification drawer.
- getTimeout() - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Returns the number of milliseconds that the underlying transport should spend on an HTTP
round trip before failing with an error.
- getTimeout() - Method in class com.mongodb.stitch.core.internal.net.Request
-
Returns the number of milliseconds that the underlying transport should spend on an HTTP round
trip before failing with an error.
- getTimeout() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Returns the number of milliseconds that the underlying transport should spend on an HTTP
round trip before failing with an error.
- getTimeout() - Method in class com.mongodb.stitch.core.internal.net.StitchRequest
-
Returns the number of milliseconds that the underlying transport should spend on an HTTP round
trip before failing with an error.
- getTimeToLive() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest
-
Returns how long (in seconds) the message should be kept in FCM storage if the device is
offline.
- getTitle() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the notification's title.
- getTitleLocArgs() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the variable string values to be used in place of the format specifiers in
titleLocKey to use to localize the title text to the user's current localization.
- getTitleLocKey() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification
-
Returns the key to the title string in the app's string resources to use to localize the
title text to the user's current localization.
- getTransport() - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Gets the
Transport
that the client will use to make round trips to the Stitch server.
- getTransport() - Method in class com.mongodb.stitch.core.StitchClientConfiguration
-
Gets the
Transport
that the client will use to make round trips to the Stitch server.
- getType(Uri) - Method in class com.mongodb.stitch.android.core.internal.StitchInitProvider
-
- getType(Uri) - Method in class com.mongodb.stitch.android.services.mongodb.local.internal.MongoDbMobileProvider
-
- getTypeName() - Method in enum com.mongodb.stitch.core.auth.UserType
-
Returns the human-readable name of this user type.
- getUnprocessedEventForDocumentId(BsonValue) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.NamespaceChangeStreamListener
-
If there is an unprocessed change event for a particular document ID, fetch it from the
change stream listener, and remove it.
- getUpdateDescription() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent
-
- getUpdatedFields() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.ChangeEvent.UpdateDescription
-
- getUpsertedId() - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteUpdateResult
-
If the replace resulted in an inserted document, gets the _id of the inserted document,
otherwise null.
- getUrl() - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Returns the URL that the request will be performed against.
- getUrl() - Method in class com.mongodb.stitch.core.internal.net.Request
-
Returns the URL that the request will be performed against.
- getUrl() - Method in class com.mongodb.stitch.core.services.http.HttpRequest
-
Returns the URL that the request will be performed against.
- getUser() - Method in interface com.mongodb.stitch.android.core.auth.StitchAuth
-
Returns the currently logged in user; null if not logged in.
- getUser() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- getUser() - Method in interface com.mongodb.stitch.server.core.auth.StitchAuth
-
Returns the currently logged in user; null if not logged in.
- getUseRefreshToken() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest
-
Returns whether or not a refresh token should be used in this request.
- getUserFactory() - Method in class com.mongodb.stitch.android.core.auth.internal.StitchAuthImpl
-
- getUserFactory() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchAuth
-
- getUserFactory() - Method in class com.mongodb.stitch.server.core.auth.internal.StitchAuthImpl
-
- getUserId() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getUserId() - Method in class com.mongodb.stitch.core.auth.internal.models.ApiAuthInfo
-
- getUserId() - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageResultFailureDetail
-
Returns the user id that could not be sent a message to, if applicable.
- getUserProfile() - Method in class com.mongodb.stitch.core.auth.internal.AuthInfo
-
- getUserType() - Method in interface com.mongodb.stitch.core.auth.internal.CoreStitchUser
-
- getUserType() - Method in class com.mongodb.stitch.core.auth.internal.CoreStitchUserImpl
-
- getUserType() - Method in class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- getValue() - Method in class com.mongodb.stitch.core.services.http.HttpCookie
-
Returns the value of the cookie.
- GoogleAuthProvider - Class in com.mongodb.stitch.core.auth.providers.google
-
Information about the Google OAuth 2.0 authentication provider.
- GoogleCredential - Class in com.mongodb.stitch.core.auth.providers.google
-
The credential used for Google OAuth 2.0 log ins.
- GoogleCredential(String) - Constructor for class com.mongodb.stitch.core.auth.providers.google.GoogleCredential
-
Constructs a Google credential for a user.
- SDK_VERSION - Static variable in class com.mongodb.stitch.core.auth.internal.DeviceFields
-
- sendEmail(String, String, String, String) - Method in interface com.mongodb.stitch.android.services.aws.ses.AwsSesServiceClient
-
Deprecated.
Sends an email.
- sendEmail(String, String, String, String) - Method in class com.mongodb.stitch.android.services.aws.ses.internal.AwsSesServiceClientImpl
-
Deprecated.
Sends an email.
- sendEmail(String, String, String, String) - Method in class com.mongodb.stitch.core.services.aws.ses.internal.CoreAwsSesServiceClient
-
Deprecated.
- sendEmail(String, String, String, String) - Method in interface com.mongodb.stitch.server.services.aws.ses.AwsSesServiceClient
-
Deprecated.
Sends an email.
- sendEmail(String, String, String, String) - Method in class com.mongodb.stitch.server.services.aws.ses.internal.AwsSesServiceClientImpl
-
Deprecated.
Sends an email.
- sendMessage(String, String, String) - Method in class com.mongodb.stitch.android.services.twilio.internal.TwilioServiceClientImpl
-
Sends an SMS/MMS message.
- sendMessage(String, String, String, String) - Method in class com.mongodb.stitch.android.services.twilio.internal.TwilioServiceClientImpl
-
Sends an SMS/MMS message.
- sendMessage(String, String, String) - Method in interface com.mongodb.stitch.android.services.twilio.TwilioServiceClient
-
Sends an SMS/MMS message.
- sendMessage(String, String, String, String) - Method in interface com.mongodb.stitch.android.services.twilio.TwilioServiceClient
-
Sends an SMS/MMS message.
- sendMessage(String, String, String, String) - Method in class com.mongodb.stitch.core.services.twilio.internal.CoreTwilioServiceClient
-
- sendMessage(String, String, String) - Method in class com.mongodb.stitch.core.services.twilio.internal.CoreTwilioServiceClient
-
- sendMessage(String, String, String) - Method in class com.mongodb.stitch.server.services.twilio.internal.TwilioServiceClientImpl
-
Sends an SMS/MMS message.
- sendMessage(String, String, String, String) - Method in class com.mongodb.stitch.server.services.twilio.internal.TwilioServiceClientImpl
-
Sends an SMS/MMS message.
- sendMessage(String, String, String) - Method in interface com.mongodb.stitch.server.services.twilio.TwilioServiceClient
-
Sends an SMS/MMS message.
- sendMessage(String, String, String, String) - Method in interface com.mongodb.stitch.server.services.twilio.TwilioServiceClient
-
Sends an SMS/MMS message.
- sendMessageTo(String, FcmSendMessageRequest) - Method in interface com.mongodb.stitch.android.services.fcm.FcmServiceClient
-
Sends an FCM message to the given target with the given request payload.
- sendMessageTo(String, FcmSendMessageRequest) - Method in class com.mongodb.stitch.android.services.fcm.internal.FcmServiceClientImpl
-
Sends an FCM message to the given target with the given request payload.
- sendMessageTo(String, FcmSendMessageRequest) - Method in class com.mongodb.stitch.core.services.fcm.internal.CoreFcmServiceClient
-
- sendMessageTo(String, FcmSendMessageRequest) - Method in interface com.mongodb.stitch.server.services.fcm.FcmServiceClient
-
Sends an FCM message to the given target with the given request payload.
- sendMessageTo(String, FcmSendMessageRequest) - Method in class com.mongodb.stitch.server.services.fcm.internal.FcmServiceClientImpl
-
Sends an FCM message to the given target with the given request payload.
- sendMessageToRegistrationTokens(Collection<String>, FcmSendMessageRequest) - Method in interface com.mongodb.stitch.android.services.fcm.FcmServiceClient
-
Sends an FCM message to the given set of registration tokens with the given request payload.
- sendMessageToRegistrationTokens(Collection<String>, FcmSendMessageRequest) - Method in class com.mongodb.stitch.android.services.fcm.internal.FcmServiceClientImpl
-
Sends an FCM message to the given set of registration tokens with the given request payload.
- sendMessageToRegistrationTokens(Collection<String>, FcmSendMessageRequest) - Method in class com.mongodb.stitch.core.services.fcm.internal.CoreFcmServiceClient
-
- sendMessageToRegistrationTokens(Collection<String>, FcmSendMessageRequest) - Method in interface com.mongodb.stitch.server.services.fcm.FcmServiceClient
-
Sends an FCM message to the given set of registration tokens with the given request payload.
- sendMessageToRegistrationTokens(Collection<String>, FcmSendMessageRequest) - Method in class com.mongodb.stitch.server.services.fcm.internal.FcmServiceClientImpl
-
Sends an FCM message to the given set of registration tokens with the given request payload.
- sendMessageToUsers(Collection<String>, FcmSendMessageRequest) - Method in interface com.mongodb.stitch.android.services.fcm.FcmServiceClient
-
Sends an FCM message to the given set of Stitch users with the given request payload.
- sendMessageToUsers(Collection<String>, FcmSendMessageRequest) - Method in class com.mongodb.stitch.android.services.fcm.internal.FcmServiceClientImpl
-
Sends an FCM message to the given set of Stitch users with the given request payload.
- sendMessageToUsers(Collection<String>, FcmSendMessageRequest) - Method in class com.mongodb.stitch.core.services.fcm.internal.CoreFcmServiceClient
-
- sendMessageToUsers(Collection<String>, FcmSendMessageRequest) - Method in interface com.mongodb.stitch.server.services.fcm.FcmServiceClient
-
Sends an FCM message to the given set of Stitch users with the given request payload.
- sendMessageToUsers(Collection<String>, FcmSendMessageRequest) - Method in class com.mongodb.stitch.server.services.fcm.internal.FcmServiceClientImpl
-
Sends an FCM message to the given set of Stitch users with the given request payload.
- sendResetPasswordEmail(String) - Method in class com.mongodb.stitch.android.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl
-
Sends a user a password reset email for the given email.
- sendResetPasswordEmail(String) - Method in interface com.mongodb.stitch.android.core.auth.providers.userpassword.UserPasswordAuthProviderClient
-
Sends a user a password reset email for the given email.
- sendResetPasswordEmail(String) - Method in class com.mongodb.stitch.server.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl
-
Sends a user a password reset email for the given email.
- sendResetPasswordEmail(String) - Method in interface com.mongodb.stitch.server.core.auth.providers.userpassword.UserPasswordAuthProviderClient
-
Sends a user a password reset email for the given email.
- sendResetPasswordEmailInternal(String) - Method in class com.mongodb.stitch.core.auth.providers.userpassword.internal.CoreUserPasswordAuthProviderClient
-
- ServerApiKeyAuthProvider - Class in com.mongodb.stitch.core.auth.providers.serverapikey
-
Information about the server API key authentication provider.
- ServerApiKeyCredential - Class in com.mongodb.stitch.core.auth.providers.serverapikey
-
The credential used for server API key log ins.
- ServerApiKeyCredential(String) - Constructor for class com.mongodb.stitch.core.auth.providers.serverapikey.ServerApiKeyCredential
-
Constructs a server API key credential for a user.
- ServerEmbeddedMongoClientFactory - Class in com.mongodb.stitch.server.services.mongodb.local.internal
-
- ServerNetworkMonitor - Class in com.mongodb.stitch.server.core.internal.net
-
- ServerNetworkMonitor() - Constructor for class com.mongodb.stitch.server.core.internal.net.ServerNetworkMonitor
-
- ServiceClientFactory<T> - Interface in com.mongodb.stitch.android.core.services.internal
-
- ServiceClientFactory<T> - Interface in com.mongodb.stitch.server.core.services.internal
-
- set(String, String) - Method in class com.mongodb.stitch.android.core.internal.common.SharedPreferencesStorage
-
- set(String, String) - Method in class com.mongodb.stitch.core.internal.common.MemoryStorage
-
- set(String, String) - Method in interface com.mongodb.stitch.core.internal.common.Storage
-
- setDeploymentModel(String) - Method in class com.mongodb.stitch.core.internal.net.ApiAppMetadata
-
Sets the deployment model for the application.
- setHostname(String) - Method in class com.mongodb.stitch.core.internal.net.ApiAppMetadata
-
Sets the client API hostname.
- setLocation(String) - Method in class com.mongodb.stitch.core.internal.net.ApiAppMetadata
-
Sets the application's location.
- SharedPreferencesStorage - Class in com.mongodb.stitch.android.core.internal.common
-
- SharedPreferencesStorage(SharedPreferences) - Constructor for class com.mongodb.stitch.android.core.internal.common.SharedPreferencesStorage
-
- signPolicy(String, String, String, String) - Method in interface com.mongodb.stitch.android.services.aws.s3.AwsS3ServiceClient
-
Deprecated.
Signs an AWS S3 security policy for a future put object request.
- signPolicy(String, String, String, String) - Method in class com.mongodb.stitch.android.services.aws.s3.internal.AwsS3ServiceClientImpl
-
Deprecated.
Signs an AWS S3 security policy for a future put object request.
- signPolicy(String, String, String, String) - Method in class com.mongodb.stitch.core.services.aws.s3.internal.CoreAwsS3ServiceClient
-
Deprecated.
- signPolicy(String, String, String, String) - Method in interface com.mongodb.stitch.server.services.aws.s3.AwsS3ServiceClient
-
Deprecated.
Signs an AWS S3 security policy for a future put object request.
- signPolicy(String, String, String, String) - Method in class com.mongodb.stitch.server.services.aws.s3.internal.AwsS3ServiceClientImpl
-
Deprecated.
Signs an AWS S3 security policy for a future put object request.
- sort(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteFindIterableImpl
-
- sort(Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncFindIterableImpl
-
- sort(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteFindIterable
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.SyncFindIterable
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteFindIterable
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteFindIterableImpl
-
Sets the sort criteria to apply to the query.
- sort(BsonDocument) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.FindOperation
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteFindOptions
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSyncFindIterable
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncFindIterableImpl
-
Sets the sort criteria to apply to the query.
- sort(Bson) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteFindIterableImpl
-
- sort(Bson) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteFindIterable
-
Sets the sort criteria to apply to the query.
- start() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Starts data synchronization in a background thread.
- start() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.NamespaceChangeStreamListener
-
Opens the stream in a background thread.
- Stitch - Class in com.mongodb.stitch.android.core
-
The entry point into the Android SDK.
- Stitch() - Constructor for class com.mongodb.stitch.android.core.Stitch
-
- Stitch - Class in com.mongodb.stitch.server.core
-
The entry point into the Server SDK.
- Stitch() - Constructor for class com.mongodb.stitch.server.core.Stitch
-
- StitchAppAuthRoutes - Class in com.mongodb.stitch.core.internal.net
-
- StitchAppAuthRoutes.RouteParts - Class in com.mongodb.stitch.core.internal.net
-
- StitchAppClient - Interface in com.mongodb.stitch.android.core
-
StitchAppClient is the main class used to work with Stitch.
- StitchAppClient - Interface in com.mongodb.stitch.server.core
-
StitchAppClient is the main class used to work with Stitch.
- StitchAppClientConfiguration - Class in com.mongodb.stitch.core
-
Properties representing the configuration of an app client that communicate with a particular
MongoDB Stitch application.
- StitchAppClientConfiguration.Builder - Class in com.mongodb.stitch.core
-
- StitchAppClientImpl - Class in com.mongodb.stitch.android.core.internal
-
- StitchAppClientImpl(String, StitchAppClientConfiguration) - Constructor for class com.mongodb.stitch.android.core.internal.StitchAppClientImpl
-
Constructs an app client with the given configuration.
- StitchAppClientImpl - Class in com.mongodb.stitch.server.core.internal
-
- StitchAppClientImpl(String, StitchAppClientConfiguration) - Constructor for class com.mongodb.stitch.server.core.internal.StitchAppClientImpl
-
Constructs an app client with the given configuration.
- StitchAppClientInfo - Class in com.mongodb.stitch.core
-
A class providing basic information about a Stitch app client.
- StitchAppClientInfo(String, String, String, String, CodecRegistry, NetworkMonitor, AuthMonitor, Dispatcher) - Constructor for class com.mongodb.stitch.core.StitchAppClientInfo
-
- StitchAppRequestClientImpl - Class in com.mongodb.stitch.core.internal.net
-
- StitchAppRequestClientImpl(String, String, Transport, Long) - Constructor for class com.mongodb.stitch.core.internal.net.StitchAppRequestClientImpl
-
- StitchAppRoutes - Class in com.mongodb.stitch.core.internal.net
-
- StitchAppRoutes(String) - Constructor for class com.mongodb.stitch.core.internal.net.StitchAppRoutes
-
Constructs the app specific routes to access an app based on the client app id.
- StitchAppRoutes.RouteParts - Class in com.mongodb.stitch.core.internal.net
-
- StitchAuth - Interface in com.mongodb.stitch.android.core.auth
-
StitchAuth manages authentication for any Stitch based client.
- StitchAuth - Interface in com.mongodb.stitch.server.core.auth
-
StitchAuth manages authentication for any Stitch based client.
- StitchAuthDocRequest - Class in com.mongodb.stitch.core.internal.net
-
- StitchAuthDocRequest(StitchAuthRequest, Document) - Constructor for class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest
-
- StitchAuthDocRequest(StitchRequest, Document) - Constructor for class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest
-
- StitchAuthDocRequest.Builder - Class in com.mongodb.stitch.core.internal.net
-
- StitchAuthImpl - Class in com.mongodb.stitch.android.core.auth.internal
-
- StitchAuthImpl(StitchRequestClient, StitchAuthRoutes, Storage, TaskDispatcher, StitchAppClientInfo) - Constructor for class com.mongodb.stitch.android.core.auth.internal.StitchAuthImpl
-
- StitchAuthImpl - Class in com.mongodb.stitch.server.core.auth.internal
-
- StitchAuthImpl(StitchRequestClient, StitchAuthRoutes, Storage, StitchAppClientInfo) - Constructor for class com.mongodb.stitch.server.core.auth.internal.StitchAuthImpl
-
- StitchAuthListener - Interface in com.mongodb.stitch.android.core.auth
-
StitchAuthListener allows one to hook into authentication events as they happen in a Stitch app
client.
- StitchAuthRequest - Class in com.mongodb.stitch.core.internal.net
-
- StitchAuthRequest.Builder - Class in com.mongodb.stitch.core.internal.net
-
- StitchAuthRequestClient - Interface in com.mongodb.stitch.core.auth.internal
-
- StitchAuthRoutes - Interface in com.mongodb.stitch.core.auth.internal
-
- StitchClientConfiguration - Class in com.mongodb.stitch.core
-
Properties representing the configuration of a client that communicate with a particular MongoDB
Stitch application.
- StitchClientConfiguration.Builder - Class in com.mongodb.stitch.core
-
- StitchClientErrorCode - Enum in com.mongodb.stitch.core
-
StitchClientErrorCode represents the errors that can occur when using the Stitch client,
typically before a request is made to the Stitch server.
- StitchClientException - Exception in com.mongodb.stitch.core
-
An exception indicating that an error occurred when using the Stitch client, typically before the
client performed a request.
- StitchClientException(StitchClientErrorCode) - Constructor for exception com.mongodb.stitch.core.StitchClientException
-
Constructs a client exception with the given error code.
- StitchCredential - Interface in com.mongodb.stitch.core.auth
-
A StitchCredential provides a Stitch client the information needed to log in or link a user with
an identity.
- StitchDocRequest - Class in com.mongodb.stitch.core.internal.net
-
- StitchDocRequest.Builder - Class in com.mongodb.stitch.core.internal.net
-
- StitchError - Class in com.mongodb.stitch.core.internal.common
-
A set of utilities for handling errors that come back from Stitch app servers.
- StitchEvent<T> - Class in com.mongodb.stitch.core.internal.net
-
Stitch abstraction of server-sent events.
- StitchException - Exception in com.mongodb.stitch.core
-
StitchExceptions represent a class of exceptions that happen while utilizing the Stitch SDK and
communicating Stitch.
- StitchInitProvider - Class in com.mongodb.stitch.android.core.internal
-
StitchInitProvider's sole purpose is to automatically initialize the SDK with the application
this provider is bound to.
- StitchInitProvider() - Constructor for class com.mongodb.stitch.android.core.internal.StitchInitProvider
-
- StitchObjectMapper - Class in com.mongodb.stitch.core.internal.common
-
StitchObjectMapper is responsible for handling the serialization and deserialization of JSON
objects with special serialization support for
Document
s and
ObjectId
s.
- StitchPush - Interface in com.mongodb.stitch.android.core.push
-
StitchPush can be used to get clients that can register for push notifications via Stitch.
- StitchPushClient - Interface in com.mongodb.stitch.android.core.push.internal
-
StitchPushClient is used to register for push notifications.
- StitchPushClientImpl - Class in com.mongodb.stitch.android.core.push.internal
-
- StitchPushImpl - Class in com.mongodb.stitch.android.core.push.internal
-
- StitchPushImpl(StitchAuthRequestClient, StitchPushRoutes, TaskDispatcher) - Constructor for class com.mongodb.stitch.android.core.push.internal.StitchPushImpl
-
- StitchPushRoutes - Class in com.mongodb.stitch.core.push.internal
-
- StitchPushRoutes(String) - Constructor for class com.mongodb.stitch.core.push.internal.StitchPushRoutes
-
- StitchPushRoutes.RouteParts - Class in com.mongodb.stitch.core.push.internal
-
- StitchRequest - Class in com.mongodb.stitch.core.internal.net
-
- StitchRequest.Builder - Class in com.mongodb.stitch.core.internal.net
-
- StitchRequestClient - Interface in com.mongodb.stitch.core.internal.net
-
- StitchRequestClientImpl - Class in com.mongodb.stitch.core.internal.net
-
- StitchRequestClientImpl(String, Transport, Long) - Constructor for class com.mongodb.stitch.core.internal.net.StitchRequestClientImpl
-
Constructs a StitchRequestClientImpl with the provided parameters.
- StitchRequestErrorCode - Enum in com.mongodb.stitch.core
-
StitchRequestErrorCode represents the reasons that a request may fail.
- StitchRequestException - Exception in com.mongodb.stitch.core
-
Indicates that an error occurred while a request was being carried out.
- StitchRequestException(String, StitchRequestErrorCode) - Constructor for exception com.mongodb.stitch.core.StitchRequestException
-
Constructs a request exception from an error code without an underlying exception.
- StitchRequestException(Exception, StitchRequestErrorCode) - Constructor for exception com.mongodb.stitch.core.StitchRequestException
-
Constructs a request exception from the underlying exception and error code.
- StitchServiceClient - Interface in com.mongodb.stitch.android.core.services
-
StitchServiceClient acts as a general purpose client for working with services that either
not defined or well defined by this SDK.
- StitchServiceClient - Interface in com.mongodb.stitch.server.core.services
-
StitchServiceClient acts as a general purpose client for working with services that either
not defined or well defined by this SDK.
- StitchServiceClientImpl - Class in com.mongodb.stitch.android.core.services.internal
-
- StitchServiceClientImpl(CoreStitchServiceClient, TaskDispatcher) - Constructor for class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- StitchServiceClientImpl - Class in com.mongodb.stitch.server.core.services.internal
-
- StitchServiceClientImpl(CoreStitchServiceClient) - Constructor for class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- StitchServiceErrorCode - Enum in com.mongodb.stitch.core
-
StitchServiceErrorCode represents the set of errors that can come back from a Stitch request.
- StitchServiceException - Exception in com.mongodb.stitch.core
-
A StitchServiceException is an exception indicating that an error came from the Stitch server
after a request was completed, with an error message and an error code defined in the
`StitchServiceErrorCode` enum.
- StitchServiceException(StitchServiceErrorCode) - Constructor for exception com.mongodb.stitch.core.StitchServiceException
-
Constructs a new exception with the given error code.
- StitchServiceException(String, StitchServiceErrorCode) - Constructor for exception com.mongodb.stitch.core.StitchServiceException
-
Constructs a new exception with the given message error code.
- StitchServiceRoutes - Class in com.mongodb.stitch.core.services.internal
-
- StitchServiceRoutes(String) - Constructor for class com.mongodb.stitch.core.services.internal.StitchServiceRoutes
-
- StitchUser - Interface in com.mongodb.stitch.android.core.auth
-
A user that belongs to a MongoDB Stitch application.
- StitchUser - Interface in com.mongodb.stitch.server.core.auth
-
A user that belongs to a MongoDB Stitch application.
- StitchUserFactory<StitchUserT extends CoreStitchUser> - Interface in com.mongodb.stitch.core.auth.internal
-
- StitchUserFactoryImpl - Class in com.mongodb.stitch.android.core.auth.internal
-
- StitchUserFactoryImpl(StitchAuthImpl) - Constructor for class com.mongodb.stitch.android.core.auth.internal.StitchUserFactoryImpl
-
- StitchUserFactoryImpl - Class in com.mongodb.stitch.server.core.auth.internal
-
- StitchUserFactoryImpl(StitchAuthImpl) - Constructor for class com.mongodb.stitch.server.core.auth.internal.StitchUserFactoryImpl
-
- StitchUserIdentity - Class in com.mongodb.stitch.core.auth
-
An identity that belongs to a Stitch user.
- StitchUserIdentity(String, String) - Constructor for class com.mongodb.stitch.core.auth.StitchUserIdentity
-
Constructs a new identity with the given id and provider type.
- StitchUserIdentity(StitchUserIdentity) - Constructor for class com.mongodb.stitch.core.auth.StitchUserIdentity
-
- StitchUserImpl - Class in com.mongodb.stitch.android.core.auth.internal
-
- StitchUserImpl(String, String, String, String, StitchUserProfileImpl, StitchAuthImpl) - Constructor for class com.mongodb.stitch.android.core.auth.internal.StitchUserImpl
-
- StitchUserImpl - Class in com.mongodb.stitch.server.core.auth.internal
-
- StitchUserImpl(String, String, String, String, StitchUserProfileImpl, StitchAuthImpl) - Constructor for class com.mongodb.stitch.server.core.auth.internal.StitchUserImpl
-
- StitchUserProfile - Interface in com.mongodb.stitch.core.auth
-
Profile information on a Stitch user.
- StitchUserProfileImpl - Class in com.mongodb.stitch.core.auth.internal
-
- StitchUserProfileImpl(StitchUserProfileImpl) - Constructor for class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
- StitchUserProfileImpl(UserType, Map<String, String>, List<? extends StitchUserIdentity>) - Constructor for class com.mongodb.stitch.core.auth.internal.StitchUserProfileImpl
-
Constructs a user profile.
- stop() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Stops the background data synchronization thread.
- stop() - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.NamespaceChangeStreamListener
-
Stops the background stream thread.
- Storage - Interface in com.mongodb.stitch.core.internal.common
-
- STORAGE_NAME - Static variable in class com.mongodb.stitch.core.auth.internal.models.StoreAuthInfo
-
- StoreAuthInfo - Class in com.mongodb.stitch.core.auth.internal.models
-
- StoreAuthInfo(String, String, String, String, String, String, StoreCoreUserProfile) - Constructor for class com.mongodb.stitch.core.auth.internal.models.StoreAuthInfo
-
- StoreAuthInfo(String, String, String, String, String, String, StitchUserProfileImpl) - Constructor for class com.mongodb.stitch.core.auth.internal.models.StoreAuthInfo
-
- stream(Request) - Method in class com.mongodb.stitch.core.internal.net.OkHttpTransport
-
- Stream<T> - Class in com.mongodb.stitch.core.internal.net
-
- Stream(EventStream, Decoder<T>) - Constructor for class com.mongodb.stitch.core.internal.net.Stream
-
- Stream(EventStream, Class<T>, CodecRegistry) - Constructor for class com.mongodb.stitch.core.internal.net.Stream
-
- stream(Request) - Method in interface com.mongodb.stitch.core.internal.net.Transport
-
- streamFunction(String, List<?>, Decoder<T>) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- streamFunction(String, List<?>, Decoder<T>) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- successfulResultOf(T) - Static method in class com.mongodb.stitch.core.internal.common.OperationResult
-
- sync() - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
- sync() - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
A set of synchronization related operations on this collection.
- Sync<DocumentT> - Interface in com.mongodb.stitch.android.services.mongodb.remote
-
A set of synchronization related operations for a collection.
- sync() - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
A set of synchronization related operations at the collection level.
- sync() - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
- SyncAggregateIterable<ResultT> - Interface in com.mongodb.stitch.android.services.mongodb.remote
-
Iterable for aggregate.
- SyncCountOptions - Class in com.mongodb.stitch.core.services.mongodb.remote.sync
-
The options for a count operation.
- SyncCountOptions() - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncCountOptions
-
- SyncDeleteResult - Class in com.mongodb.stitch.core.services.mongodb.remote.sync
-
The result of a delete operation.
- SyncDeleteResult(long) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncDeleteResult
-
Constructs a result.
- syncDocumentFromRemote(MongoNamespace, BsonValue) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.DataSynchronizer
-
Requests that a document be synchronized by the given _id.
- SyncFindIterable<ResultT> - Interface in com.mongodb.stitch.android.services.mongodb.remote
-
Iterable for find in the context of sync.
- SyncFindIterableImpl<ResultT> - Class in com.mongodb.stitch.android.services.mongodb.remote.internal
-
Iterable for find in the context of sync.
- SyncImpl<DocumentT> - Class in com.mongodb.stitch.android.services.mongodb.remote.internal
-
- SyncInsertManyResult - Class in com.mongodb.stitch.core.services.mongodb.remote.sync
-
The result of an insert many operation.
- SyncInsertManyResult(Map<Long, BsonValue>) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncInsertManyResult
-
Constructs a result.
- SyncInsertOneResult - Class in com.mongodb.stitch.core.services.mongodb.remote.sync
-
The result of an insert one operation.
- SyncInsertOneResult(BsonValue) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncInsertOneResult
-
Constructs a result.
- syncMany(BsonValue...) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- syncMany(BsonValue...) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Requests that the given document _ids be synchronized.
- syncMany(BsonValue...) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Requests that the given document _ids be synchronized.
- syncMany(BsonValue...) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- SyncMongoClientFactory - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- SyncMongoClientFactory() - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.SyncMongoClientFactory
-
- syncOne(BsonValue) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- syncOne(BsonValue) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Requests that the given document _id be synchronized.
- syncOne(BsonValue) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Requests that the given document _id be synchronized.
- syncOne(BsonValue) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- SyncOperations<DocumentT> - Class in com.mongodb.stitch.core.services.mongodb.remote.sync.internal
-
- SyncOperations(MongoNamespace, Class<DocumentT>, DataSynchronizer, CodecRegistry) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.SyncOperations
-
- SyncUpdateOptions - Class in com.mongodb.stitch.core.services.mongodb.remote.sync
-
The options to apply when updating documents.
- SyncUpdateOptions() - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncUpdateOptions
-
- SyncUpdateResult - Class in com.mongodb.stitch.core.services.mongodb.remote.sync
-
The result of an update operation.
- SyncUpdateResult(long, long, BsonValue) - Constructor for class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncUpdateResult
-
Constructs a result.
- update(Uri, ContentValues, String, String[]) - Method in class com.mongodb.stitch.android.core.internal.StitchInitProvider
-
- update(Uri, ContentValues, String, String[]) - Method in class com.mongodb.stitch.android.services.mongodb.local.internal.MongoDbMobileProvider
-
- updateMany(Bson, Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson, RemoteUpdateOptions) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- updateMany(Bson, Bson, SyncUpdateOptions) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- updateMany(Bson, Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson, RemoteUpdateOptions) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Update all documents that have been synchronized with the remote
in the collection according to the specified arguments.
- updateMany(Bson, Bson, SyncUpdateOptions) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Update all documents that have been synchronized with the remote
in the collection according to the specified arguments.
- updateMany(Bson, Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson, RemoteUpdateOptions) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson, RemoteUpdateOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Update all documents in the collection that have been synchronized with the remote
according to the specified arguments.
- updateMany(Bson, Bson, SyncUpdateOptions) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Update all documents in the collection that have been synchronized with the remote
according to the specified arguments.
- updateMany(Bson, Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- updateMany(Bson, Bson, SyncUpdateOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- updateMany(Bson, Bson) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson, RemoteUpdateOptions) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Update all documents in the collection according to the specified arguments.
- updateMany(Bson, Bson, RemoteUpdateOptions) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Update all documents in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson, RemoteUpdateOptions) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- updateOne(Bson, Bson, SyncUpdateOptions) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.SyncImpl
-
- updateOne(Bson, Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson, RemoteUpdateOptions) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Update a single document that has been synchronized with the remote
in the collection according to the specified arguments.
- updateOne(Bson, Bson, SyncUpdateOptions) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.Sync
-
Update a single document that has been synchronized with the remote
in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson, RemoteUpdateOptions) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson, RemoteUpdateOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Update a single document in the collection that have been synchronized with the remote
according to the specified arguments.
- updateOne(Bson, Bson, SyncUpdateOptions) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.sync.CoreSync
-
Update a single document in the collection that has been synchronized with the remote
according to the specified arguments.
- updateOne(Bson, Bson) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- updateOne(Bson, Bson, SyncUpdateOptions) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.internal.CoreSyncImpl
-
- updateOne(Bson, Bson) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson, RemoteUpdateOptions) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Update a single document in the collection according to the specified arguments.
- updateOne(Bson, Bson, RemoteUpdateOptions) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Update a single document in the collection according to the specified arguments.
- updateResultDecoder - Static variable in class com.mongodb.stitch.core.services.mongodb.remote.internal.ResultDecoders
-
- upsert(boolean) - Method in class com.mongodb.stitch.core.services.mongodb.remote.RemoteUpdateOptions
-
Set to true if a new document should be inserted if there are no matches to the query filter.
- upsert(boolean) - Method in class com.mongodb.stitch.core.services.mongodb.remote.sync.SyncUpdateOptions
-
- UserApiKey - Class in com.mongodb.stitch.core.auth.providers.userapikey.models
-
A struct representing a user API key as returned by the Stitch client API.
- UserApiKey(String, String, String, Boolean) - Constructor for class com.mongodb.stitch.core.auth.providers.userapikey.models.UserApiKey
-
Constructs a user API key with the provided parameters.
- UserApiKeyAuthProvider - Class in com.mongodb.stitch.core.auth.providers.userapikey
-
Information about the user API key authentication provider.
- UserApiKeyAuthProviderClient - Interface in com.mongodb.stitch.android.core.auth.providers.userapikey
-
The user API key authentication provider client.
- UserApiKeyAuthProviderClient - Interface in com.mongodb.stitch.server.core.auth.providers.userapikey
-
The user API key authentication provider client.
- UserApiKeyAuthProviderClientImpl - Class in com.mongodb.stitch.android.core.auth.providers.userapikey.internal
-
- UserApiKeyAuthProviderClientImpl(StitchAuthRequestClient, StitchAuthRoutes, TaskDispatcher) - Constructor for class com.mongodb.stitch.android.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
- UserApiKeyAuthProviderClientImpl - Class in com.mongodb.stitch.server.core.auth.providers.userapikey.internal
-
- UserApiKeyAuthProviderClientImpl(StitchAuthRequestClient, StitchAuthRoutes) - Constructor for class com.mongodb.stitch.server.core.auth.providers.userapikey.internal.UserApiKeyAuthProviderClientImpl
-
- UserApiKeyCredential - Class in com.mongodb.stitch.core.auth.providers.userapikey
-
The credential used for user API key log ins.
- UserApiKeyCredential(String) - Constructor for class com.mongodb.stitch.core.auth.providers.userapikey.UserApiKeyCredential
-
Constructs a user API key credential for a user.
- UserPasswordAuthProvider - Class in com.mongodb.stitch.core.auth.providers.userpassword
-
Information about the User/Password authentication provider.
- UserPasswordAuthProviderClient - Interface in com.mongodb.stitch.android.core.auth.providers.userpassword
-
The User/Password authentication provider client used to register users.
- UserPasswordAuthProviderClient - Interface in com.mongodb.stitch.server.core.auth.providers.userpassword
-
The User/Password authentication provider client used to register users.
- UserPasswordAuthProviderClientImpl - Class in com.mongodb.stitch.android.core.auth.providers.userpassword.internal
-
The implementation of the User/Password authentication provider client.
- UserPasswordAuthProviderClientImpl(String, StitchRequestClient, StitchAuthRoutes, TaskDispatcher) - Constructor for class com.mongodb.stitch.android.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl
-
Constructs a new User/Password authentication provider client.
- UserPasswordAuthProviderClientImpl - Class in com.mongodb.stitch.server.core.auth.providers.userpassword.internal
-
The implementation of the User/Password authentication provider client.
- UserPasswordAuthProviderClientImpl(String, StitchRequestClient, StitchAuthRoutes) - Constructor for class com.mongodb.stitch.server.core.auth.providers.userpassword.internal.UserPasswordAuthProviderClientImpl
-
Constructs a new User/Password authentication provider client.
- UserPasswordCredential - Class in com.mongodb.stitch.core.auth.providers.userpassword
-
The credential used for User/Password log ins.
- UserPasswordCredential(String, String) - Constructor for class com.mongodb.stitch.core.auth.providers.userpassword.UserPasswordCredential
-
Constructs a user password credential for a user.
- UserType - Enum in com.mongodb.stitch.core.auth
-
UserType indicates the type of a user.
- withAccessToken() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Set if this request should use an access token in this request.
- withAccessToken() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Set if this request should use an access token in this request.
- withAction(String) - Method in class com.mongodb.stitch.core.services.aws.AwsRequest.Builder
-
Sets the action within the AWS service to perform.
- withArguments(Document) - Method in class com.mongodb.stitch.core.services.aws.AwsRequest.Builder
-
Sets the arguments that will be used in the action.
- withAuthUrl(String) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the URL that will be used to capture cookies for authentication before the
actual request is executed.
- withBadge(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the value of the badge on the home screen app icon.
- withBaseUrl(String) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the base URL of the Stitch server that the client will communicate with to retrieve
application metadata.
- withBaseUrl(String) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Sets the base URL of the Stitch server that the client will communicate with.
- withBody(byte[]) - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Sets a copy of the body that will be sent along with the request.
- withBody(byte[]) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Sets a copy of the body that will be sent along with the request.
- withBody(byte[]) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Sets a copy of the body that will be sent along with the request.
- withBody(byte[]) - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest.Builder
-
Sets a copy of the body that will be sent along with the request.
- withBody(byte[]) - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Sets a copy of the body that will be sent along with the request.
- withBody(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the notification's body text.
- withBody(Object) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the body that will be included in the request.
- withBodyLocArgs(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the variable string values to be used in place of the format specifiers in
bodyLocKey to use to localize the body text to the user's current localization.
- withBodyLocKey(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the key to the body string in the app's string resources to use to localize the body
text to the user's current localization.
- withClickAction(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the action associated with a user click on the notification.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.android.core.services.internal.StitchServiceClientImpl
-
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.android.core.services.StitchServiceClient
-
Create a new StitchServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.android.services.aws.AwsServiceClient
-
Create a new AwsServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.android.services.aws.internal.AwsServiceClientImpl
-
Create a new AwsServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Create a new RemoteMongoCollection instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.core.internal.common.StitchObjectMapper
-
Applies the given codec registry to be used alongside the default codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.core.services.aws.internal.CoreAwsServiceClient
-
Create a new CoreAwsServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.core.services.internal.CoreStitchServiceClient
-
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.core.services.internal.CoreStitchServiceClientImpl
-
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Create a new CoreRemoteMongoCollection instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Merges the provided codec registry with the default codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Merges the provided codec registry with the default codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.server.core.services.internal.StitchServiceClientImpl
-
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.server.core.services.StitchServiceClient
-
Create a new StitchServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.server.services.aws.AwsServiceClient
-
Create a new AwsServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.server.services.aws.internal.AwsServiceClientImpl
-
Create a new AwsServiceClient instance with a different codec registry.
- withCodecRegistry(CodecRegistry) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
- withCodecRegistry(CodecRegistry) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Create a new RemoteMongoCollection instance with a different codec registry.
- withCollapseKey(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets the group of messages that can be collapsed.
- withColor(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the notification's icon color, expressed in #rrggbb format.
- withContentAvailable(boolean) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets whether or not to indicate to the client that content is available in order
to wake the device.
- withCookies(Map<String, String>) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the cookies that will be included in the request.
- withData(String) - Method in class com.mongodb.stitch.core.internal.net.Event.Builder
-
- withData(Document) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets the custom data to send in the payload.
- withDataDirectory(String) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the local directory in which Stitch can store any data (e.g.
- withDataDirectory(String) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Sets the local directory in which Stitch can store any data (e.g.
- withDefaultRequestTimeout(Long) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the number of milliseconds that a `Transport` should spend by default on an HTTP round
trip before failing with an error.
- withDefaultRequestTimeout(Long) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Sets the number of milliseconds that a `Transport` should spend by default on an HTTP round
trip before failing with an error.
- withDocument(Document) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Sets the document to send in the request.
- withDocument(Document) - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest.Builder
-
Sets the document to send in the request.
- withDocumentClass(Class<NewDocumentT>) - Method in class com.mongodb.stitch.android.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
- withDocumentClass(Class<NewDocumentT>) - Method in interface com.mongodb.stitch.android.services.mongodb.remote.RemoteMongoCollection
-
Create a new RemoteMongoCollection instance with a different default class to cast any
documents returned from the database into.
- withDocumentClass(Class<NewDocumentT>) - Method in interface com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollection
-
Create a new CoreRemoteMongoCollection instance with a different default class to cast any
documents returned from the database into.
- withDocumentClass(Class<NewDocumentT>) - Method in class com.mongodb.stitch.core.services.mongodb.remote.internal.CoreRemoteMongoCollectionImpl
-
- withDocumentClass(Class<NewDocumentT>) - Method in class com.mongodb.stitch.server.services.mongodb.remote.internal.RemoteMongoCollectionImpl
-
- withDocumentClass(Class<NewDocumentT>) - Method in interface com.mongodb.stitch.server.services.mongodb.remote.RemoteMongoCollection
-
Create a new RemoteMongoCollection instance with a different default class to cast any
documents returned from the database into.
- withEncodeBodyAsJson(Boolean) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets whether or not the included body should be encoded as extended JSON when sent to the
url in this request.
- withEventName(String) - Method in class com.mongodb.stitch.core.internal.net.Event.Builder
-
- withFollowRedirects(Boolean) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets whether or not Stitch should follow redirects while executing the request.
- withForm(Map<String, String>) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the form that will be included in the request.
- withHeaders(Map<String, String>) - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Sets the headers that will be included in the request.
- withHeaders(Map<String, String>) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Sets the headers that will be included in the request.
- withHeaders(Map<String, String>) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Sets the headers that will be included in the request.
- withHeaders(Map<String, String>) - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest.Builder
-
Sets the headers that will be included in the request.
- withHeaders(Map<String, String>) - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Sets the headers that will be included in the request.
- withHeaders(Map<String, Collection<String>>) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the headers that will be included in the request.
- withIcon(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the notification's icon.
- withLocalAppName(String) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the name of the local application.
- withLocalAppVersion(String) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the current version of the local application.
- withMethod(Method) - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Sets the HTTP method of the request.
- withMethod(Method) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Sets the HTTP method of the request.
- withMethod(Method) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Sets the HTTP method of the request.
- withMethod(Method) - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest.Builder
-
Sets the HTTP method of the request.
- withMethod(Method) - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Sets the HTTP method of the request.
- withMethod(HttpMethod) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the HTTP method of the request.
- withMutableContent(boolean) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets whether or not the content in the message can be mutated.
- withNetworkMonitor(NetworkMonitor) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the
NetworkMonitor
that the client will used to check internet status.
- withNetworkMonitor(NetworkMonitor) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Sets the
NetworkMonitor
that the client will used to check internet status.
- withNotification(FcmSendMessageNotification) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets the predefined, user-visible key-value pairs of the notification payload.
- withPath(String) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Sets the Stitch API path of the request.
- withPath(String) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Sets the Stitch API path of the request.
- withPath(String) - Method in class com.mongodb.stitch.core.internal.net.StitchDocRequest.Builder
-
Sets the Stitch API path of the request.
- withPath(String) - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Sets the Stitch API path of the request.
- withPriority(FcmSendMessagePriority) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets the priority of the message.
- withRefreshToken() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Set if this request should use a refresh token in this request.
- withRefreshToken() - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Set if this request should use a refresh token in this request.
- withRegion(String) - Method in class com.mongodb.stitch.core.services.aws.AwsRequest.Builder
-
Sets the region that service in this request should be scoped to.
- withService(String) - Method in class com.mongodb.stitch.core.services.aws.AwsRequest.Builder
-
Sets the AWS service that the action in the request will be performed against.
- withShouldRefreshOnFailure(boolean) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthDocRequest.Builder
-
Sets whether or not the performer of this request should attempt to refresh authentication
info on failure.
- withShouldRefreshOnFailure(boolean) - Method in class com.mongodb.stitch.core.internal.net.StitchAuthRequest.Builder
-
Sets whether or not the performer of this request should attempt to refresh authentication
info on failure.
- withSound(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the sound to play when the device receives the notification.
- withStorage(Storage) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the underlying storage for Stitch to persist client specific data to.
- withStorage(Storage) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Sets the underlying storage to persist client specific data to.
- withTag(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the identifier used to replace existing notifications in the notification drawer.
- withTimeout(Long) - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Sets the number of milliseconds that the underlying transport should spend on an HTTP round
trip before failing with an error.
- withTimeout(Long) - Method in class com.mongodb.stitch.core.internal.net.StitchRequest.Builder
-
Sets the number of milliseconds that the underlying transport should spend on an HTTP round
trip before failing with an error.
- withTimeToLive(long) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageRequest.Builder
-
Sets how long (in seconds) the message should be kept in FCM storage if the device is
offline.
- withTitle(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the notification's title.
- withTitleLocArgs(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the variable string values to be used in place of the format specifiers in
titleLocKey to use to localize the title text to the user's current localization.
- withTitleLocKey(String) - Method in class com.mongodb.stitch.core.services.fcm.FcmSendMessageNotification.Builder
-
Sets the key to the title string in the app's string resources to use to localize the
title text to the user's current localization.
- withTransport(Transport) - Method in class com.mongodb.stitch.core.StitchAppClientConfiguration.Builder
-
Sets the
Transport
that the client will use to make round trips to the Stitch server.
- withTransport(Transport) - Method in class com.mongodb.stitch.core.StitchClientConfiguration.Builder
-
Sets the
Transport
that the client will use to make round trips to the Stitch server.
- withUrl(String) - Method in class com.mongodb.stitch.core.internal.net.Request.Builder
-
Sets the URL that the request will be performed against.
- withUrl(String) - Method in class com.mongodb.stitch.core.services.http.HttpRequest.Builder
-
Sets the URL that the request will be performed against.