Enum ChannelRole

java.lang.Object
java.lang.Enum<ChannelRole>
com.commercetools.graphql.api.types.ChannelRole
All Implemented Interfaces:
Serializable, Comparable<ChannelRole>, java.lang.constant.Constable

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

    • InventorySupply

      public static final ChannelRole InventorySupply
    • ProductDistribution

      public static final ChannelRole ProductDistribution
    • OrderExport

      public static final ChannelRole OrderExport
    • OrderImport

      public static final ChannelRole OrderImport
    • Primary

      public static final ChannelRole Primary
  • Method Details

    • values

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

      public static ChannelRole valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null