Uses of Record Class
com.github.copilot.generated.rpc.SessionMetadata
Packages that use SessionMetadata
-
Uses of SessionMetadata in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type SessionMetadataModifier and TypeMethodDescriptionSessionsEnrichMetadataParams.sessions()Returns the value of thesessionsrecord component.SessionsEnrichMetadataResult.sessions()Returns the value of thesessionsrecord component.SessionsListResult.sessions()Returns the value of thesessionsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type SessionMetadataModifierConstructorDescriptionSessionsEnrichMetadataParams(List<SessionMetadata> sessions) Creates an instance of aSessionsEnrichMetadataParamsrecord class.SessionsEnrichMetadataResult(List<SessionMetadata> sessions) Creates an instance of aSessionsEnrichMetadataResultrecord class.SessionsListResult(List<SessionMetadata> sessions) Creates an instance of aSessionsListResultrecord class.