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