Uses of Enum Class
com.github.copilot.generated.rpc.PermissionsSetApproveAllSource
Packages that use PermissionsSetApproveAllSource
-
Uses of PermissionsSetApproveAllSource in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return PermissionsSetApproveAllSourceModifier and TypeMethodDescriptionSessionPermissionsSetApproveAllParams.source()Returns the value of thesourcerecord component.Returns the enum constant of this class with the specified name.static PermissionsSetApproveAllSource[]PermissionsSetApproveAllSource.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 PermissionsSetApproveAllSourceModifierConstructorDescriptionSessionPermissionsSetApproveAllParams(String sessionId, Boolean enabled, PermissionsSetApproveAllSource source) Creates an instance of aSessionPermissionsSetApproveAllParamsrecord class.