Enum Class IndexerOperationTypeDTO

java.lang.Object
java.lang.Enum<IndexerOperationTypeDTO>
de.hybris.platform.searchprovidercssearchservices.indexer.data.IndexerOperationTypeDTO
All Implemented Interfaces:
Serializable, Comparable<IndexerOperationTypeDTO>, Constable

public enum IndexerOperationTypeDTO extends Enum<IndexerOperationTypeDTO>
  • Enum Constant Details

    • FULL

      public static final IndexerOperationTypeDTO FULL
      Generated enum value for IndexerOperationTypeDTO.FULL value defined at extension searchprovidercssearchservices.
    • INCREMENTAL

      public static final IndexerOperationTypeDTO INCREMENTAL
      Generated enum value for IndexerOperationTypeDTO.INCREMENTAL value defined at extension searchprovidercssearchservices.
  • Method Details

    • values

      public static IndexerOperationTypeDTO[] 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 IndexerOperationTypeDTO 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