Package com.mypurecloud.sdk.v2.model
Class ContestsEssentials
java.lang.Object
com.mypurecloud.sdk.v2.model.ContestsEssentials
- All Implemented Interfaces:
Serializable
ContestsEssentials
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateAnnounced(Date dateAnnounced) The Contest's Announcement datetime.dateCancelled(Date dateCancelled) The Contest's cancelled datetime, returned when a contest is complete.End date of the contest.dateFinalized(Date dateFinalized) The Contest's finalize datetime, returned when a contest is complete.dateModified(Date dateModified) The Contest's last modified datetime.dateScoresModified(Date dateScoresModified) The datetime the contest scores were last updated.Start date of the contest.booleangetId()getTitle()inthashCode()metrics(List<ContestMetrics> metrics) The Contest's MetricsparticipantCount(Integer participantCount) The Number of participants in the contestprofile(ContestProfile profile) The performance profilerequestingParticipantContestInfo(ContestRequesingParticipantDailyInfo requestingParticipantContestInfo) The Most Recent Contest Info for the requesting participantvoidsetDateAnnounced(Date dateAnnounced) voidsetDateCancelled(Date dateCancelled) voidsetDateEnd(LocalDate dateEnd) voidsetDateFinalized(Date dateFinalized) voidsetDateModified(Date dateModified) voidsetDateScoresModified(Date dateScoresModified) voidsetDateStart(LocalDate dateStart) voidsetMetrics(List<ContestMetrics> metrics) voidsetParticipantCount(Integer participantCount) voidsetProfile(ContestProfile profile) voidsetRequestingParticipantContestInfo(ContestRequesingParticipantDailyInfo requestingParticipantContestInfo) voidvoidstatus(ContestsEssentials.StatusEnum status) The Contest statusThe Contest titletoString()
-
Constructor Details
-
ContestsEssentials
public ContestsEssentials() -
ContestsEssentials
-
-
Method Details
-
getId
-
title
The Contest title -
getTitle
-
setTitle
-
status
The Contest status -
getStatus
-
setStatus
-
dateStart
Start date of the contest. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStart
-
setDateStart
-
dateEnd
End date of the contest. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEnd
-
setDateEnd
-
profile
The performance profile -
getProfile
-
setProfile
-
participantCount
The Number of participants in the contest -
getParticipantCount
-
setParticipantCount
-
dateAnnounced
The Contest's Announcement datetime. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateAnnounced
-
setDateAnnounced
-
dateFinalized
The Contest's finalize datetime, returned when a contest is complete. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateFinalized
-
setDateFinalized
-
dateCancelled
The Contest's cancelled datetime, returned when a contest is complete. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCancelled
-
setDateCancelled
-
dateModified
The Contest's last modified datetime. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
dateScoresModified
The datetime the contest scores were last updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateScoresModified
-
setDateScoresModified
-
metrics
The Contest's Metrics -
getMetrics
-
setMetrics
-
requestingParticipantContestInfo
public ContestsEssentials requestingParticipantContestInfo(ContestRequesingParticipantDailyInfo requestingParticipantContestInfo) The Most Recent Contest Info for the requesting participant -
getRequestingParticipantContestInfo
-
setRequestingParticipantContestInfo
public void setRequestingParticipantContestInfo(ContestRequesingParticipantDailyInfo requestingParticipantContestInfo) -
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-