Uses of Class
com.mypurecloud.sdk.v2.model.ContestsCreateRequest
Packages that use ContestsCreateRequest
Package
Description
-
Uses of ContestsCreateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ContestsCreateRequestModifier and TypeMethodDescriptionGamificationApi.postGamificationContests(ContestsCreateRequest body) Creates a ContestGamificationApi.postGamificationContestsWithHttpInfo(ContestsCreateRequest body) Creates a ContestGamificationApi.putGamificationContest(String contestId, ContestsCreateRequest body) 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 ContestsCreateRequestModifier and TypeMethodDescriptionGamificationApi.postGamificationContests(ApiRequest<ContestsCreateRequest> request) Creates a ContestGamificationApiAsync.postGamificationContestsAsync(ApiRequest<ContestsCreateRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Creates a ContestGamificationApi.putGamificationContest(ApiRequest<ContestsCreateRequest> request) Update a Contest by IdGamificationApiAsync.putGamificationContestAsync(ApiRequest<ContestsCreateRequest> request, AsyncApiCallback<ApiResponse<ContestsResponse>> callback) Update a Contest by Id -
Uses of ContestsCreateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ContestsCreateRequestModifier and TypeMethodDescriptionPostGamificationContestsRequest.getBody()PutGamificationContestRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ContestsCreateRequestModifier and TypeMethodDescriptionPostGamificationContestsRequest.withHttpInfo()PutGamificationContestRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ContestsCreateRequestModifier and TypeMethodDescriptionPostGamificationContestsRequest.builder(ContestsCreateRequest body) PutGamificationContestRequest.builder(String contestId, ContestsCreateRequest body) voidPostGamificationContestsRequest.setBody(ContestsCreateRequest body) voidPutGamificationContestRequest.setBody(ContestsCreateRequest body) PostGamificationContestsRequest.Builder.withBody(ContestsCreateRequest body) PostGamificationContestsRequest.withBody(ContestsCreateRequest body) PutGamificationContestRequest.Builder.withBody(ContestsCreateRequest body) PutGamificationContestRequest.withBody(ContestsCreateRequest body) PostGamificationContestsRequest.Builder.withRequiredParams(ContestsCreateRequest body) PutGamificationContestRequest.Builder.withRequiredParams(String contestId, ContestsCreateRequest body) -
Uses of ContestsCreateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContestsCreateRequestModifier and TypeMethodDescriptionContestsCreateRequest.announcementTimezone(String announcementTimezone) The Contest's Announcement Timezone.ContestsCreateRequest.anonymization(ContestsCreateRequest.AnonymizationEnum anonymization) The Contest anonymizationContestsCreateRequest.dateAnnounced(Date dateAnnounced) The Contest's Announcement Datetime.End date of the contest.Start date of the contest.ContestsCreateRequest.description(String description) The Contest descriptionContestsCreateRequest.division(WritableDivision division) The division for this performance profile associate to.ContestsCreateRequest.metrics(List<ContestMetrics> metrics) The Contest's MetricsContestsCreateRequest.participantIds(List<String> participantIds) The Contest's participantsContestsCreateRequest.prizes(List<ContestPrizes> prizes) The Contest PrizesThe Contest profileThe Contest titleContestsCreateRequest.winningCriteria(ContestsCreateRequest.WinningCriteriaEnum winningCriteria) The Contest winning criteria