Uses of Enum Class
com.github.copilot.generated.ContextTier
Packages that use ContextTier
-
Uses of ContextTier in com.github.copilot.generated
Subclasses with type arguments of type ContextTier in com.github.copilot.generatedModifier and TypeClassDescriptionenumAllowed values for the `ContextTier` enumeration.Methods in com.github.copilot.generated that return ContextTierModifier and TypeMethodDescriptionSessionModelChangeEvent.SessionModelChangeEventData.contextTier()Returns the value of thecontextTierrecord component.SessionResumeEvent.SessionResumeEventData.contextTier()Returns the value of thecontextTierrecord component.SessionStartEvent.SessionStartEventData.contextTier()Returns the value of thecontextTierrecord component.static ContextTierstatic ContextTierReturns the enum constant of this class with the specified name.static ContextTier[]ContextTier.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 ContextTierModifierConstructorDescriptionSessionModelChangeEventData(String previousModel, String newModel, String previousReasoningEffort, String reasoningEffort, ReasoningSummary previousReasoningSummary, ReasoningSummary reasoningSummary, ContextTier contextTier, String cause) Creates an instance of aSessionModelChangeEventDatarecord class.SessionResumeEventData(OffsetDateTime resumeTime, Long eventCount, String selectedModel, String reasoningEffort, ReasoningSummary reasoningSummary, ContextTier contextTier, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean sessionWasActive, Boolean remoteSteerable, Boolean continuePendingWork) Creates an instance of aSessionResumeEventDatarecord class.SessionStartEventData(String sessionId, Long version, String producer, String copilotVersion, OffsetDateTime startTime, String selectedModel, String reasoningEffort, ReasoningSummary reasoningSummary, ContextTier contextTier, WorkingDirectoryContext context, Boolean alreadyInUse, Boolean remoteSteerable, String detachedFromSpawningParentSessionId) Creates an instance of aSessionStartEventDatarecord class.