java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectorTypes>
com.azure.resourcemanager.customerinsights.models.ConnectorTypes

public final class ConnectorTypes extends com.azure.core.util.ExpandableStringEnum<ConnectorTypes>
Type of connector.
  • Field Details

    • NONE

      public static final ConnectorTypes NONE
      Static value None for ConnectorTypes.
    • CRM

      public static final ConnectorTypes CRM
      Static value CRM for ConnectorTypes.
    • AZURE_BLOB

      public static final ConnectorTypes AZURE_BLOB
      Static value AzureBlob for ConnectorTypes.
    • SALESFORCE

      public static final ConnectorTypes SALESFORCE
      Static value Salesforce for ConnectorTypes.
    • EXCHANGE_ONLINE

      public static final ConnectorTypes EXCHANGE_ONLINE
      Static value ExchangeOnline for ConnectorTypes.
    • OUTBOUND

      public static final ConnectorTypes OUTBOUND
      Static value Outbound for ConnectorTypes.
  • Constructor Details

    • ConnectorTypes

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

    • fromString

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

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