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