Uses of Enum Class
dyntabs.ai.activity.UserActivityEvent.Type
Packages that use UserActivityEvent.Type
-
Uses of UserActivityEvent.Type in dyntabs.ai.activity
Methods in dyntabs.ai.activity that return UserActivityEvent.TypeModifier and TypeMethodDescriptionUserActivityEvent.type()static UserActivityEvent.TypeReturns the enum constant of this class with the specified name.static UserActivityEvent.Type[]UserActivityEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dyntabs.ai.activity that return types with arguments of type UserActivityEvent.TypeMethods in dyntabs.ai.activity with parameters of type UserActivityEvent.TypeModifier and TypeMethodDescriptionstatic UserActivityEvent.BuilderUserActivityEvent.builder(UserActivityEvent.Type type) Start building an activity event of the given type.voidActivityRecorder.record(UserActivityEvent.Type type, String verb, List<EntityRef> entities, String text) Convenience builder-and-record for callers that don't want to assemble aUserActivityEvent.ActivityQuery.Builder.type(UserActivityEvent.Type type) Method parameters in dyntabs.ai.activity with type arguments of type UserActivityEvent.Type