Package com.mypurecloud.sdk.v2.model
Class ScheduleReferenceWithBusinessUnit
java.lang.Object
com.mypurecloud.sdk.v2.model.ScheduleReferenceWithBusinessUnit
- All Implemented Interfaces:
Serializable
ScheduleReferenceWithBusinessUnit
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessUnit(BusinessUnitReference businessUnit) The reference of the associated business unitbooleangetId()inthashCode()The globally unique identifier for the object.voidsetBusinessUnit(BusinessUnitReference businessUnit) voidvoidsetWeekDate(LocalDate weekDate) toString()The start date for this schedule in the business unit time zone (yyyy-MM-dd format).
-
Constructor Details
-
ScheduleReferenceWithBusinessUnit
public ScheduleReferenceWithBusinessUnit() -
ScheduleReferenceWithBusinessUnit
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
weekDate
The start date for this schedule in the business unit time zone (yyyy-MM-dd format). Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
businessUnit
The reference of the associated business unit -
getBusinessUnit
-
setBusinessUnit
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-