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