Package com.mongodb.client.model
Class DeleteOptions
java.lang.Object
com.mongodb.client.model.DeleteOptions
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The options to apply when deleting documents.
- Since:
- 3.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Sets the collation optionsDeprecated.Returns the collation optionstoString()
Deprecated.
-
Constructor Details
-
DeleteOptions
public DeleteOptions()Deprecated.
-
-
Method Details
-
getCollation
Deprecated.Returns the collation options- Returns:
- the collation options
-
collation
Deprecated.Sets the collation optionsA null value represents the server default.
- Parameters:
collation
- the collation options to use- Returns:
- this
-
toString
Deprecated.
-