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