Uses of Enum Class
com.github.copilot.generated.rpc.PermissionLocationType
Packages that use PermissionLocationType
-
Uses of PermissionLocationType in com.github.copilot.generated.rpc
Subclasses with type arguments of type PermissionLocationType in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhether the location is a git repo or directoryMethods in com.github.copilot.generated.rpc that return PermissionLocationTypeModifier and TypeMethodDescriptionstatic PermissionLocationTypeSessionPermissionsLocationsApplyResult.locationType()Returns the value of thelocationTyperecord component.SessionPermissionsLocationsResolveResult.locationType()Returns the value of thelocationTyperecord component.static PermissionLocationTypeReturns the enum constant of this class with the specified name.static PermissionLocationType[]PermissionLocationType.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 PermissionLocationTypeModifierConstructorDescriptionSessionPermissionsLocationsApplyResult(String locationKey, PermissionLocationType locationType, Boolean changed, Long appliedRuleCount, Long appliedDirectoryCount, List<PermissionRule> appliedRules) Creates an instance of aSessionPermissionsLocationsApplyResultrecord class.SessionPermissionsLocationsResolveResult(String locationKey, PermissionLocationType locationType) Creates an instance of aSessionPermissionsLocationsResolveResultrecord class.