SendAllEvents Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. SendAllEvents
- com.
- com.
public final class SendAllEvents
extends ExpandableStringEnum<SendAllEvents>
whether to send notification under any event.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Send |
FALSE
No need to send notification under any event. |
|
static final
Send |
TRUE
Need send notification under any event. |
Constructor Summary
| Constructor | Description |
|---|---|
| SendAllEvents() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Send |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Send |
fromString(String name)
Creates or finds a Send |
|
static
Collection<Send |
values()
Gets known Send |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final SendAllEvents FALSE
No need to send notification under any event.
TRUE
public static final SendAllEvents TRUE
Need send notification under any event.
Constructor Details
SendAllEvents
@Deprecated
public SendAllEvents()
Deprecated
Creates a new instance of SendAllEvents value.
Method Details
fromString
public static SendAllEvents fromString(String name)
Creates or finds a SendAllEvents from its string representation.
Parameters:
Returns:
values
public static Collection<SendAllEvents> values()
Gets known SendAllEvents values.
Returns: