Class PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest
-
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 serviceGoalTemplateId, UpdateServiceGoalTemplate body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetServiceGoalTemplateId(String serviceGoalTemplateId) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withServiceGoalTemplateId(String serviceGoalTemplateId)
-
Constructor Details
-
PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest
public PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest withBusinessUnitId(String businessUnitId) -
getServiceGoalTemplateId
-
setServiceGoalTemplateId
-
withServiceGoalTemplateId
public PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest withServiceGoalTemplateId(String serviceGoalTemplateId) -
getBody
-
setBody
-
withBody
public PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest withBody(UpdateServiceGoalTemplate body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchWorkforcemanagementBusinessunitServicegoaltemplateRequest.Builder builder(String businessUnitId, String serviceGoalTemplateId, UpdateServiceGoalTemplate body)
-