Enum Class DestinationChannel

java.lang.Object
java.lang.Enum<DestinationChannel>
de.hybris.platform.apiregistryservices.enums.DestinationChannel
All Implemented Interfaces:
HybrisEnumValue, Serializable, Comparable<DestinationChannel>, Constable

public enum DestinationChannel extends Enum<DestinationChannel> implements HybrisEnumValue
Generated enum DestinationChannel declared at extension apiregistryservices.

Optional enum for DestinationTarget.

  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Generated enum value for DestinationChannel.ASM declared at extension yaasyprofileconnect.
    Generated enum value for DestinationChannel.CDS declared at extension profileservices.
    Generated enum value for DestinationChannel.DEFAULT declared at extension apiregistryservices.
    Generated enum value for DestinationChannel.KYMA declared at extension kymaintegrationservices.
    Generated enum value for DestinationChannel.MERCH declared at extension merchandisingservices.
    Generated enum value for DestinationChannel.WEBHOOKSERVICES declared at extension webhookservices.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated simple class name constant.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the code of this enum value.
    Gets the type this enum value belongs to.
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ASM

      public static final DestinationChannel ASM
      Generated enum value for DestinationChannel.ASM declared at extension yaasyprofileconnect.
    • CDS

      public static final DestinationChannel CDS
      Generated enum value for DestinationChannel.CDS declared at extension profileservices.
    • DEFAULT

      public static final DestinationChannel DEFAULT
      Generated enum value for DestinationChannel.DEFAULT declared at extension apiregistryservices.
    • KYMA

      public static final DestinationChannel KYMA
      Generated enum value for DestinationChannel.KYMA declared at extension kymaintegrationservices.
    • MERCH

      public static final DestinationChannel MERCH
      Generated enum value for DestinationChannel.MERCH declared at extension merchandisingservices.
    • WEBHOOKSERVICES

      public static final DestinationChannel WEBHOOKSERVICES
      Generated enum value for DestinationChannel.WEBHOOKSERVICES declared at extension webhookservices.
  • Field Details

  • Method Details

    • values

      public static DestinationChannel[] 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 DestinationChannel 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
    • getCode

      public String getCode()
      Gets the code of this enum value.
      Specified by:
      getCode in interface HybrisEnumValue
      Returns:
      code of value
    • getType

      public String getType()
      Gets the type this enum value belongs to.
      Specified by:
      getType in interface HybrisEnumValue
      Returns:
      code of type