Enum Class AggregatorName

java.lang.Object
java.lang.Enum<AggregatorName>
com.sforce.soap.metadata.AggregatorName
All Implemented Interfaces:
Serializable, Comparable<AggregatorName>, java.lang.constant.Constable

public enum AggregatorName extends Enum<AggregatorName>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Enum Constant Details

    • Bandwidth

      public static final AggregatorName Bandwidth
      Enumeration : Bandwidth
    • Inteliquent

      public static final AggregatorName Inteliquent
      Enumeration : Inteliquent
    • Sinch

      public static final AggregatorName Sinch
      Enumeration : Sinch
    • Twilio

      public static final AggregatorName Twilio
      Enumeration : Twilio
    • Vonage

      public static final AggregatorName Vonage
      Enumeration : Vonage
    • MessageBird

      public static final AggregatorName MessageBird
      Enumeration : MessageBird
    • Plivo

      public static final AggregatorName Plivo
      Enumeration : Plivo
    • Telnyx

      public static final AggregatorName Telnyx
      Enumeration : Telnyx
  • Field Details

  • Method Details

    • values

      public static AggregatorName[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AggregatorName valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<AggregatorName>