public class UpdateOptions extends Options<UpdateOptions>
| Constructor and Description |
|---|
UpdateOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
bypassDocumentValidation() |
UpdateOptions |
bypassDocumentValidation(boolean value) |
Collation |
collation() |
UpdateOptions |
collation(Collation value) |
static UpdateOptions |
deserialize(java.lang.String content) |
java.util.List<Index> |
hint() |
UpdateOptions |
hint(Index value) |
UpdateOptions |
hint(Index[] value) |
UpdateOptions |
hint(java.util.List<Index> value) |
java.lang.Boolean |
upsert() |
UpdateOptions |
upsert(boolean value) |
deserialize, getObjectMapper, serializepublic UpdateOptions upsert(boolean value)
public java.lang.Boolean upsert()
public UpdateOptions bypassDocumentValidation(boolean value)
public java.lang.Boolean bypassDocumentValidation()
public UpdateOptions collation(Collation value)
public Collation collation()
public UpdateOptions hint(Index value)
public UpdateOptions hint(java.util.List<Index> value)
public UpdateOptions hint(Index[] value)
public java.util.List<Index> hint()
public static UpdateOptions deserialize(java.lang.String content)