Enum Class SourceType

java.lang.Object
java.lang.Enum<SourceType>
com.algolia.model.ingestion.SourceType
All Implemented Interfaces:
Serializable, Comparable<SourceType>, Constable

public enum SourceType extends Enum<SourceType>
Gets or Sets SourceType
  • Enum Constant Details

    • BIGCOMMERCE

      public static final SourceType BIGCOMMERCE
    • BIGQUERY

      public static final SourceType BIGQUERY
    • COMMERCETOOLS

      public static final SourceType COMMERCETOOLS
    • CSV

      public static final SourceType CSV
    • DOCKER

      public static final SourceType DOCKER
    • GA_4BIGQUERY_EXPORT

      public static final SourceType GA_4BIGQUERY_EXPORT
    • JSON

      public static final SourceType JSON
    • SHOPIFY

      public static final SourceType SHOPIFY
    • SFCC

      public static final SourceType SFCC
  • Method Details

    • values

      public static SourceType[] 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 SourceType 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
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SourceType>
    • fromValue

      public static SourceType fromValue(String value)