Package com.mypurecloud.sdk.v2.model
Class CreateManagementUnitApiRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateManagementUnitApiRequest
- All Implemented Interfaces:
Serializable
CreateManagementUnitApiRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe configured first day of the week for scheduling and forecasting purposes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbusinessUnitId(String businessUnitId) The id of the business unit to which this management unit belongsdivisionId(String divisionId) The id of the division to which this management unit belongs.booleangetName()inthashCode()The name of the management unitvoidsetBusinessUnitId(String businessUnitId) voidsetDivisionId(String divisionId) voidvoidvoidsetStartDayOfWeek(CreateManagementUnitApiRequest.StartDayOfWeekEnum startDayOfWeek) voidsetTimeZone(String timeZone) settings(CreateManagementUnitSettingsRequest settings) The configuration for the management unit.startDayOfWeek(CreateManagementUnitApiRequest.StartDayOfWeekEnum startDayOfWeek) The configured first day of the week for scheduling and forecasting purposes.The default time zone to use for this management unit.toString()
-
Constructor Details
-
CreateManagementUnitApiRequest
public CreateManagementUnitApiRequest() -
CreateManagementUnitApiRequest
-
-
Method Details
-
name
The name of the management unit -
getName
-
setName
-
timeZone
The default time zone to use for this management unit. Moving to Business Unit -
getTimeZone
-
setTimeZone
-
startDayOfWeek
public CreateManagementUnitApiRequest startDayOfWeek(CreateManagementUnitApiRequest.StartDayOfWeekEnum startDayOfWeek) The configured first day of the week for scheduling and forecasting purposes. Moving to Business Unit -
getStartDayOfWeek
-
setStartDayOfWeek
-
settings
The configuration for the management unit. If omitted, reasonable defaults will be assigned -
getSettings
-
setSettings
-
divisionId
The id of the division to which this management unit belongs. Defaults to home division ID -
getDivisionId
-
setDivisionId
-
businessUnitId
The id of the business unit to which this management unit belongs -
getBusinessUnitId
-
setBusinessUnitId
-
equals
-
hashCode
public int hashCode() -
toString
-