Class PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String businessUnitId, CreateServiceGoalTemplate body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest
public PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest withBusinessUnitId(String businessUnitId) -
getBody
-
setBody
-
withBody
public PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest withBody(CreateServiceGoalTemplate body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementBusinessunitServicegoaltemplatesRequest.Builder builder(String businessUnitId, CreateServiceGoalTemplate body)
-