Uses of Class
com.mypurecloud.sdk.v2.api.request.GetJourneyDeploymentCustomerPingRequest
Packages that use GetJourneyDeploymentCustomerPingRequest
-
Uses of GetJourneyDeploymentCustomerPingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetJourneyDeploymentCustomerPingRequestModifier and TypeMethodDescriptionJourneyApi.getJourneyDeploymentCustomerPing(GetJourneyDeploymentCustomerPingRequest request) Send a ping.JourneyApiAsync.getJourneyDeploymentCustomerPingAsync(GetJourneyDeploymentCustomerPingRequest request, AsyncApiCallback<DeploymentPing> callback) Send a ping. -
Uses of GetJourneyDeploymentCustomerPingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetJourneyDeploymentCustomerPingRequestModifier and TypeMethodDescriptionGetJourneyDeploymentCustomerPingRequest.Builder.build()GetJourneyDeploymentCustomerPingRequest.withAppNamespace(String appNamespace) GetJourneyDeploymentCustomerPingRequest.withCustomerCookieId(String customerCookieId) GetJourneyDeploymentCustomerPingRequest.withCustomHeader(String name, String value) GetJourneyDeploymentCustomerPingRequest.withDeploymentId(String deploymentId) GetJourneyDeploymentCustomerPingRequest.withSessionId(String sessionId) GetJourneyDeploymentCustomerPingRequest.withSinceLastBeaconMilliseconds(Long sinceLastBeaconMilliseconds)