Uses of Record Class
com.github.copilot.generated.rpc.ScheduleEntry
Packages that use ScheduleEntry
-
Uses of ScheduleEntry in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return ScheduleEntryModifier and TypeMethodDescriptionSessionScheduleStopResult.entry()Returns the value of theentryrecord component.Methods in com.github.copilot.generated.rpc that return types with arguments of type ScheduleEntryModifier and TypeMethodDescriptionSessionScheduleListResult.entries()Returns the value of theentriesrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type ScheduleEntryModifierConstructorDescriptionCreates an instance of aSessionScheduleStopResultrecord class.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type ScheduleEntryModifierConstructorDescriptionSessionScheduleListResult(List<ScheduleEntry> entries) Creates an instance of aSessionScheduleListResultrecord class.