Uses of Enum Class
com.github.copilot.sdk.generated.ShutdownType
Packages that use ShutdownType
-
Uses of ShutdownType in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return ShutdownTypeModifier and TypeMethodDescriptionstatic ShutdownTypeSessionShutdownEvent.SessionShutdownEventData.shutdownType()Returns the value of theshutdownTyperecord component.static ShutdownTypeReturns the enum constant of this class with the specified name.static ShutdownType[]ShutdownType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated with parameters of type ShutdownTypeModifierConstructorDescriptionSessionShutdownEventData(ShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalApiDurationMs, Double sessionStartTime, ShutdownCodeChanges codeChanges, Map<String, ShutdownModelMetric> modelMetrics, String currentModel, Double currentTokens, Double systemTokens, Double conversationTokens, Double toolDefinitionsTokens) Creates an instance of aSessionShutdownEventDatarecord class.