Uses of Enum Class
com.github.copilot.generated.rpc.PermissionsModifyRulesScope
Packages that use PermissionsModifyRulesScope
-
Uses of PermissionsModifyRulesScope in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return PermissionsModifyRulesScopeModifier and TypeMethodDescriptionstatic PermissionsModifyRulesScopeSessionPermissionsModifyRulesParams.scope()Returns the value of thescoperecord component.static PermissionsModifyRulesScopeReturns the enum constant of this class with the specified name.static PermissionsModifyRulesScope[]PermissionsModifyRulesScope.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 PermissionsModifyRulesScopeModifierConstructorDescriptionSessionPermissionsModifyRulesParams(String sessionId, PermissionsModifyRulesScope scope, List<PermissionRule> add, List<PermissionRule> remove, Boolean removeAll) Creates an instance of aSessionPermissionsModifyRulesParamsrecord class.