| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.Builder.build()
Builds a new
ImmutableMongoImportArguments. |
static ImmutableMongoImportArguments |
ImmutableMongoImportArguments.copyOf(MongoImportArguments instance)
Creates an immutable copy of a
MongoImportArguments value. |
static ImmutableMongoImportArguments |
MongoImportArguments.defaults() |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withCollectionName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
collectionName attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withCollectionName(String value)
Copy the current immutable object by setting a present value for the optional
collectionName attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withDatabaseName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
databaseName attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withDatabaseName(String value)
Copy the current immutable object by setting a present value for the optional
databaseName attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withDropCollection(boolean value)
Copy the current immutable object by setting a value for the
dropCollection attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withImportFile(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
importFile attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withImportFile(String value)
Copy the current immutable object by setting a present value for the optional
importFile attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withIsHeaderline(boolean value)
Copy the current immutable object by setting a value for the
isHeaderline attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withIsJsonArray(boolean value)
Copy the current immutable object by setting a value for the
isJsonArray attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withType(Optional<String> value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withUpsertDocuments(boolean value)
Copy the current immutable object by setting a value for the
upsertDocuments attribute. |
ImmutableMongoImportArguments |
ImmutableMongoImportArguments.withVerbose(boolean value)
Copy the current immutable object by setting a value for the
verbose attribute. |
Copyright © 2024. All rights reserved.