Class CommunicationsPlatform

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CommunicationsPlatform>
com.azure.resourcemanager.voiceservices.models.CommunicationsPlatform

public final class CommunicationsPlatform extends com.azure.core.util.ExpandableStringEnum<CommunicationsPlatform>
Available platform types.
  • Field Details

    • OPERATOR_CONNECT

      public static final CommunicationsPlatform OPERATOR_CONNECT
      Static value OperatorConnect for CommunicationsPlatform.
    • TEAMS_PHONE_MOBILE

      public static final CommunicationsPlatform TEAMS_PHONE_MOBILE
      Static value TeamsPhoneMobile for CommunicationsPlatform.
  • Constructor Details

    • CommunicationsPlatform

      @Deprecated public CommunicationsPlatform()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of CommunicationsPlatform value.
  • Method Details

    • fromString

      public static CommunicationsPlatform fromString(String name)
      Creates or finds a CommunicationsPlatform from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CommunicationsPlatform.
    • values

      public static Collection<CommunicationsPlatform> values()
      Gets known CommunicationsPlatform values.
      Returns:
      known CommunicationsPlatform values.