Uses of Class
com.qtsurfer.api.client.model.LiveRunCompact
Packages that use LiveRunCompact
-
Uses of LiveRunCompact in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return LiveRunCompactModifier and TypeMethodDescriptionLiveExecutionApi.updateLive(String runId, UpdateLiveRequest updateLiveRequest) Change a run's visibility, name, or description Owner only, addressed by `runId` directly rather than through its strategy — this is a run's own canonical identity, independent of which strategy started it.Methods in com.qtsurfer.api.client.api that return types with arguments of type LiveRunCompactModifier and TypeMethodDescriptionLiveExecutionApi.updateLiveWithHttpInfo(String runId, UpdateLiveRequest updateLiveRequest) Change a run's visibility, name, or description Owner only, addressed by `runId` directly rather than through its strategy — this is a run's own canonical identity, independent of which strategy started it. -
Uses of LiveRunCompact in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveRunCompactModifier and TypeMethodDescriptionLiveRunCompact.addSourcesItem(LiveSource sourcesItem) LiveRunCompact.description(String description) LiveRunCompact.sources(List<LiveSource> sources) LiveRunCompact.stage(LiveRunCompact.StageEnum stage) LiveRunCompact.visibility(LiveRunCompact.VisibilityEnum visibility)