DeliveryMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. DeliveryMode
- com.
- com.
public final class DeliveryMode
extends ExpandableStringEnum<DeliveryMode>
Delivery mode of the event subscription.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delivery |
PUSH
Static value Push for Delivery |
|
static final
Delivery |
QUEUE
Static value Queue for Delivery |
Constructor Summary
| Constructor | Description |
|---|---|
| DeliveryMode() |
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
PUSH
public static final DeliveryMode PUSH
Static value Push for DeliveryMode.
QUEUE
public static final DeliveryMode QUEUE
Static value Queue for DeliveryMode.
Constructor Details
DeliveryMode
@Deprecated
public DeliveryMode()
Deprecated
Creates a new instance of DeliveryMode value.
Method Details
fromString
public static DeliveryMode fromString(String name)
Creates or finds a DeliveryMode from its string representation.
Parameters:
Returns:
values
public static Collection<DeliveryMode> values()
Gets known DeliveryMode values.
Returns: