Uses of Enum Class
com.github.copilot.generated.rpc.PermissionsSetAllowAllSource
Packages that use PermissionsSetAllowAllSource
-
Uses of PermissionsSetAllowAllSource in com.github.copilot.generated.rpc
Subclasses with type arguments of type PermissionsSetAllowAllSource in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumOptional source for allow-all telemetry.Methods in com.github.copilot.generated.rpc that return PermissionsSetAllowAllSourceModifier and TypeMethodDescriptionstatic PermissionsSetAllowAllSourceSessionPermissionsSetAllowAllParams.source()Returns the value of thesourcerecord component.static PermissionsSetAllowAllSourceReturns the enum constant of this class with the specified name.static PermissionsSetAllowAllSource[]PermissionsSetAllowAllSource.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 PermissionsSetAllowAllSourceModifierConstructorDescriptionSessionPermissionsSetAllowAllParams(String sessionId, Boolean enabled, PermissionsSetAllowAllSource source) Creates an instance of aSessionPermissionsSetAllowAllParamsrecord class.