Class CommunicationCloudEnvironment
java.lang.Object
com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>
com.azure.android.communication.common.CommunicationCloudEnvironment
public final class CommunicationCloudEnvironment
extends com.azure.android.core.util.ExpandableStringEnum<CommunicationCloudEnvironment>
The cloud that the identifier belongs to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CommunicationCloudEnvironment
Represent Azure Dod cloudstatic final CommunicationCloudEnvironment
Represent Azure Gcch cloudstatic final CommunicationCloudEnvironment
Represent Azure public cloud -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Returns theCommunicationCloudEnvironment
associated with the name.Methods inherited from class com.azure.android.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PUBLIC
Represent Azure public cloud -
DOD
Represent Azure Dod cloud -
GCCH
Represent Azure Gcch cloud
-
-
Constructor Details
-
CommunicationCloudEnvironment
public CommunicationCloudEnvironment()
-
-
Method Details
-
fromString
Returns theCommunicationCloudEnvironment
associated with the name.- Parameters:
name
- The name of the environment.- Returns:
- The
CommunicationCloudEnvironment
associated with the given name.
-