Uses of Enum Class
com.github.copilot.generated.ScheduleOrigin
Packages that use ScheduleOrigin
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ScheduleOrigin in com.github.copilot.generated
Subclasses with type arguments of type ScheduleOrigin in com.github.copilot.generatedModifier and TypeClassDescriptionenumWho created the schedule: `user` (an explicit user action such as `/every` or `/after`) or `model` (the agent via the `manage_schedule` tool).Methods in com.github.copilot.generated that return ScheduleOriginModifier and TypeMethodDescriptionstatic ScheduleOriginSessionScheduleCreatedEvent.SessionScheduleCreatedEventData.origin()Returns the value of theoriginrecord component.static ScheduleOriginReturns the enum constant of this class with the specified name.static ScheduleOrigin[]ScheduleOrigin.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 ScheduleOrigin