ReadinessState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. ReadinessState
- com.
- com.
public final class ReadinessState
extends ExpandableStringEnum<ReadinessState>
The readiness state of the corresponding partner topic.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Readiness |
ACTIVATED
Static value Activated for Readiness |
|
static final
Readiness |
NEVER_ACTIVATED
Static value Never |
Constructor Summary
| Constructor | Description |
|---|---|
| ReadinessState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Readiness |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Readiness |
fromString(String name)
Creates or finds a Readiness |
|
static
Collection<Readiness |
values()
Gets known Readiness |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVATED
public static final ReadinessState ACTIVATED
Static value Activated for ReadinessState.
NEVER_ACTIVATED
public static final ReadinessState NEVER_ACTIVATED
Static value NeverActivated for ReadinessState.
Constructor Details
ReadinessState
@Deprecated
public ReadinessState()
Deprecated
Creates a new instance of ReadinessState value.
Method Details
fromString
public static ReadinessState fromString(String name)
Creates or finds a ReadinessState from its string representation.
Parameters:
Returns:
values
public static Collection<ReadinessState> values()
Gets known ReadinessState values.
Returns: