Class PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest
-
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, ProcessScheduleUpdateUploadRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetScheduleId(String scheduleId) voidwithBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withScheduleId(String scheduleId) withWeekId(LocalDate weekId)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest
public PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest withBusinessUnitId(String businessUnitId) -
getWeekId
-
setWeekId
-
withWeekId
-
getScheduleId
-
setScheduleId
-
withScheduleId
public PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest withScheduleId(String scheduleId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementBusinessunitWeekScheduleUpdateRequest.Builder builder(String businessUnitId, LocalDate weekId, String scheduleId, ProcessScheduleUpdateUploadRequest body)
-