Uses of Class
com.qtsurfer.api.client.model.UpdateLiveRequest
Packages that use UpdateLiveRequest
-
Uses of UpdateLiveRequest in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api with parameters of type UpdateLiveRequestModifier 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.LiveExecutionApi.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 UpdateLiveRequest in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return UpdateLiveRequestModifier and TypeMethodDescriptionUpdateLiveRequest.description(String description) UpdateLiveRequest.visibility(UpdateLiveRequest.VisibilityEnum visibility)