Uses of Class
ai.promoted.proto.event.ActionType
-
Packages that use ActionType Package Description ai.promoted.proto.event -
-
Uses of ActionType in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return ActionType Modifier and Type Method Description static ActionTypeActionType. forNumber(int value)ActionTypeAction.Builder. getActionType().event.ActionType action_type = 14 [json_name = "actionType"];ActionTypeAction. getActionType().event.ActionType action_type = 14 [json_name = "actionType"];ActionTypeActionOrBuilder. getActionType().event.ActionType action_type = 14 [json_name = "actionType"];static ActionTypeActionType. valueOf(int value)Deprecated.static ActionTypeActionType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ActionTypeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.proto.event that return types with arguments of type ActionType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ActionType>ActionType. internalGetValueMap()Methods in ai.promoted.proto.event with parameters of type ActionType Modifier and Type Method Description Action.BuilderAction.Builder. setActionType(ActionType value).event.ActionType action_type = 14 [json_name = "actionType"];
-