Uses of Class
org.apache.camel.component.salesforce.api.dto.Limits.Usage
Packages that use Limits.Usage
Package
Description
-
Uses of Limits.Usage in org.apache.camel.component.salesforce.api
Fields in org.apache.camel.component.salesforce.api with type parameters of type Limits.UsageModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<Map<String, Limits.Usage>> TypeReferences.USAGES_TYPE -
Uses of Limits.Usage in org.apache.camel.component.salesforce.api.dto
Fields in org.apache.camel.component.salesforce.api.dto declared as Limits.UsageMethods in org.apache.camel.component.salesforce.api.dto that return Limits.UsageModifier and TypeMethodDescriptionLimits.forOperation(String name) Limits.forOperation(Limits.Operation operation) Limits.getConcurrentAsyncGetReportInstances()Concurrent REST API requests for results of asynchronous report runsLimits.getConcurrentSyncReportRuns()Concurrent synchronous report runs via REST APILimits.getDailyApiRequests()Daily API callsLimits.getDailyAsyncApexExecutions()Daily Batch Apex and future method executionsLimits.getDailyBulkApiRequests()Daily Bulk API callsDaily durable generic streaming events (if generic streaming is enabled for your organization)Limits.getDailyDurableStreamingApiEvents()Daily durable streaming events (if generic streaming is enabled for your organization)Limits.getDailyGenericStreamingApiEvents()Daily generic streaming events (if generic streaming is enabled for your organization)Limits.getDailyStreamingApiEvents()Daily Streaming API eventsLimits.getDailyWorkflowEmails()Daily workflow emailsLimits.getDataStorageMB()Data storage (MB)Streaming API concurrent clientsLimits.getFileStorageMB()File storage (MB)Limits.getHourlyAsyncReportRuns()Hourly asynchronous report runs via REST APILimits.getHourlyDashboardRefreshes()Hourly dashboard refreshes via REST APILimits.getHourlyDashboardResults()Hourly REST API requests for dashboard resultsLimits.getHourlyDashboardStatuses()Hourly dashboard status requests via REST APILimits.getHourlyODataCallout()Hourly OData calloutsLimits.getHourlySyncReportRuns()Hourly synchronous report runs via REST APILimits.getHourlyTimeBasedWorkflow()Hourly workflow time triggersLimits.getMassEmail()Daily number of mass emails that are sent to external email addresses by using Apex or Force.com APIsLimits.getPermissionSets()Usage of permission sets.Limits.getSingleEmail()Daily number of single emails that are sent to external email addresses by using Apex or Force.com APIsLimits.getStreamingApiConcurrentClients()Durable streaming API concurrent clientsMethods in org.apache.camel.component.salesforce.api.dto that return types with arguments of type Limits.UsageModifier and TypeMethodDescriptionLimits.Usage.forApplication(String application) ReturnsLimits.Usagefor applicationLimits.Usage.getPerApplicationUsage()Returns usages per applicationConstructor parameters in org.apache.camel.component.salesforce.api.dto with type arguments of type Limits.Usage