Uses of Class
com.mypurecloud.sdk.v2.model.ContestsResponse
Packages that use ContestsResponse
-
Uses of ContestsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ContestsResponseModifier and TypeMethodDescriptionGamificationApi.getGamificationContest(GetGamificationContestRequest request) Get a Contest by IdGamificationApi.getGamificationContest(String contestId) Get a Contest by IdGamificationApi.patchGamificationContest(PatchGamificationContestRequest request) Finalize a Contest by IdGamificationApi.patchGamificationContest(String contestId, ContestsFinalizeRequest body) Finalize a Contest by IdGamificationApi.postGamificationContests(PostGamificationContestsRequest request) Creates a ContestGamificationApi.postGamificationContests(ContestsCreateRequest body) Creates a ContestGamificationApi.putGamificationContest(PutGamificationContestRequest request) Update a Contest by IdGamificationApi.putGamificationContest(String contestId, ContestsCreateRequest body) Update a Contest by IdMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ContestsResponseModifier and TypeMethodDescriptionGamificationApi.getGamificationContest(ApiRequest<Void> request) Get a Contest by IdGamificationApiAsync.getGamificationContestAsync(GetGamificationContestRequest request, AsyncApiCallback<ContestsResponse> callback) Get a Contest by IdGamificationApiAsync.getGamificationContestAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Get a Contest by IdGamificationApi.getGamificationContestWithHttpInfo(String contestId) Get a Contest by IdGamificationApi.patchGamificationContest(ApiRequest<ContestsFinalizeRequest> request) Finalize a Contest by IdGamificationApiAsync.patchGamificationContestAsync(PatchGamificationContestRequest request, AsyncApiCallback<ContestsResponse> callback) Finalize a Contest by IdGamificationApiAsync.patchGamificationContestAsync(ApiRequest<ContestsFinalizeRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Finalize a Contest by IdGamificationApi.patchGamificationContestWithHttpInfo(String contestId, ContestsFinalizeRequest body) Finalize a Contest by IdGamificationApi.postGamificationContests(ApiRequest<ContestsCreateRequest> request) Creates a ContestGamificationApiAsync.postGamificationContestsAsync(PostGamificationContestsRequest request, AsyncApiCallback<ContestsResponse> callback) Creates a ContestGamificationApiAsync.postGamificationContestsAsync(ApiRequest<ContestsCreateRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Creates a ContestGamificationApi.postGamificationContestsWithHttpInfo(ContestsCreateRequest body) Creates a ContestGamificationApi.putGamificationContest(ApiRequest<ContestsCreateRequest> request) Update a Contest by IdGamificationApiAsync.putGamificationContestAsync(PutGamificationContestRequest request, AsyncApiCallback<ContestsResponse> callback) Update a Contest by IdGamificationApiAsync.putGamificationContestAsync(ApiRequest<ContestsCreateRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Update a Contest by IdGamificationApi.putGamificationContestWithHttpInfo(String contestId, ContestsCreateRequest body) Update a Contest by IdMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContestsResponseModifier and TypeMethodDescriptionGamificationApiAsync.getGamificationContestAsync(GetGamificationContestRequest request, AsyncApiCallback<ContestsResponse> callback) Get a Contest by IdGamificationApiAsync.getGamificationContestAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Get a Contest by IdGamificationApiAsync.patchGamificationContestAsync(PatchGamificationContestRequest request, AsyncApiCallback<ContestsResponse> callback) Finalize a Contest by IdGamificationApiAsync.patchGamificationContestAsync(ApiRequest<ContestsFinalizeRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Finalize a Contest by IdGamificationApiAsync.postGamificationContestsAsync(PostGamificationContestsRequest request, AsyncApiCallback<ContestsResponse> callback) Creates a ContestGamificationApiAsync.postGamificationContestsAsync(ApiRequest<ContestsCreateRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Creates a ContestGamificationApiAsync.putGamificationContestAsync(PutGamificationContestRequest request, AsyncApiCallback<ContestsResponse> callback) Update a Contest by IdGamificationApiAsync.putGamificationContestAsync(ApiRequest<ContestsCreateRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Update a Contest by Id -
Uses of ContestsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContestsResponseModifier and TypeMethodDescriptionContestsResponse.announcementTimezone(String announcementTimezone) The Contest's Announcement Timezone.ContestsResponse.anonymization(ContestsResponse.AnonymizationEnum anonymization) The Contest anonymizationContestsResponse.createdBy(UserReference createdBy) The creator of the contestContestsResponse.dateAnnounced(Date dateAnnounced) The Contest's Announcement Datetime.ContestsResponse.dateCancelled(Date dateCancelled) The Contest's cancelled datetime, returned when a contest is complete.End date of the contest.ContestsResponse.dateFinalized(Date dateFinalized) The Contest's finalize datetime, returned when a contest is complete.ContestsResponse.dateModified(Date dateModified) The Contest's last modified datetime.ContestsResponse.dateScoresModified(Date dateScoresModified) The datetime the contest scores were last updated.Start date of the contest.ContestsResponse.description(String description) The Contest descriptionContestsResponse.disqualifiedAgents(List<ContestDisqualifiedAgents> disqualifiedAgents) The Contest's disqualified agents, returned when a contest is completeContestsResponse.division(WritableDivision division) The division for this performance profile associate toContestsResponse.metrics(List<ContestMetrics> metrics) The Contest's MetricsContestsResponse.participantCount(Integer participantCount) The Number of participants in the contestContestsResponse.participants(List<UserReference> participants) The Contest's participantsContestsResponse.prizes(List<ContestPrizes> prizes) The Contest PrizesContestsResponse.profile(ContestProfile profile) The performance profileContestsResponse.status(ContestsResponse.StatusEnum status) The Contest statusThe Contest titleThe Contest VersionContestsResponse.winners(List<ContestWinners> winners) The Contest WinnersContestsResponse.winningCriteria(ContestsResponse.WinningCriteriaEnum winningCriteria) The Contest winning criteria