CommunicationCloudEnvironmentModel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. messaging. eventgrid. systemevents. CommunicationCloudEnvironmentModel
- com.
- com.
@Deprecated
public final class CommunicationCloudEnvironmentModel
extends ExpandableStringEnum<CommunicationCloudEnvironmentModel>
Note
This class has been deprecated. This class is deprecated and may be removed in future releases. System events are now available in the azure-messaging-eventgrid-systemevents package.
The cloud that the identifier belongs to.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Communication |
DOD
Static value dod for Communication |
|
static final
Communication |
GCCH
Static value gcch for Communication |
|
static final
Communication |
PUBLIC
Static value public for Communication |
Constructor Summary
| Constructor | Description |
|---|---|
| CommunicationCloudEnvironmentModel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Communication |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Communication |
fromString(String name)
Creates or finds a Communication |
|
static
Collection<Communication |
values()
Gets known Communication |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOD
public static final CommunicationCloudEnvironmentModel DOD
Static value dod for CommunicationCloudEnvironmentModel.
GCCH
public static final CommunicationCloudEnvironmentModel GCCH
Static value gcch for CommunicationCloudEnvironmentModel.
PUBLIC
public static final CommunicationCloudEnvironmentModel PUBLIC
Static value public for CommunicationCloudEnvironmentModel.
Constructor Details
CommunicationCloudEnvironmentModel
@Deprecated
public CommunicationCloudEnvironmentModel()
Deprecated
Creates a new instance of CommunicationCloudEnvironmentModel value.
Method Details
fromString
public static CommunicationCloudEnvironmentModel fromString(String name)
Creates or finds a CommunicationCloudEnvironmentModel from its string representation.
Parameters:
Returns:
values
public static Collection<CommunicationCloudEnvironmentModel> values()
Gets known CommunicationCloudEnvironmentModel values.
Returns: