Uses of Class
com.mypurecloud.sdk.v2.model.DateRangeWithOptionalEnd
Packages that use DateRangeWithOptionalEnd
-
Uses of DateRangeWithOptionalEnd in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DateRangeWithOptionalEndModifier and TypeMethodDescriptionDateRangeWithOptionalEnd.endBusinessUnitDate(LocalDate endBusinessUnitDate) The end date for work plan rotation or an agent, interpreted in the business unit's time zone.AddWorkPlanRotationAgentRequest.getDateRange()AddWorkPlanRotationRequest.getDateRange()UpdateWorkPlanRotationAgentRequest.getDateRange()UpdateWorkPlanRotationRequest.getDateRange()WorkPlanRotationAgentResponse.getDateRange()WorkPlanRotationResponse.getDateRange()DateRangeWithOptionalEnd.startBusinessUnitDate(LocalDate startBusinessUnitDate) The start date for work plan rotation or an agent, interpreted in the business unit's time zone.Methods in com.mypurecloud.sdk.v2.model with parameters of type DateRangeWithOptionalEndModifier and TypeMethodDescriptionAddWorkPlanRotationAgentRequest.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this agent is effective in the work plan rotationAddWorkPlanRotationRequest.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this work plan rotation appliesUpdateWorkPlanRotationAgentRequest.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this agent is effective in the work plan rotationUpdateWorkPlanRotationRequest.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this work plan rotation appliesWorkPlanRotationAgentResponse.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this agent is effective in the work plan rotationWorkPlanRotationResponse.dateRange(DateRangeWithOptionalEnd dateRange) The date range to which this work plan rotation appliesvoidAddWorkPlanRotationAgentRequest.setDateRange(DateRangeWithOptionalEnd dateRange) voidAddWorkPlanRotationRequest.setDateRange(DateRangeWithOptionalEnd dateRange) voidUpdateWorkPlanRotationAgentRequest.setDateRange(DateRangeWithOptionalEnd dateRange) voidUpdateWorkPlanRotationRequest.setDateRange(DateRangeWithOptionalEnd dateRange) voidWorkPlanRotationAgentResponse.setDateRange(DateRangeWithOptionalEnd dateRange) voidWorkPlanRotationResponse.setDateRange(DateRangeWithOptionalEnd dateRange)