Uses of Enum Class
com.github.copilot.generated.rpc.ShutdownType
Packages that use ShutdownType
-
Uses of ShutdownType in com.github.copilot.generated.rpc
Subclasses with type arguments of type ShutdownType in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ShutdownTypeModifier and TypeMethodDescriptionstatic ShutdownTypeSessionShutdownParams.type()Returns the value of thetyperecord 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.generated.rpc with parameters of type ShutdownTypeModifierConstructorDescriptionSessionShutdownParams(String sessionId, ShutdownType type, String reason) Creates an instance of aSessionShutdownParamsrecord class.