Uses of Class
com.mypurecloud.sdk.v2.model.EventQueryRequest
Packages that use EventQueryRequest
Package
Description
-
Uses of EventQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type EventQueryRequestModifier and TypeMethodDescriptionOperationalEventsApi.postUsageEventsQuery(String before, String after, String pageSize, EventQueryRequest body) Query operational events in a timeframe.OperationalEventsApi.postUsageEventsQueryWithHttpInfo(String before, String after, String pageSize, EventQueryRequest body) Query operational events in a timeframe.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EventQueryRequestModifier and TypeMethodDescriptionOperationalEventsApi.postUsageEventsQuery(ApiRequest<EventQueryRequest> request) Query operational events in a timeframe.OperationalEventsApiAsync.postUsageEventsQueryAsync(ApiRequest<EventQueryRequest> request, AsyncApiCallback<ApiResponse<EventQueryResponse>> callback) Query operational events in a timeframe. -
Uses of EventQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return EventQueryRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type EventQueryRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type EventQueryRequestModifier and TypeMethodDescriptionvoidPostUsageEventsQueryRequest.setBody(EventQueryRequest body) PostUsageEventsQueryRequest.Builder.withBody(EventQueryRequest body) PostUsageEventsQueryRequest.withBody(EventQueryRequest body) -
Uses of EventQueryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventQueryRequestModifier and TypeMethodDescriptionEventQueryRequest.eventDefinitionIds(List<String> eventDefinitionIds) Filter events by a list of event definition idsDate and time range to query.EventQueryRequest.searchTerm(String searchTerm) Only return events that contain the search termEventQueryRequest.sortOrder(EventQueryRequest.SortOrderEnum sortOrder) Order of results.