public class InsertManyResult extends Result<InsertManyResult>
| Modifier | Constructor and Description |
|---|---|
protected |
InsertManyResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acknowledged() |
static InsertManyResult |
deserialize(java.lang.String content) |
java.util.List<java.lang.String> |
insertedIds() |
deserialize, getObjectMapper, serializepublic boolean acknowledged()
public java.util.List<java.lang.String> insertedIds()
public static InsertManyResult deserialize(java.lang.String content)