Uses of Class
com.mypurecloud.sdk.v2.model.ApiUsageRow
Packages that use ApiUsageRow
-
Uses of ApiUsageRow in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApiUsageRowModifier and TypeMethodDescriptionClient Id associated with this query resultApiUsageRow.clientName(String clientName) Client Name associated with this query resultDate of requests, based on granularity.ApiUsageRow.httpMethod(String httpMethod) HTTP Method associated with this query resultApiUsageRow.organizationId(String organizationId) Organization Id associated with this query resultTotal number of requestsNumber of requests resulting in a 2xx HTTP status codeNumber of requests resulting in a 3xx HTTP status codeNumber of requests resulting in a 4xx HTTP status codeNumber of requests resulting in a 429 HTTP status code, this is a subset of the count returned with status400Number of requests resulting in a 5xx HTTP status codeApiUsageRow.templateUri(String templateUri) Template Uri associated with this query resultUser Id associated with this query resultMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ApiUsageRowMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ApiUsageRowModifier and TypeMethodDescriptionApiUsageQueryResult.results(List<ApiUsageRow> results) Query resultsvoidApiUsageQueryResult.setResults(List<ApiUsageRow> results)