public class DeleteOptions extends Object
| Constructor | Description |
|---|---|
DeleteOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
DeleteOptions |
collation(Collation collation) |
Sets the collation options
|
Collation |
getCollation() |
Returns the collation options
|
String |
toString() |
@Nullable public Collation getCollation()
public DeleteOptions collation(@Nullable Collation collation)
A null value represents the server default.
collation - the collation options to use