Class PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest
public class PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String businessUnitId, LocalDate weekId, String scheduleId, BuQueryAgentSchedulesRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetForceAsync(Boolean forceAsync) voidsetForceDownloadService(Boolean forceDownloadService) voidsetScheduleId(String scheduleId) voidwithBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withForceAsync(Boolean forceAsync) withForceDownloadService(Boolean forceDownloadService) withScheduleId(String scheduleId) withWeekId(LocalDate weekId)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest withBusinessUnitId(String businessUnitId) -
getWeekId
-
setWeekId
-
withWeekId
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest withWeekId(LocalDate weekId) -
getScheduleId
-
setScheduleId
-
withScheduleId
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest withScheduleId(String scheduleId) -
getBody
-
setBody
-
withBody
-
getForceAsync
-
setForceAsync
-
withForceAsync
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest withForceAsync(Boolean forceAsync) -
getForceDownloadService
-
setForceDownloadService
-
withForceDownloadService
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest withForceDownloadService(Boolean forceDownloadService) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest.Builder builder() -
builder
public static PostWorkforcemanagementBusinessunitWeekScheduleAgentschedulesQueryRequest.Builder builder(String businessUnitId, LocalDate weekId, String scheduleId, BuQueryAgentSchedulesRequest body)
-