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