public final class FileType extends com.microsoft.rest.ExpandableStringEnum<FileType>
| Modifier and Type | Field and Description |
|---|---|
static FileType |
DIRECTORY
Static value directory for FileType.
|
static FileType |
FILE
Static value file 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 FILE
public static final FileType DIRECTORY
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.
*/