public final class ImportMode extends com.microsoft.rest.ExpandableStringEnum<ImportMode>
| Modifier and Type | Field and Description |
|---|---|
static ImportMode |
FORCE
Static value Force for ImportMode.
|
static ImportMode |
NO_FORCE
Static value NoForce for ImportMode.
|
| Constructor and Description |
|---|
ImportMode() |
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
fromString(String name)
Creates or finds a ImportMode from its string representation.
|
static Collection<ImportMode> |
values() |
public static final ImportMode NO_FORCE
public static final ImportMode FORCE
public static ImportMode fromString(String name)
name - a name to look forpublic static Collection<ImportMode> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/