Compartilhar via


TriggerTypes Class

public final class TriggerTypes
extends ExpandableStringEnum<TriggerTypes>

The trigger type of the function.

Field Summary

Modifier and Type Field and Description
static final TriggerTypes HTTP_TRIGGER

Static value HttpTrigger for TriggerTypes.

static final TriggerTypes UNKNOWN

Static value Unknown for TriggerTypes.

Constructor Summary

Constructor Description
TriggerTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TriggerTypes value.

Method Summary

Modifier and Type Method and Description
static TriggerTypes fromString(String name)

Creates or finds a TriggerTypes from its string representation.

static Collection<TriggerTypes> values()

Gets known TriggerTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HTTP_TRIGGER

public static final TriggerTypes HTTP_TRIGGER

Static value HttpTrigger for TriggerTypes.

UNKNOWN

public static final TriggerTypes UNKNOWN

Static value Unknown for TriggerTypes.

Constructor Details

TriggerTypes

@Deprecated
public TriggerTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TriggerTypes value.

Method Details

fromString

public static TriggerTypes fromString(String name)

Creates or finds a TriggerTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding TriggerTypes.

values

public static Collection values()

Gets known TriggerTypes values.

Returns:

known TriggerTypes values.

Applies to