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