Uses of Enum Class
com.github.copilot.generated.rpc.ProviderEndpointType
Packages that use ProviderEndpointType
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ProviderEndpointType in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderEndpointType in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ProviderEndpointTypeModifier and TypeMethodDescriptionstatic ProviderEndpointTypeSessionProviderGetEndpointResult.type()Returns the value of thetyperecord component.static ProviderEndpointTypeReturns the enum constant of this class with the specified name.static ProviderEndpointType[]ProviderEndpointType.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 ProviderEndpointTypeModifierConstructorDescriptionSessionProviderGetEndpointResult(ProviderEndpointType type, ProviderEndpointWireApi wireApi, ProviderEndpointTransport transport, String baseUrl, String apiKey, Map<String, String> headers, ProviderSessionToken sessionToken) Creates an instance of aSessionProviderGetEndpointResultrecord class.