Package com.mypurecloud.sdk.v2.model
Class Reoccurrence
java.lang.Object
com.mypurecloud.sdk.v2.model.Reoccurrence
- All Implemented Interfaces:
Serializable
Reoccurrence
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalterations(List<Alteration> alterations) Modifications to the original recurrence schedule (Exclusions/Inclusions)The end date time of the initial occurrence as an ISO-8601 string in the format YYYY-MM-DDThh:mm:ssbooleangetEnd()getId()getRange()getStart()inthashCode()The schedule pattern e.g.: Daily/WeeklyThe schedule range e.g.: EndDate/NoEnd/NumberedvoidsetAlterations(List<Alteration> alterations) voidvoidvoidsetPattern(Pattern pattern) voidvoidvoidsetTimeZone(String timeZone) The start date time of the initial occurrence as an ISO-8601 string in the format YYYY-MM-DDThh:mm:ssThe time zone for the recurrence.toString()
-
Constructor Details
-
Reoccurrence
public Reoccurrence() -
Reoccurrence
-
-
Method Details
-
id
-
getId
-
setId
-
start
The start date time of the initial occurrence as an ISO-8601 string in the format YYYY-MM-DDThh:mm:ss -
getStart
-
setStart
-
end
The end date time of the initial occurrence as an ISO-8601 string in the format YYYY-MM-DDThh:mm:ss -
getEnd
-
setEnd
-
timeZone
The time zone for the recurrence. The time zone of the recurrence is determined by prioritizing the recurrence's time zone if specified, then the schedule's time zone if set, and finally defaulting to UTC if neither defines a time zone. See here for a list of valid time zones https://www.iana.org/time-zones. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London -
getTimeZone
-
setTimeZone
-
pattern
The schedule pattern e.g.: Daily/Weekly -
getPattern
-
setPattern
-
range
The schedule range e.g.: EndDate/NoEnd/Numbered -
getRange
-
setRange
-
alterations
Modifications to the original recurrence schedule (Exclusions/Inclusions) -
getAlterations
-
setAlterations
-
getNextOccurrenceDetails
-
equals
-
hashCode
public int hashCode() -
toString
-