Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationPublicApiUsage
Packages that use OrganizationPublicApiUsage
-
Uses of OrganizationPublicApiUsage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPublicApiUsageModifier and TypeMethodDescriptionThe date of the usage.OrganizationPublicApiUsage.httpMethod(OrganizationPublicApiUsage.HttpMethodEnum httpMethod) The http method of the request(s)OrganizationPublicApiUsage.oauthClient(DomainEntityRef oauthClient) The id of the oauthClient that made the request(s).The platform the request(s) is/were made on.OrganizationPublicApiUsage.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.OrganizationPublicApiUsage.templateUri(String templateUri) The templateUri of the request(s).OrganizationPublicApiUsage.user(UserReference user) The id of the user who made the request(s).Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OrganizationPublicApiUsageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OrganizationPublicApiUsageModifier and TypeMethodDescriptionOrganizationPublicApiUsageResultsResponse.entities(List<OrganizationPublicApiUsage> entities) The results of the query.voidOrganizationPublicApiUsageResultsResponse.setEntities(List<OrganizationPublicApiUsage> entities)