Uses of Class
com.qtsurfer.api.client.model.PublicLiveListResponse
Packages that use PublicLiveListResponse
-
Uses of PublicLiveListResponse in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return PublicLiveListResponseModifier and TypeMethodDescriptionLiveExecutionApi.listPublicLive(String cursor, Integer limit) Browse public live runs Every run whose owner marked it `public` and is currently live and running — anyone's, yours included, and listed without revealing who owns it.Methods in com.qtsurfer.api.client.api that return types with arguments of type PublicLiveListResponseModifier and TypeMethodDescriptionLiveExecutionApi.listPublicLiveWithHttpInfo(String cursor, Integer limit) Browse public live runs Every run whose owner marked it `public` and is currently live and running — anyone's, yours included, and listed without revealing who owns it. -
Uses of PublicLiveListResponse in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return PublicLiveListResponseModifier and TypeMethodDescriptionPublicLiveListResponse.addRunsItem(PublicLiveRun runsItem) PublicLiveListResponse.links(PublicLiveListLinks links) PublicLiveListResponse.runs(List<PublicLiveRun> runs)