Uses of Class
org.openapitools.client.model.ContestListDTO
Packages that use ContestListDTO
-
Uses of ContestListDTO in org.openapitools.client.api
Methods in org.openapitools.client.api that return ContestListDTOModifier and TypeMethodDescriptionContestControllerApi.getContests
(Integer offset, Integer limit) This endpoint will return a collection of contests based on the paging values assignedMethods in org.openapitools.client.api that return types with arguments of type ContestListDTOModifier and TypeMethodDescriptionContestControllerApi.getContestsWithHttpInfo
(Integer offset, Integer limit) This endpoint will return a collection of contests based on the paging values assignedMethod parameters in org.openapitools.client.api with type arguments of type ContestListDTOModifier and TypeMethodDescriptionokhttp3.Call
ContestControllerApi.getContestsAsync
(Integer offset, Integer limit, ApiCallback<ContestListDTO> _callback) This endpoint will return a collection of contests based on the paging values assigned (asynchronously) -
Uses of ContestListDTO in org.openapitools.client.model
Methods in org.openapitools.client.model that return ContestListDTOModifier and TypeMethodDescriptionContestListDTO.addContestsItem
(ContestDTO contestsItem) ContestListDTO.contests
(List<ContestDTO> contests) static ContestListDTO
Create an instance of ContestListDTO given an JSON string