| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands | |
| de.flapdoodle.embed.mongo.transitions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMongoImportArguments
Immutable implementation of
MongoImportArguments. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoImportArguments |
ImmutableMongoImportArguments.copyOf(MongoImportArguments instance)
Creates an immutable copy of a
MongoImportArguments value. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.from(MongoImportArguments instance)
Fill a builder with attribute values from the provided
MongoImportArguments instance. |
| Modifier and Type | Method and Description |
|---|---|
de.flapdoodle.reverse.StateID<MongoImportArguments> |
ImmutableMongoImportProcessArguments.arguments() |
de.flapdoodle.reverse.StateID<MongoImportArguments> |
MongoImportProcessArguments.arguments() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoImportProcessArguments.Builder |
ImmutableMongoImportProcessArguments.Builder.arguments(de.flapdoodle.reverse.StateID<MongoImportArguments> arguments)
Initializes the value for the
arguments attribute. |
ImmutableMongoImportProcessArguments |
ImmutableMongoImportProcessArguments.withArguments(de.flapdoodle.reverse.StateID<MongoImportArguments> value)
Copy the current immutable object by setting a value for the
arguments attribute. |
Copyright © 2022. All rights reserved.