public final class CommunicationCloudEnvironment extends com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>
Modifier and Type | Field and Description |
---|---|
static CommunicationCloudEnvironment |
DOD
Represent Azure Dod cloud
|
static CommunicationCloudEnvironment |
GCCH
Represent Azure Gcch cloud
|
static CommunicationCloudEnvironment |
PUBLIC
Represent Azure public cloud
|
Constructor and Description |
---|
CommunicationCloudEnvironment()
Creates Azure public cloud
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
static CommunicationCloudEnvironment |
fromString(java.lang.String name)
Sets an environment value from a String and
returns the
CommunicationCloudEnvironment associated with the name. |
int |
hashCode() |
java.lang.String |
toString() |
public static final CommunicationCloudEnvironment PUBLIC
public static final CommunicationCloudEnvironment DOD
public static final CommunicationCloudEnvironment GCCH
public CommunicationCloudEnvironment()
public static CommunicationCloudEnvironment fromString(java.lang.String name)
CommunicationCloudEnvironment
associated with the name.name
- The name of the environment.CommunicationCloudEnvironment
associated with the given name.java.lang.NullPointerException
- if name
is nullpublic boolean equals(java.lang.Object that)
equals
in class com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>
public java.lang.String toString()
toString
in class com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>
public int hashCode()
hashCode
in class com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>