Uses of Class
com.mypurecloud.sdk.v2.model.BuScheduleMetadata
Packages that use BuScheduleMetadata
-
Uses of BuScheduleMetadata in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuScheduleMetadataModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedule(GetWorkforcemanagementBusinessunitWeekScheduleRequest request) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedule(String businessUnitId, LocalDate weekId, String scheduleId, String expand) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedules(PostWorkforcemanagementBusinessunitWeekSchedulesRequest request) Create a blank scheduleWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedules(String businessUnitId, LocalDate weekId, BuCreateBlankScheduleRequest body) Create a blank scheduleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuScheduleMetadataModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedule(ApiRequest<Void> request) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleAsync(GetWorkforcemanagementBusinessunitWeekScheduleRequest request, AsyncApiCallback<BuScheduleMetadata> callback) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuScheduleMetadata>> callback) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleWithHttpInfo(String businessUnitId, LocalDate weekId, String scheduleId, String expand) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedules(ApiRequest<BuCreateBlankScheduleRequest> request) Create a blank scheduleWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesAsync(PostWorkforcemanagementBusinessunitWeekSchedulesRequest request, AsyncApiCallback<BuScheduleMetadata> callback) Create a blank scheduleWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesAsync(ApiRequest<BuCreateBlankScheduleRequest> request, AsyncApiCallback<ApiResponse<BuScheduleMetadata>> callback) Create a blank scheduleWorkforceManagementApi.postWorkforcemanagementBusinessunitWeekSchedulesWithHttpInfo(String businessUnitId, LocalDate weekId, BuCreateBlankScheduleRequest body) Create a blank scheduleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuScheduleMetadataModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleAsync(GetWorkforcemanagementBusinessunitWeekScheduleRequest request, AsyncApiCallback<BuScheduleMetadata> callback) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuScheduleMetadata>> callback) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesAsync(PostWorkforcemanagementBusinessunitWeekSchedulesRequest request, AsyncApiCallback<BuScheduleMetadata> callback) Create a blank scheduleWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitWeekSchedulesAsync(ApiRequest<BuCreateBlankScheduleRequest> request, AsyncApiCallback<ApiResponse<BuScheduleMetadata>> callback) Create a blank schedule -
Uses of BuScheduleMetadata in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuScheduleMetadataModifier and TypeMethodDescriptionBuScheduleMetadata.description(String description) The description of this scheduleBuScheduleMetadata.generationResults(ScheduleGenerationResultSummary generationResults) Generation result summary for this schedule, if applicableBuAsyncScheduleResponse.getResult()ScheduleUploadProcessingResponse.getResult()The ID of the scheduleBuScheduleMetadata.managementUnits(List<BuManagementUnitScheduleSummary> managementUnits) High level per-management unit schedule metadataBuScheduleMetadata.metadata(WfmVersionedEntityMetadata metadata) Version metadata for this scheduleWhether this schedule is publishedBuScheduleMetadata.shortTermForecast(BuShortTermForecastReference shortTermForecast) The forecast used for this schedule, if applicableThe number of weeks spanned by this scheduleThe start week date for this schedule.Methods in com.mypurecloud.sdk.v2.model with parameters of type BuScheduleMetadataModifier and TypeMethodDescriptionBuAsyncScheduleResponse.result(BuScheduleMetadata result) The result of the operation.ScheduleUploadProcessingResponse.result(BuScheduleMetadata result) The result of the operation.voidBuAsyncScheduleResponse.setResult(BuScheduleMetadata result) voidScheduleUploadProcessingResponse.setResult(BuScheduleMetadata result)