WebhookType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. WebhookType
- com.
- com.
public final class WebhookType
extends ExpandableStringEnum<WebhookType>
Enum to determine the webhook callback service type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Webhook |
AZURE_DEV_OPS
Static value Azure |
Constructor Summary
| Constructor | Description |
|---|---|
| WebhookType() |
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
AZURE_DEV_OPS
public static final WebhookType AZURE_DEV_OPS
Static value AzureDevOps for WebhookType.
Constructor Details
WebhookType
@Deprecated
public WebhookType()
Deprecated
Creates a new instance of WebhookType value.
Method Details
fromString
public static WebhookType fromString(String name)
Creates or finds a WebhookType from its string representation.
Parameters:
Returns:
values
public static Collection<WebhookType> values()
Gets known WebhookType values.
Returns: