Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus
Packages that use SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus
-
Uses of SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatusModifier and TypeMethodDescriptionSessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus.fromValue(String value) SessionMcpListResult.SessionMcpListResultServersItem.status()Returns the value of thestatusrecord component.SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus.valueOf(String name) Returns the enum constant of this class with the specified name.SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatusModifierConstructorDescriptionSessionMcpListResultServersItem(String name, SessionMcpListResult.SessionMcpListResultServersItem.SessionMcpListResultServersItemStatus status, String source, String error) Creates an instance of aSessionMcpListResultServersItemrecord class.