Class PostJourneyExternaleventsConfigurationEventsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostJourneyExternaleventsConfigurationEventsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidsetBody(ExternalEventsRequest body) voidsetConfigurationId(String configurationId) voidsetCustomHeaders(Map<String, String> customHeaders) withConfigurationId(String configurationId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostJourneyExternaleventsConfigurationEventsRequest
public PostJourneyExternaleventsConfigurationEventsRequest()
-
-
Method Details
-
getConfigurationId
-
setConfigurationId
-
withConfigurationId
public PostJourneyExternaleventsConfigurationEventsRequest withConfigurationId(String configurationId) -
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostJourneyExternaleventsConfigurationEventsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostJourneyExternaleventsConfigurationEventsRequest.Builder builder(String configurationId)
-