Class PatchJourneyOutcomeRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchJourneyOutcomeRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(PatchOutcome body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetOutcomeId(String outcomeId) withBody(PatchOutcome body) withCustomHeader(String name, String value) withOutcomeId(String outcomeId)
-
Constructor Details
-
PatchJourneyOutcomeRequest
public PatchJourneyOutcomeRequest()
-
-
Method Details
-
getOutcomeId
-
setOutcomeId
-
withOutcomeId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-