Uses of Class
com.mypurecloud.sdk.v2.model.EventListing
Packages that use EventListing
-
Uses of EventListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EventListingModifier and TypeMethodDescriptionJourneyApi.getJourneySessionEvents(GetJourneySessionEventsRequest request) Retrieve all events for a given session.JourneyApi.getJourneySessionEvents(String sessionId, String pageSize, String after, String eventType) Retrieve all events for a given session.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EventListingModifier and TypeMethodDescriptionJourneyApi.getJourneySessionEvents(ApiRequest<Void> request) Retrieve all events for a given session.JourneyApiAsync.getJourneySessionEventsAsync(GetJourneySessionEventsRequest request, AsyncApiCallback<EventListing> callback) Retrieve all events for a given session.JourneyApiAsync.getJourneySessionEventsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EventListing>> callback) Retrieve all events for a given session.JourneyApi.getJourneySessionEventsWithHttpInfo(String sessionId, String pageSize, String after, String eventType) Retrieve all events for a given session.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EventListingModifier and TypeMethodDescriptionJourneyApiAsync.getJourneySessionEventsAsync(GetJourneySessionEventsRequest request, AsyncApiCallback<EventListing> callback) Retrieve all events for a given session.JourneyApiAsync.getJourneySessionEventsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EventListing>> callback) Retrieve all events for a given session. -
Uses of EventListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventListing