Uses of Enum Class
com.mypurecloud.sdk.v2.model.CreateManagementUnitApiRequest.StartDayOfWeekEnum
Packages that use CreateManagementUnitApiRequest.StartDayOfWeekEnum
-
Uses of CreateManagementUnitApiRequest.StartDayOfWeekEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateManagementUnitApiRequest.StartDayOfWeekEnumModifier and TypeMethodDescriptionCreateManagementUnitApiRequest.StartDayOfWeekEnum.fromString(String key) CreateManagementUnitApiRequest.getStartDayOfWeek()Returns the enum constant of this class with the specified name.CreateManagementUnitApiRequest.StartDayOfWeekEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type CreateManagementUnitApiRequest.StartDayOfWeekEnumModifier and TypeMethodDescriptionvoidCreateManagementUnitApiRequest.setStartDayOfWeek(CreateManagementUnitApiRequest.StartDayOfWeekEnum startDayOfWeek) CreateManagementUnitApiRequest.startDayOfWeek(CreateManagementUnitApiRequest.StartDayOfWeekEnum startDayOfWeek) The configured first day of the week for scheduling and forecasting purposes.