Package com.mypurecloud.sdk.v2.model
Class Alteration
java.lang.Object
com.mypurecloud.sdk.v2.model.Alteration
- All Implemented Interfaces:
Serializable
Alteration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRange type (Exclusion: used to exclude a specific time within the recurrence. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe end date of an alteration range as an ISO-8601 stringbooleangetEnd()getStart()getType()inthashCode()voidvoidvoidsetType(Alteration.TypeEnum type) The start date of an alteration range as an ISO-8601 stringtoString()type(Alteration.TypeEnum type) Range type (Exclusion: used to exclude a specific time within the recurrence.
-
Constructor Details
-
Alteration
public Alteration() -
Alteration
-
-
Method Details
-
type
Range type (Exclusion: used to exclude a specific time within the recurrence. Inclusion: used to include a specific time within the recurrence which will execute in addition to the normal recurrence. If both an exclusion and inclusion are specified, the inclusion will take precedence over the exclusion.) -
getType
-
setType
-
start
The start date of an alteration range as an ISO-8601 string -
getStart
-
setStart
-
end
The end date of an alteration range as an ISO-8601 string -
getEnd
-
setEnd
-
equals
-
hashCode
public int hashCode() -
toString
-