Package com.mongodb.client.model
Class DeleteOptions
- java.lang.Object
-
- com.mongodb.client.model.DeleteOptions
-
@Deprecated(since="2021-05-27") public class DeleteOptions extends java.lang.Object
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 Constructor Description DeleteOptions()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeleteOptions
collation(Collation collation)
Deprecated.Sets the collation optionsCollation
getCollation()
Deprecated.Returns the collation optionsjava.lang.String
toString()
Deprecated.
-
-
-
Method Detail
-
getCollation
@Nullable public Collation getCollation()
Deprecated.Returns the collation options- Returns:
- the collation options
-
collation
public DeleteOptions collation(@Nullable Collation collation)
Deprecated.Sets the collation optionsA null value represents the server default.
- Parameters:
collation
- the collation options to use- Returns:
- this
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-