Package com.mypurecloud.sdk.v2.model
Class Schedule
java.lang.Object
com.mypurecloud.sdk.v2.model.Schedule
- All Implemented Interfaces:
Serializable
Defines a period of time to perform a specific action. Each schedule must be associated with one or more schedule groups to be used.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the resource is active, inactive, or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The resource's description.division(WritableDivision division) The division to which this entity belongs.end(LocalDateTime end) Date time is represented as an ISO-8601 string without a timezone.booleangetEnd()getId()getName()getRrule()getStart()getState()inthashCode()The name of the entity.An iCal Recurrence Rule (RRULE) string.voidsetDescription(String description) voidsetDivision(WritableDivision division) voidsetEnd(LocalDateTime end) voidvoidvoidsetStart(LocalDateTime start) voidsetVersion(Integer version) start(LocalDateTime start) Date time is represented as an ISO-8601 string without a timezone.toString()The current version of the resource.
-
Constructor Details
-
Schedule
public Schedule() -
Schedule
-
-
Method Details
-
getId
-
name
The name of the entity. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The resource's description. -
getDescription
-
setDescription
-
version
The current version of the resource. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getModifiedBy
-
getCreatedBy
-
getState
-
getModifiedByApp
-
getCreatedByApp
-
start
Date time is represented as an ISO-8601 string without a timezone. For example: yyyy-MM-ddTHH:mm:ss.SSS -
getStart
-
setStart
-
end
Date time is represented as an ISO-8601 string without a timezone. For example: yyyy-MM-ddTHH:mm:ss.SSS -
getEnd
-
setEnd
-
rrule
An iCal Recurrence Rule (RRULE) string. It is required to be set for schedules determining when upgrades to the Edge software can be applied. -
getRrule
-
setRrule
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-