Package com.mypurecloud.sdk.v2.model
Class OccurrenceDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.OccurrenceDetails
- All Implemented Interfaces:
Serializable
OccurrenceDetails
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateOfNextOccurrence(Date dateOfNextOccurrence) The date of the next start or end occurrence for the recurrence as an ISO-8601 stringbooleaninthashCode()numberOfOccurrences(Integer numberOfOccurrences) The number of start or end occurrences that have been processed for the recurrence.voidsetDateOfNextOccurrence(Date dateOfNextOccurrence) voidsetNumberOfOccurrences(Integer numberOfOccurrences) toString()
-
Constructor Details
-
OccurrenceDetails
public OccurrenceDetails() -
OccurrenceDetails
-
-
Method Details
-
dateOfNextOccurrence
The date of the next start or end occurrence for the recurrence as an ISO-8601 string -
getDateOfNextOccurrence
-
setDateOfNextOccurrence
-
numberOfOccurrences
The number of start or end occurrences that have been processed for the recurrence. -
getNumberOfOccurrences
-
setNumberOfOccurrences
-
equals
-
hashCode
public int hashCode() -
toString
-