RemoveByDocumentIdRequest

public final class RemoveByDocumentIdRequest


Encapsulates a request to remove documents by namespace and IDs from the AppSearchSession database.

See also
AppSearchSession

Summary

Nested types

Builder for RemoveByDocumentIdRequest objects.

Public methods

@NonNull Set<String>

Returns the set of document IDs attached to the request.

@NonNull String

Returns the namespace to remove documents from.

Public methods

getIds

Added in 1.1.0-alpha04
public @NonNull Set<StringgetIds()

Returns the set of document IDs attached to the request.

getNamespace

Added in 1.1.0-alpha04
public @NonNull String getNamespace()

Returns the namespace to remove documents from.