Class PatchWorkforcemanagementBusinessunitWorkplanbidRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitWorkplanbidRequest
-
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 bidId, UpdateWorkPlanBid body) getBidId()getBody()voidvoidsetBody(UpdateWorkPlanBid body) voidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(UpdateWorkPlanBid body) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value)
-
Constructor Details
-
PatchWorkforcemanagementBusinessunitWorkplanbidRequest
public PatchWorkforcemanagementBusinessunitWorkplanbidRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PatchWorkforcemanagementBusinessunitWorkplanbidRequest withBusinessUnitId(String businessUnitId) -
getBidId
-
setBidId
-
withBidId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementBusinessunitWorkplanbidRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementBusinessunitWorkplanbidRequest.Builder builder(String businessUnitId, String bidId, UpdateWorkPlanBid body)
-