Uses of Enum Class
com.github.copilot.generated.AutopilotObjectiveChangedOperation
Packages that use AutopilotObjectiveChangedOperation
-
Uses of AutopilotObjectiveChangedOperation in com.github.copilot.generated
Subclasses with type arguments of type AutopilotObjectiveChangedOperation in com.github.copilot.generatedModifier and TypeClassDescriptionenumThe type of operation performed on the autopilot objective state fileMethods in com.github.copilot.generated that return AutopilotObjectiveChangedOperationModifier and TypeMethodDescriptionSessionAutopilotObjectiveChangedEvent.SessionAutopilotObjectiveChangedEventData.operation()Returns the value of theoperationrecord component.Returns the enum constant of this class with the specified name.static AutopilotObjectiveChangedOperation[]AutopilotObjectiveChangedOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type AutopilotObjectiveChangedOperationModifierConstructorDescriptionSessionAutopilotObjectiveChangedEventData(AutopilotObjectiveChangedOperation operation, Long id, AutopilotObjectiveChangedStatus status) Creates an instance of aSessionAutopilotObjectiveChangedEventDatarecord class.