Package com.mypurecloud.sdk.v2.model
Class ScheduleGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.ScheduleGroup
- All Implemented Interfaces:
Serializable
A group of schedules that define the operating hours of an organization.
- 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 TypeMethodDescriptionclosedSchedules(List<DomainEntityRef> closedSchedules) The schedules defining the hours an organization is closed.description(String description) The resource's description.division(WritableDivision division) The division to which this entity belongs.booleangetId()getName()getState()inthashCode()holidaySchedules(List<DomainEntityRef> holidaySchedules) The schedules defining the hours an organization is closed for the holidays.The name of the entity.openSchedules(List<DomainEntityRef> openSchedules) The schedules defining the hours an organization is open.voidsetClosedSchedules(List<DomainEntityRef> closedSchedules) voidsetDescription(String description) voidsetDivision(WritableDivision division) voidsetHolidaySchedules(List<DomainEntityRef> holidaySchedules) voidvoidsetOpenSchedules(List<DomainEntityRef> openSchedules) voidsetTimeZone(String timeZone) voidsetVersion(Integer version) The timezone the schedules are a part of.toString()The current version of the resource.
-
Constructor Details
-
ScheduleGroup
public ScheduleGroup() -
ScheduleGroup
-
-
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
-
timeZone
The timezone the schedules are a part of. This is not a schedule property to allow a schedule to be used in multiple timezones. -
getTimeZone
-
setTimeZone
-
openSchedules
The schedules defining the hours an organization is open. -
getOpenSchedules
-
setOpenSchedules
-
closedSchedules
The schedules defining the hours an organization is closed. -
getClosedSchedules
-
setClosedSchedules
-
holidaySchedules
The schedules defining the hours an organization is closed for the holidays. -
getHolidaySchedules
-
setHolidaySchedules
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-