public enum RecommendationChannel extends java.lang.Enum<RecommendationChannel>
| Enum Constant and Description |
|---|
CustomChannel1
Enumeration : CustomChannel1
|
CustomChannel2
Enumeration : CustomChannel2
|
CustomChannel3
Enumeration : CustomChannel3
|
CustomChannel4
Enumeration : CustomChannel4
|
CustomChannel5
Enumeration : CustomChannel5
|
DefaultChannel
Enumeration : DefaultChannel
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static RecommendationChannel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecommendationChannel DefaultChannel
public static final RecommendationChannel CustomChannel1
public static final RecommendationChannel CustomChannel2
public static final RecommendationChannel CustomChannel3
public static final RecommendationChannel CustomChannel4
public static final RecommendationChannel CustomChannel5
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static RecommendationChannel[] values()
for (RecommendationChannel c : RecommendationChannel.values()) System.out.println(c);
public static RecommendationChannel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<RecommendationChannel>Copyright © 2020. All Rights Reserved.