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