Uses of Class
com.mypurecloud.sdk.v2.model.AuditRealtimeRelatedRequest
Packages that use AuditRealtimeRelatedRequest
Package
Description
-
Uses of AuditRealtimeRelatedRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AuditRealtimeRelatedRequestModifier and TypeMethodDescriptionAuditApi.postAuditsQueryRealtimeRelated(AuditRealtimeRelatedRequest body, List<String> expand) Often a single action results in multiple audits.AuditApi.postAuditsQueryRealtimeRelatedWithHttpInfo(AuditRealtimeRelatedRequest body, List<String> expand) Often a single action results in multiple audits.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AuditRealtimeRelatedRequestModifier and TypeMethodDescriptionAuditApi.postAuditsQueryRealtimeRelated(ApiRequest<AuditRealtimeRelatedRequest> request) Often a single action results in multiple audits.AuditApiAsync.postAuditsQueryRealtimeRelatedAsync(ApiRequest<AuditRealtimeRelatedRequest> request, AsyncApiCallback<ApiResponse<AuditRealtimeRelatedResultsResponse>> callback) Often a single action results in multiple audits. -
Uses of AuditRealtimeRelatedRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AuditRealtimeRelatedRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AuditRealtimeRelatedRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AuditRealtimeRelatedRequestModifier and TypeMethodDescriptionPostAuditsQueryRealtimeRelatedRequest.builder(AuditRealtimeRelatedRequest body) voidPostAuditsQueryRealtimeRelatedRequest.setBody(AuditRealtimeRelatedRequest body) PostAuditsQueryRealtimeRelatedRequest.Builder.withBody(AuditRealtimeRelatedRequest body) PostAuditsQueryRealtimeRelatedRequest.withBody(AuditRealtimeRelatedRequest body) PostAuditsQueryRealtimeRelatedRequest.Builder.withRequiredParams(AuditRealtimeRelatedRequest body) -
Uses of AuditRealtimeRelatedRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AuditRealtimeRelatedRequestModifier and TypeMethodDescriptionThe id of the audit of which related audits will be retrieved.AuditRealtimeRelatedRequest.sort(List<AuditQuerySort> sort) Sort parameter for the query.AuditRealtimeRelatedRequest.trustorOrgId(String trustorOrgId) The id of the trustor org to which the audit belongs.