Uses of Class
com.mypurecloud.sdk.v2.api.request.PostUsageEventsQueryRequest
Packages that use PostUsageEventsQueryRequest
-
Uses of PostUsageEventsQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostUsageEventsQueryRequestModifier and TypeMethodDescriptionOperationalEventsApi.postUsageEventsQuery(PostUsageEventsQueryRequest request) Query operational events in a timeframe.OperationalEventsApiAsync.postUsageEventsQueryAsync(PostUsageEventsQueryRequest request, AsyncApiCallback<EventQueryResponse> callback) Query operational events in a timeframe. -
Uses of PostUsageEventsQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostUsageEventsQueryRequestModifier and TypeMethodDescriptionPostUsageEventsQueryRequest.Builder.build()PostUsageEventsQueryRequest.withBefore(String before) PostUsageEventsQueryRequest.withBody(EventQueryRequest body) PostUsageEventsQueryRequest.withCustomHeader(String name, String value) PostUsageEventsQueryRequest.withPageSize(String pageSize)