Uses of Class
org.openapitools.client.model.ContestDTO
Packages that use ContestDTO
-
Uses of ContestDTO in org.openapitools.client.api
Methods in org.openapitools.client.api that return ContestDTOModifier and TypeMethodDescriptionContestControllerApi.createContest
(ContestDTO contestDTO) This endpoint will create a new contest.ContestControllerApi.getContest
(Integer contestId) Returns the specified contest.Methods in org.openapitools.client.api that return types with arguments of type ContestDTOModifier and TypeMethodDescriptionContestControllerApi.createContestWithHttpInfo
(ContestDTO contestDTO) This endpoint will create a new contest.ContestControllerApi.getContestWithHttpInfo
(Integer contestId) Returns the specified contest.Methods in org.openapitools.client.api with parameters of type ContestDTOModifier and TypeMethodDescriptionContestControllerApi.createContest
(ContestDTO contestDTO) This endpoint will create a new contest.okhttp3.Call
ContestControllerApi.createContestAsync
(ContestDTO contestDTO, ApiCallback<ContestDTO> _callback) This endpoint will create a new contest.okhttp3.Call
ContestControllerApi.createContestCall
(ContestDTO contestDTO, ApiCallback _callback) Build call for createContestprivate okhttp3.Call
ContestControllerApi.createContestValidateBeforeCall
(ContestDTO contestDTO, ApiCallback _callback) ContestControllerApi.createContestWithHttpInfo
(ContestDTO contestDTO) This endpoint will create a new contest.void
ContestControllerApi.updateContest
(Integer contestId, ContestDTO contestDTO) Update an existing contest -- perhaps to schedule it or report scores.okhttp3.Call
ContestControllerApi.updateContestAsync
(Integer contestId, ContestDTO contestDTO, ApiCallback<Void> _callback) Update an existing contest -- perhaps to schedule it or report scores.okhttp3.Call
ContestControllerApi.updateContestCall
(Integer contestId, ContestDTO contestDTO, ApiCallback _callback) Build call for updateContestprivate okhttp3.Call
ContestControllerApi.updateContestValidateBeforeCall
(Integer contestId, ContestDTO contestDTO, ApiCallback _callback) ContestControllerApi.updateContestWithHttpInfo
(Integer contestId, ContestDTO contestDTO) Update an existing contest -- perhaps to schedule it or report scores.Method parameters in org.openapitools.client.api with type arguments of type ContestDTOModifier and TypeMethodDescriptionokhttp3.Call
ContestControllerApi.createContestAsync
(ContestDTO contestDTO, ApiCallback<ContestDTO> _callback) This endpoint will create a new contest.okhttp3.Call
ContestControllerApi.getContestAsync
(Integer contestId, ApiCallback<ContestDTO> _callback) Returns the specified contest. -
Uses of ContestDTO in org.openapitools.client.model
Fields in org.openapitools.client.model with type parameters of type ContestDTOMethods in org.openapitools.client.model that return ContestDTOModifier and TypeMethodDescriptionstatic ContestDTO
Create an instance of ContestDTO given an JSON stringContestDTO.scheduledStart
(OffsetDateTime scheduledStart) Methods in org.openapitools.client.model that return types with arguments of type ContestDTOModifier and TypeMethodDescriptionContestListDTO.getContests()
${api.model.ContestListDTO.contests}Methods in org.openapitools.client.model with parameters of type ContestDTOMethod parameters in org.openapitools.client.model with type arguments of type ContestDTOModifier and TypeMethodDescriptionContestListDTO.contests
(List<ContestDTO> contests) void
ContestListDTO.setContests
(List<ContestDTO> contests)