Uses of Class
com.mypurecloud.sdk.v2.model.BuForecastStaffingRequirementsResult
Packages that use BuForecastStaffingRequirementsResult
-
Uses of BuForecastStaffingRequirementsResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuForecastStaffingRequirementsResultModifier and TypeMethodDescriptionBuForecastStaffingRequirementsResult.downloadUrl(String downloadUrl) The url to get the requirements results for this weekBuForecastStaffingRequirementsResult.downloadUrlExpirationDate(Date downloadUrlExpirationDate) The expiration date of the download url, as an ISO-8601 stringBuForecastStaffingRequirementsResult.planningGroupStaffingRequirements(List<StaffingRequirementsPlanningGroupData> planningGroupStaffingRequirements) Results will always come via downloadUrl, however the schema is included for documentationBuForecastStaffingRequirementsResult.weekNumber(Integer weekNumber) The week number represented by this responseMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type BuForecastStaffingRequirementsResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BuForecastStaffingRequirementsResultModifier and TypeMethodDescriptionBuForecastStaffingRequirementsResultResponse.results(List<BuForecastStaffingRequirementsResult> results) The forecast staffing requirement results, Will be populated when state == 'Complete'voidBuForecastStaffingRequirementsResultResponse.setResults(List<BuForecastStaffingRequirementsResult> results)