Class PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String businessUnitId, BuSchedulerSettingsRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value)
-
Constructor Details
-
PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest
public PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest withBusinessUnitId(String businessUnitId) -
getBody
-
setBody
-
withBody
public PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest withBody(BuSchedulerSettingsRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementBusinessunitSchedulerSettingsRequest.Builder builder(String businessUnitId, BuSchedulerSettingsRequest body)
-