Class GetWorkforcemanagementBusinessunitTimeoffplanRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitTimeoffplanRequest
-
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
-
GetWorkforcemanagementBusinessunitTimeoffplanRequest
public GetWorkforcemanagementBusinessunitTimeoffplanRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public GetWorkforcemanagementBusinessunitTimeoffplanRequest withBusinessUnitId(String businessUnitId) -
getTimeOffPlanId
-
setTimeOffPlanId
-
withTimeOffPlanId
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetWorkforcemanagementBusinessunitTimeoffplanRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetWorkforcemanagementBusinessunitTimeoffplanRequest.Builder builder(String businessUnitId, String timeOffPlanId)
-