Uses of Record Class
com.github.copilot.generated.rpc.PermissionRule
Packages that use PermissionRule
-
Uses of PermissionRule in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type PermissionRuleModifier and TypeMethodDescriptionSessionPermissionsModifyRulesParams.add()Returns the value of theaddrecord component.SessionPermissionsLocationsApplyResult.appliedRules()Returns the value of theappliedRulesrecord component.PermissionRulesSet.approved()Returns the value of theapprovedrecord component.PermissionRulesSet.denied()Returns the value of thedeniedrecord component.SessionPermissionsModifyRulesParams.remove()Returns the value of theremoverecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type PermissionRuleModifierConstructorDescriptionPermissionRulesSet(List<PermissionRule> approved, List<PermissionRule> denied) Creates an instance of aPermissionRulesSetrecord class.SessionPermissionsLocationsApplyResult(String locationKey, PermissionLocationType locationType, Boolean changed, Long appliedRuleCount, Long appliedDirectoryCount, List<PermissionRule> appliedRules) Creates an instance of aSessionPermissionsLocationsApplyResultrecord class.SessionPermissionsModifyRulesParams(String sessionId, PermissionsModifyRulesScope scope, List<PermissionRule> add, List<PermissionRule> remove, Boolean removeAll) Creates an instance of aSessionPermissionsModifyRulesParamsrecord class.