Uses of Class
com.mypurecloud.sdk.v2.model.ClientPublicApiUsage
Packages that use ClientPublicApiUsage
-
Uses of ClientPublicApiUsage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientPublicApiUsageModifier and TypeMethodDescriptionThe date of the usage.ClientPublicApiUsage.httpMethod(ClientPublicApiUsage.HttpMethodEnum httpMethod) The http method of the request(s)ClientPublicApiUsage.organizationId(String organizationId) The organizationId that made the request.The platform the request(s) is/were made on.ClientPublicApiUsage.requestCount(Long requestCount) The total number of requests.The number of requests resulting in a 2xx HTTP status code.The number of requests resulting in a 3xx HTTP status code.The number of requests resulting in a 4xx HTTP status code.The number of requests resulting in a 429 HTTP status code.The number of requests resulting in a 5xx HTTP status code.ClientPublicApiUsage.templateUri(String templateUri) The templateUri of the request(s).Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ClientPublicApiUsageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ClientPublicApiUsageModifier and TypeMethodDescriptionClientPublicApiUsageResultsResponse.entities(List<ClientPublicApiUsage> entities) The results of the query.voidClientPublicApiUsageResultsResponse.setEntities(List<ClientPublicApiUsage> entities)