Class PutQualitySurveysScorableRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutQualitySurveysScorableRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String customerSurveyUrl, ScorableSurvey body) getBody()voidsetBody(ScorableSurvey body) voidsetCustomerSurveyUrl(String customerSurveyUrl) voidsetCustomHeaders(Map<String, String> customHeaders) withBody(ScorableSurvey body) withCustomerSurveyUrl(String customerSurveyUrl) withCustomHeader(String name, String value)
-
Constructor Details
-
PutQualitySurveysScorableRequest
public PutQualitySurveysScorableRequest()
-
-
Method Details
-
getCustomerSurveyUrl
-
setCustomerSurveyUrl
-
withCustomerSurveyUrl
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutQualitySurveysScorableRequest.Builder builder(String customerSurveyUrl, ScorableSurvey body)
-