Package com.mypurecloud.sdk.v2.model
Class Range
java.lang.Object
com.mypurecloud.sdk.v2.model.Range
- All Implemented Interfaces:
Serializable
Range
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRange type (NoEnd: without an end date. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date time of the last occurrence of the range as an ISO-8601 string.booleangetEnd()getType()inthashCode()numberOfOccurrences(Integer numberOfOccurrences) The number of times the schedule will be repeated, e.g: 2.voidvoidsetNumberOfOccurrences(Integer numberOfOccurrences) voidsetType(Range.TypeEnum type) toString()type(Range.TypeEnum type) Range type (NoEnd: without an end date.
-
Constructor Details
-
Range
public Range() -
Range
-
-
Method Details
-
type
Range type (NoEnd: without an end date. EndDate: with an end date. Numbered: with a specific number of occurrences) -
getType
-
setType
-
end
The end date time of the last occurrence of the range as an ISO-8601 string. Required for EndDate range type. -
getEnd
-
setEnd
-
numberOfOccurrences
The number of times the schedule will be repeated, e.g: 2. Required to set for Numbered range type. -
getNumberOfOccurrences
-
setNumberOfOccurrences
-
equals
-
hashCode
public int hashCode() -
toString
-