Uses of Enum Class
com.github.copilot.sdk.generated.SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType
Packages that use SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType
-
Uses of SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownTypeModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType.fromValue(String value) SessionShutdownEvent.SessionShutdownEventData.shutdownType()Returns the value of theshutdownTyperecord component.SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType.valueOf(String name) Returns the enum constant of this class with the specified name.SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType.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 SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownTypeModifierConstructorDescriptionSessionShutdownEventData(SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalApiDurationMs, Double sessionStartTime, SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataCodeChanges codeChanges, Map<String, SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataModelMetricsValue> modelMetrics, String currentModel, Double currentTokens, Double systemTokens, Double conversationTokens, Double toolDefinitionsTokens) Creates an instance of aSessionShutdownEventDatarecord class.