Uses of Class
com.mypurecloud.sdk.v2.api.request.PostJourneyDeploymentAppeventsRequest
Packages that use PostJourneyDeploymentAppeventsRequest
-
Uses of PostJourneyDeploymentAppeventsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostJourneyDeploymentAppeventsRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentAppevents(PostJourneyDeploymentAppeventsRequest request) Send a journey app event, used for tracking customer activity on an application.JourneyApiAsync.postJourneyDeploymentAppeventsAsync(PostJourneyDeploymentAppeventsRequest request, AsyncApiCallback<AppEventResponse> callback) Send a journey app event, used for tracking customer activity on an application. -
Uses of PostJourneyDeploymentAppeventsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostJourneyDeploymentAppeventsRequestModifier and TypeMethodDescriptionPostJourneyDeploymentAppeventsRequest.Builder.build()PostJourneyDeploymentAppeventsRequest.withBody(AppEventRequest body) PostJourneyDeploymentAppeventsRequest.withCustomHeader(String name, String value) PostJourneyDeploymentAppeventsRequest.withDeploymentId(String deploymentId)