DeliveryStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. DeliveryStatus
- com.
- com.
public final class DeliveryStatus
extends ExpandableStringEnum<DeliveryStatus>
webhook deliveryStatus.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delivery |
FAILED
The webhook is failed to deliver. |
|
static final
Delivery |
NOT_STARTED
The webhook is not delivered. |
|
static final
Delivery |
SUCCEEDED
The webhook is delivered successfully. |
Constructor Summary
| Constructor | Description |
|---|---|
| DeliveryStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delivery |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delivery |
fromString(String name)
Creates or finds a Delivery |
|
static
Collection<Delivery |
values()
Gets known Delivery |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FAILED
public static final DeliveryStatus FAILED
The webhook is failed to deliver.
NOT_STARTED
public static final DeliveryStatus NOT_STARTED
The webhook is not delivered.
SUCCEEDED
public static final DeliveryStatus SUCCEEDED
The webhook is delivered successfully.
Constructor Details
DeliveryStatus
@Deprecated
public DeliveryStatus()
Deprecated
Creates a new instance of DeliveryStatus value.
Method Details
fromString
public static DeliveryStatus fromString(String name)
Creates or finds a DeliveryStatus from its string representation.
Parameters:
Returns:
values
public static Collection<DeliveryStatus> values()
Gets known DeliveryStatus values.
Returns: