Uses of Class
com.mypurecloud.sdk.v2.model.OccurrenceDetails
Packages that use OccurrenceDetails
-
Uses of OccurrenceDetails in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OccurrenceDetailsModifier and TypeMethodDescriptionOccurrenceDetails.dateOfNextOccurrence(Date dateOfNextOccurrence) The date of the next start or end occurrence for the recurrence as an ISO-8601 stringNextOccurrenceDetails.getEndOccurrenceDetails()NextOccurrenceDetails.getStartOccurrenceDetails()OccurrenceDetails.numberOfOccurrences(Integer numberOfOccurrences) The number of start or end occurrences that have been processed for the recurrence.Methods in com.mypurecloud.sdk.v2.model with parameters of type OccurrenceDetailsModifier and TypeMethodDescriptionNextOccurrenceDetails.endOccurrenceDetails(OccurrenceDetails endOccurrenceDetails) The details for the next end occurrence for the recurrence.voidNextOccurrenceDetails.setEndOccurrenceDetails(OccurrenceDetails endOccurrenceDetails) voidNextOccurrenceDetails.setStartOccurrenceDetails(OccurrenceDetails startOccurrenceDetails) NextOccurrenceDetails.startOccurrenceDetails(OccurrenceDetails startOccurrenceDetails) The details for the next start occurrence for the recurrence.