Uses of Enum Class
com.github.copilot.generated.SessionMode
Packages that use SessionMode
-
Uses of SessionMode in com.github.copilot.generated
Methods in com.github.copilot.generated that return SessionModeModifier and TypeMethodDescriptionstatic SessionModeSessionModeChangedEvent.SessionModeChangedEventData.newMode()Returns the value of thenewModerecord component.SessionModeChangedEvent.SessionModeChangedEventData.previousMode()Returns the value of thepreviousModerecord component.static SessionModeReturns the enum constant of this class with the specified name.static SessionMode[]SessionMode.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 SessionModeModifierConstructorDescriptionSessionModeChangedEventData(SessionMode previousMode, SessionMode newMode) Creates an instance of aSessionModeChangedEventDatarecord class.