Uses of Class
com.mypurecloud.sdk.v2.model.AuditRealtimeQueryRequest
Packages that use AuditRealtimeQueryRequest
Package
Description
-
Uses of AuditRealtimeQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AuditRealtimeQueryRequestModifier and TypeMethodDescriptionAuditApi.postAuditsQueryRealtime(AuditRealtimeQueryRequest body, List<String> expand) This endpoint will only retrieve 14 days worth of audits for certain services.AuditApi.postAuditsQueryRealtimeWithHttpInfo(AuditRealtimeQueryRequest body, List<String> expand) This endpoint will only retrieve 14 days worth of audits for certain services.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AuditRealtimeQueryRequestModifier and TypeMethodDescriptionAuditApi.postAuditsQueryRealtime(ApiRequest<AuditRealtimeQueryRequest> request) This endpoint will only retrieve 14 days worth of audits for certain services.AuditApiAsync.postAuditsQueryRealtimeAsync(ApiRequest<AuditRealtimeQueryRequest> request, AsyncApiCallback<ApiResponse<AuditRealtimeQueryResultsResponse>> callback) This endpoint will only retrieve 14 days worth of audits for certain services. -
Uses of AuditRealtimeQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AuditRealtimeQueryRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AuditRealtimeQueryRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AuditRealtimeQueryRequestModifier and TypeMethodDescriptionPostAuditsQueryRealtimeRequest.builder(AuditRealtimeQueryRequest body) voidPostAuditsQueryRealtimeRequest.setBody(AuditRealtimeQueryRequest body) PostAuditsQueryRealtimeRequest.Builder.withBody(AuditRealtimeQueryRequest body) PostAuditsQueryRealtimeRequest.withBody(AuditRealtimeQueryRequest body) PostAuditsQueryRealtimeRequest.Builder.withRequiredParams(AuditRealtimeQueryRequest body) -
Uses of AuditRealtimeQueryRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AuditRealtimeQueryRequestModifier and TypeMethodDescriptionAuditRealtimeQueryRequest.filters(List<AuditQueryFilter> filters) Additional filters for the query.Date and time range of data to query.AuditRealtimeQueryRequest.pageNumber(Integer pageNumber) Page numberPage sizeAuditRealtimeQueryRequest.serviceName(String serviceName) Name of the service to query audits for.AuditRealtimeQueryRequest.sort(List<AuditQuerySort> sort) Sort parameter for the query.