Class PatchWorkforcemanagementBusinessunitOpportunityRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitOpportunityRequest
-
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 opportunityId, PatchOpportunityRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetOpportunityId(String opportunityId) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withOpportunityId(String opportunityId)
-
Constructor Details
-
PatchWorkforcemanagementBusinessunitOpportunityRequest
public PatchWorkforcemanagementBusinessunitOpportunityRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PatchWorkforcemanagementBusinessunitOpportunityRequest withBusinessUnitId(String businessUnitId) -
getOpportunityId
-
setOpportunityId
-
withOpportunityId
public PatchWorkforcemanagementBusinessunitOpportunityRequest withOpportunityId(String opportunityId) -
getBody
-
setBody
-
withBody
public PatchWorkforcemanagementBusinessunitOpportunityRequest withBody(PatchOpportunityRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementBusinessunitOpportunityRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementBusinessunitOpportunityRequest.Builder builder(String businessUnitId, String opportunityId, PatchOpportunityRequest body)
-