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