Enum InteractionActionType
- java.lang.Object
-
- java.lang.Enum<InteractionActionType>
-
- com.streamlayer.analytics.interactions.v1.InteractionActionType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<InteractionActionType>
public enum InteractionActionType extends java.lang.Enum<InteractionActionType> implements com.google.protobuf.Internal.EnumLite
actions
Protobuf enumstreamlayer.analytics.v1.interactions.InteractionActionType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INTERACTION_ACTION_TYPE_CALLINTERACTION_ACTION_TYPE_CALL = 2;INTERACTION_ACTION_TYPE_MESSAGEINTERACTION_ACTION_TYPE_MESSAGE = 3;INTERACTION_ACTION_TYPE_SCROLLINTERACTION_ACTION_TYPE_SCROLL = 4;INTERACTION_ACTION_TYPE_TAPINTERACTION_ACTION_TYPE_TAP = 1;INTERACTION_ACTION_TYPE_UNSETINTERACTION_ACTION_TYPE_UNSET = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intINTERACTION_ACTION_TYPE_CALL_VALUEINTERACTION_ACTION_TYPE_CALL = 2;static intINTERACTION_ACTION_TYPE_MESSAGE_VALUEINTERACTION_ACTION_TYPE_MESSAGE = 3;static intINTERACTION_ACTION_TYPE_SCROLL_VALUEINTERACTION_ACTION_TYPE_SCROLL = 4;static intINTERACTION_ACTION_TYPE_TAP_VALUEINTERACTION_ACTION_TYPE_TAP = 1;static intINTERACTION_ACTION_TYPE_UNSET_VALUEINTERACTION_ACTION_TYPE_UNSET = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InteractionActionTypeforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<InteractionActionType>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static InteractionActionTypevalueOf(int value)Deprecated.static InteractionActionTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InteractionActionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INTERACTION_ACTION_TYPE_UNSET
public static final InteractionActionType INTERACTION_ACTION_TYPE_UNSET
INTERACTION_ACTION_TYPE_UNSET = 0;
-
INTERACTION_ACTION_TYPE_TAP
public static final InteractionActionType INTERACTION_ACTION_TYPE_TAP
INTERACTION_ACTION_TYPE_TAP = 1;
-
INTERACTION_ACTION_TYPE_CALL
public static final InteractionActionType INTERACTION_ACTION_TYPE_CALL
INTERACTION_ACTION_TYPE_CALL = 2;
-
INTERACTION_ACTION_TYPE_MESSAGE
public static final InteractionActionType INTERACTION_ACTION_TYPE_MESSAGE
INTERACTION_ACTION_TYPE_MESSAGE = 3;
-
INTERACTION_ACTION_TYPE_SCROLL
public static final InteractionActionType INTERACTION_ACTION_TYPE_SCROLL
INTERACTION_ACTION_TYPE_SCROLL = 4;
-
UNRECOGNIZED
public static final InteractionActionType UNRECOGNIZED
-
-
Field Detail
-
INTERACTION_ACTION_TYPE_UNSET_VALUE
public static final int INTERACTION_ACTION_TYPE_UNSET_VALUE
INTERACTION_ACTION_TYPE_UNSET = 0;- See Also:
- Constant Field Values
-
INTERACTION_ACTION_TYPE_TAP_VALUE
public static final int INTERACTION_ACTION_TYPE_TAP_VALUE
INTERACTION_ACTION_TYPE_TAP = 1;- See Also:
- Constant Field Values
-
INTERACTION_ACTION_TYPE_CALL_VALUE
public static final int INTERACTION_ACTION_TYPE_CALL_VALUE
INTERACTION_ACTION_TYPE_CALL = 2;- See Also:
- Constant Field Values
-
INTERACTION_ACTION_TYPE_MESSAGE_VALUE
public static final int INTERACTION_ACTION_TYPE_MESSAGE_VALUE
INTERACTION_ACTION_TYPE_MESSAGE = 3;- See Also:
- Constant Field Values
-
INTERACTION_ACTION_TYPE_SCROLL_VALUE
public static final int INTERACTION_ACTION_TYPE_SCROLL_VALUE
INTERACTION_ACTION_TYPE_SCROLL = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InteractionActionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InteractionActionType c : InteractionActionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InteractionActionType valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
@Deprecated public static InteractionActionType valueOf(int value)
Deprecated.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:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static InteractionActionType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<InteractionActionType> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-