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.CallContestControllerApi.createContestAsync(ContestDTO contestDTO, ApiCallback<ContestDTO> _callback) This endpoint will create a new contest.okhttp3.CallContestControllerApi.createContestCall(ContestDTO contestDTO, ApiCallback _callback) Build call for createContestprivate okhttp3.CallContestControllerApi.createContestValidateBeforeCall(ContestDTO contestDTO, ApiCallback _callback) ContestControllerApi.createContestWithHttpInfo(ContestDTO contestDTO) This endpoint will create a new contest.voidContestControllerApi.updateContest(Integer contestId, ContestDTO contestDTO) Update an existing contest -- perhaps to schedule it or report scores.okhttp3.CallContestControllerApi.updateContestAsync(Integer contestId, ContestDTO contestDTO, ApiCallback<Void> _callback) Update an existing contest -- perhaps to schedule it or report scores.okhttp3.CallContestControllerApi.updateContestCall(Integer contestId, ContestDTO contestDTO, ApiCallback _callback) Build call for updateContestprivate okhttp3.CallContestControllerApi.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.CallContestControllerApi.createContestAsync(ContestDTO contestDTO, ApiCallback<ContestDTO> _callback) This endpoint will create a new contest.okhttp3.CallContestControllerApi.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 ContestDTOCreate 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) voidContestListDTO.setContests(List<ContestDTO> contests)