Uses of Class
com.mypurecloud.sdk.v2.model.ApiUsageOrganizationQuery
Packages that use ApiUsageOrganizationQuery
Package
Description
-
Uses of ApiUsageOrganizationQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ApiUsageOrganizationQueryModifier and TypeMethodDescriptionUsageApi.postUsageQuery(ApiUsageOrganizationQuery body) Query organization API Usage - After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApi.postUsageQueryWithHttpInfo(ApiUsageOrganizationQuery body) Query organization API Usage - After calling this method, you will then need to poll for the query results based on the returned execution IdMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ApiUsageOrganizationQueryModifier and TypeMethodDescriptionUsageApi.postUsageQuery(ApiRequest<ApiUsageOrganizationQuery> request) Query organization API Usage - After calling this method, you will then need to poll for the query results based on the returned execution IdUsageApiAsync.postUsageQueryAsync(ApiRequest<ApiUsageOrganizationQuery> request, AsyncApiCallback<ApiResponse<UsageExecutionResult>> callback) Query organization API Usage - After calling this method, you will then need to poll for the query results based on the returned execution Id -
Uses of ApiUsageOrganizationQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ApiUsageOrganizationQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ApiUsageOrganizationQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ApiUsageOrganizationQueryModifier and TypeMethodDescriptionPostUsageQueryRequest.builder(ApiUsageOrganizationQuery body) voidPostUsageQueryRequest.setBody(ApiUsageOrganizationQuery body) PostUsageQueryRequest.Builder.withBody(ApiUsageOrganizationQuery body) PostUsageQueryRequest.withBody(ApiUsageOrganizationQuery body) PostUsageQueryRequest.Builder.withRequiredParams(ApiUsageOrganizationQuery body) -
Uses of ApiUsageOrganizationQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApiUsageOrganizationQueryModifier and TypeMethodDescriptionApiUsageOrganizationQuery.granularity(ApiUsageOrganizationQuery.GranularityEnum granularity) Date granularity of the resultsApiUsageOrganizationQuery.groupBy(List<ApiUsageOrganizationQuery.GroupByEnum> groupBy) Behaves like a SQL GROUPBY.Behaves like one clause in a SQL WHERE.ApiUsageOrganizationQuery.metrics(List<ApiUsageOrganizationQuery.MetricsEnum> metrics) Behaves like a SQL SELECT clause.