Uses of Enum Class
com.github.copilot.generated.rpc.WorkspacesWorkspaceDetailsHostType
Packages that use WorkspacesWorkspaceDetailsHostType
-
Uses of WorkspacesWorkspaceDetailsHostType in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return WorkspacesWorkspaceDetailsHostTypeModifier and TypeMethodDescriptionSessionWorkspacesGetWorkspaceResult.SessionWorkspacesGetWorkspaceResultWorkspace.hostType()Returns the value of thehostTyperecord component.Returns the enum constant of this class with the specified name.static WorkspacesWorkspaceDetailsHostType[]WorkspacesWorkspaceDetailsHostType.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 WorkspacesWorkspaceDetailsHostTypeModifierConstructorDescriptionSessionWorkspacesGetWorkspaceResultWorkspace(String id, String cwd, String gitRoot, String repository, WorkspacesWorkspaceDetailsHostType hostType, String branch, String name, String clientName, Boolean userNamed, Long summaryCount, OffsetDateTime createdAt, OffsetDateTime updatedAt, Boolean remoteSteerable, String mcTaskId, String mcSessionId, String mcLastEventId, Boolean chronicleSyncDismissed) Creates an instance of aSessionWorkspacesGetWorkspaceResultWorkspacerecord class.