WebhookActivityMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datafactory. models. WebhookActivityMethod
- com.
- com.
public final class WebhookActivityMethod
extends ExpandableStringEnum<WebhookActivityMethod>
The list of HTTP methods supported by a WebHook activity.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Webhook |
POST
Static value POST for Webhook |
Constructor Summary
| Constructor | Description |
|---|---|
| WebhookActivityMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Webhook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Webhook |
fromString(String name)
Creates or finds a Webhook |
|
static
Collection<Webhook |
values()
Gets known Webhook |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
POST
public static final WebhookActivityMethod POST
Static value POST for WebhookActivityMethod.
Constructor Details
WebhookActivityMethod
@Deprecated
public WebhookActivityMethod()
Deprecated
Creates a new instance of WebhookActivityMethod value.
Method Details
fromString
public static WebhookActivityMethod fromString(String name)
Creates or finds a WebhookActivityMethod from its string representation.
Parameters:
Returns:
values
public static Collection<WebhookActivityMethod> values()
Gets known WebhookActivityMethod values.
Returns: