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 |
|---|
public final class RemoveByDocumentIdRequest.BuilderBuilder for |
Public methods |
|
|---|---|
@NonNull Set<String> |
getIds()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
public @NonNull Set<String> getIds()
Returns the set of document IDs attached to the request.
getNamespace
Added in 1.1.0
public @NonNull String getNamespace()
Returns the namespace to remove documents from.