Class PatchWorkforcemanagementManagementunitTimeoffplanRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementManagementunitTimeoffplanRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body) getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetManagementUnitId(String managementUnitId) voidsetTimeOffPlanId(String timeOffPlanId) withCustomHeader(String name, String value) withManagementUnitId(String managementUnitId) withTimeOffPlanId(String timeOffPlanId)
-
Constructor Details
-
PatchWorkforcemanagementManagementunitTimeoffplanRequest
public PatchWorkforcemanagementManagementunitTimeoffplanRequest()
-
-
Method Details
-
getManagementUnitId
-
setManagementUnitId
-
withManagementUnitId
public PatchWorkforcemanagementManagementunitTimeoffplanRequest withManagementUnitId(String managementUnitId) -
getTimeOffPlanId
-
setTimeOffPlanId
-
withTimeOffPlanId
public PatchWorkforcemanagementManagementunitTimeoffplanRequest withTimeOffPlanId(String timeOffPlanId) -
getBody
-
setBody
-
withBody
public PatchWorkforcemanagementManagementunitTimeoffplanRequest withBody(UpdateTimeOffPlanRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementManagementunitTimeoffplanRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementManagementunitTimeoffplanRequest.Builder builder(String managementUnitId, String timeOffPlanId, UpdateTimeOffPlanRequest body)
-