Uses of Enum Class
com.github.copilot.generated.AutopilotObjectiveChangedStatus
Packages that use AutopilotObjectiveChangedStatus
-
Uses of AutopilotObjectiveChangedStatus in com.github.copilot.generated
Methods in com.github.copilot.generated that return AutopilotObjectiveChangedStatusModifier and TypeMethodDescriptionSessionAutopilotObjectiveChangedEvent.SessionAutopilotObjectiveChangedEventData.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static AutopilotObjectiveChangedStatus[]AutopilotObjectiveChangedStatus.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 AutopilotObjectiveChangedStatusModifierConstructorDescriptionSessionAutopilotObjectiveChangedEventData(AutopilotObjectiveChangedOperation operation, Long id, AutopilotObjectiveChangedStatus status) Creates an instance of aSessionAutopilotObjectiveChangedEventDatarecord class.