Uses of Enum Class
ai.mindconnect.cli.CliState.View
Packages that use CliState.View
-
Uses of CliState.View in ai.mindconnect.cli
Methods in ai.mindconnect.cli that return CliState.ViewModifier and TypeMethodDescriptionstatic CliState.ViewReturns the enum constant of this class with the specified name.static CliState.View[]CliState.View.values()Returns an array containing the constants of this enum class, in the order they are declared.CliState.view()Returns the value of theviewrecord component.Methods in ai.mindconnect.cli with parameters of type CliState.ViewModifier and TypeMethodDescriptionstatic CliStateCliState.fromJson(CliState.View view, UUID lastAgentId, UUID lastSessionId) Constructors in ai.mindconnect.cli with parameters of type CliState.ViewModifierConstructorDescriptionCliState(CliState.View view, UUID lastAgentId, UUID lastSessionId) Creates an instance of aCliStaterecord class.