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