Uses of Class
com.qtsurfer.api.client.model.LiveListResponse
Packages that use LiveListResponse
-
Uses of LiveListResponse in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return LiveListResponseModifier and TypeMethodDescriptionList your own live runs Every run you have started, in any `stage`, `desired` state, or `visibility` — newest first.Methods in com.qtsurfer.api.client.api that return types with arguments of type LiveListResponseModifier and TypeMethodDescriptionLiveExecutionApi.listLiveWithHttpInfo(String cursor, Integer limit) List your own live runs Every run you have started, in any `stage`, `desired` state, or `visibility` — newest first. -
Uses of LiveListResponse in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveListResponseModifier and TypeMethodDescriptionLiveListResponse.addRunsItem(LiveRunSummary runsItem) LiveListResponse.links(PublicLiveListLinks links) LiveListResponse.runs(List<LiveRunSummary> runs)