| Modifier and Type | Field | Description |
|---|---|---|
static ImportMode |
ImportMode.FORCE |
Static value Force for ImportMode.
|
static ImportMode |
ImportMode.NO_FORCE |
Static value NoForce for ImportMode.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ImportMode |
ImportMode.fromString(String name) |
Creates or finds a ImportMode from its string representation.
|
ImportMode |
ImportImageParameters.mode() |
Get when Force, any existing target tags will be overwritten.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<ImportMode> |
ImportMode.values() |
| Modifier and Type | Method | Description |
|---|---|---|
ImportImageParameters |
ImportImageParameters.withMode(ImportMode mode) |
Set when Force, any existing target tags will be overwritten.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/