Uses of Enum Class
com.github.copilot.generated.rpc.WorkspaceSummaryHostType
Packages that use WorkspaceSummaryHostType
-
Uses of WorkspaceSummaryHostType in com.github.copilot.generated.rpc
Subclasses with type arguments of type WorkspaceSummaryHostType in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return WorkspaceSummaryHostTypeModifier and TypeMethodDescriptionstatic WorkspaceSummaryHostTypeSessionMetadataSnapshotResult.SessionMetadataSnapshotResultWorkspace.hostType()Returns the value of thehostTyperecord component.static WorkspaceSummaryHostTypeReturns the enum constant of this class with the specified name.static WorkspaceSummaryHostType[]WorkspaceSummaryHostType.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 WorkspaceSummaryHostTypeModifierConstructorDescriptionSessionMetadataSnapshotResultWorkspace(String id, String cwd, String gitRoot, String repository, WorkspaceSummaryHostType hostType, String branch, String name, OffsetDateTime createdAt, OffsetDateTime updatedAt) Creates an instance of aSessionMetadataSnapshotResultWorkspacerecord class.