Uses of Enum Class
com.github.copilot.sdk.generated.McpServerStatusChangedStatus
Packages that use McpServerStatusChangedStatus
-
Uses of McpServerStatusChangedStatus in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return McpServerStatusChangedStatusModifier and TypeMethodDescriptionstatic McpServerStatusChangedStatusSessionMcpServerStatusChangedEvent.SessionMcpServerStatusChangedEventData.status()Returns the value of thestatusrecord component.static McpServerStatusChangedStatusReturns the enum constant of this class with the specified name.static McpServerStatusChangedStatus[]McpServerStatusChangedStatus.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 McpServerStatusChangedStatusModifierConstructorDescriptionSessionMcpServerStatusChangedEventData(String serverName, McpServerStatusChangedStatus status) Creates an instance of aSessionMcpServerStatusChangedEventDatarecord class.