Class GetWorkforcemanagementBusinessunitServicegoaltemplateRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitServicegoaltemplateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetServiceGoalTemplateId(String serviceGoalTemplateId) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withExpand(List<String> expand) withServiceGoalTemplateId(String serviceGoalTemplateId)
-
Constructor Details
-
GetWorkforcemanagementBusinessunitServicegoaltemplateRequest
public GetWorkforcemanagementBusinessunitServicegoaltemplateRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public GetWorkforcemanagementBusinessunitServicegoaltemplateRequest withBusinessUnitId(String businessUnitId) -
getServiceGoalTemplateId
-
setServiceGoalTemplateId
-
withServiceGoalTemplateId
public GetWorkforcemanagementBusinessunitServicegoaltemplateRequest withServiceGoalTemplateId(String serviceGoalTemplateId) -
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetWorkforcemanagementBusinessunitServicegoaltemplateRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetWorkforcemanagementBusinessunitServicegoaltemplateRequest.Builder builder(String businessUnitId, String serviceGoalTemplateId)
-