Uses of Enum Class
com.github.copilot.generated.rpc.ProviderEndpointWireApi
Packages that use ProviderEndpointWireApi
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ProviderEndpointWireApi in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderEndpointWireApi in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWire API to be used, when required for the provider type.Methods in com.github.copilot.generated.rpc that return ProviderEndpointWireApiModifier and TypeMethodDescriptionstatic ProviderEndpointWireApistatic ProviderEndpointWireApiReturns the enum constant of this class with the specified name.static ProviderEndpointWireApi[]ProviderEndpointWireApi.values()Returns an array containing the constants of this enum class, in the order they are declared.SessionProviderGetEndpointResult.wireApi()Returns the value of thewireApirecord component.Constructors in com.github.copilot.generated.rpc with parameters of type ProviderEndpointWireApiModifierConstructorDescriptionSessionProviderGetEndpointResult(ProviderEndpointType type, ProviderEndpointWireApi wireApi, ProviderEndpointTransport transport, String baseUrl, String apiKey, Map<String, String> headers, ProviderSessionToken sessionToken) Creates an instance of aSessionProviderGetEndpointResultrecord class.