NotificationCategory Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicefabric. models. NotificationCategory
- com.
- com.
public final class NotificationCategory
extends ExpandableStringEnum<NotificationCategory>
The category of notification.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Notification |
WAVE_PROGRESS
Static value Wave |
Constructor Summary
| Constructor | Description |
|---|---|
| NotificationCategory() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Notification |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notification |
fromString(String name)
Creates or finds a Notification |
|
static
Collection<Notification |
values()
Gets known Notification |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
WAVE_PROGRESS
public static final NotificationCategory WAVE_PROGRESS
Static value WaveProgress for NotificationCategory.
Constructor Details
NotificationCategory
@Deprecated
public NotificationCategory()
Deprecated
Creates a new instance of NotificationCategory value.
Method Details
fromString
public static NotificationCategory fromString(String name)
Creates or finds a NotificationCategory from its string representation.
Parameters:
Returns:
values
public static Collection<NotificationCategory> values()
Gets known NotificationCategory values.
Returns: