Uses of Enum Class
com.github.copilot.sdk.generated.McpServersLoadedServerStatus
Packages that use McpServersLoadedServerStatus
-
Uses of McpServersLoadedServerStatus in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return McpServersLoadedServerStatusModifier and TypeMethodDescriptionstatic McpServersLoadedServerStatusMcpServersLoadedServer.status()Returns the value of thestatusrecord component.static McpServersLoadedServerStatusReturns the enum constant of this class with the specified name.static McpServersLoadedServerStatus[]McpServersLoadedServerStatus.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 McpServersLoadedServerStatusModifierConstructorDescriptionMcpServersLoadedServer(String name, McpServersLoadedServerStatus status, String source, String error) Creates an instance of aMcpServersLoadedServerrecord class.