Package | Description |
---|---|
org.apache.camel.component.salesforce.api | |
org.apache.camel.component.salesforce.api.dto |
Modifier and Type | Field and Description |
---|---|
static com.fasterxml.jackson.core.type.TypeReference<Map<Limits.Operation,Limits.Usage>> |
TypeReferences.USAGES_TYPE |
Modifier and Type | Field and Description |
---|---|
static Limits.Usage |
Limits.Usage.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
Limits.Usage |
Limits.forOperation(Limits.Operation operation) |
Limits.Usage |
Limits.getConcurrentAsyncGetReportInstances()
Concurrent REST API requests for results of asynchronous report runs
|
Limits.Usage |
Limits.getConcurrentSyncReportRuns()
Concurrent synchronous report runs via REST API
|
Limits.Usage |
Limits.getDailyApiRequests()
Daily API calls
|
Limits.Usage |
Limits.getDailyAsyncApexExecutions()
Daily Batch Apex and future method executions
|
Limits.Usage |
Limits.getDailyBulkApiRequests()
Daily Bulk API calls
|
Limits.Usage |
Limits.getDailyDurableGenericStreamingApiEvents()
Daily durable generic streaming events (if generic streaming is enabled for your organization)
|
Limits.Usage |
Limits.getDailyDurableStreamingApiEvents()
Daily durable streaming events (if generic streaming is enabled for your organization)
|
Limits.Usage |
Limits.getDailyGenericStreamingApiEvents()
Daily generic streaming events (if generic streaming is enabled for your organization)
|
Limits.Usage |
Limits.getDailyStreamingApiEvents()
Daily Streaming API events
|
Limits.Usage |
Limits.getDailyWorkflowEmails()
Daily workflow emails
|
Limits.Usage |
Limits.getDataStorageMB()
Data storage (MB)
|
Limits.Usage |
Limits.getDurableStreamingApiConcurrentClients()
Streaming API concurrent clients
|
Limits.Usage |
Limits.getFileStorageMB()
File storage (MB)
|
Limits.Usage |
Limits.getHourlyAsyncReportRuns()
Hourly asynchronous report runs via REST API
|
Limits.Usage |
Limits.getHourlyDashboardRefreshes()
Hourly dashboard refreshes via REST API
|
Limits.Usage |
Limits.getHourlyDashboardResults()
Hourly REST API requests for dashboard results
|
Limits.Usage |
Limits.getHourlyDashboardStatuses()
Hourly dashboard status requests via REST API
|
Limits.Usage |
Limits.getHourlyODataCallout()
Hourly OData callouts
|
Limits.Usage |
Limits.getHourlySyncReportRuns()
Hourly synchronous report runs via REST API
|
Limits.Usage |
Limits.getHourlyTimeBasedWorkflow()
Hourly workflow time triggers
|
Limits.Usage |
Limits.getMassEmail()
Daily number of mass emails that are sent to external email addresses by using Apex or Force.com APIs
|
Limits.Usage |
Limits.getSingleEmail()
Daily number of single emails that are sent to external email addresses by using Apex or Force.com APIs
|
Limits.Usage |
Limits.getStreamingApiConcurrentClients()
Durable streaming API concurrent clients
|
Modifier and Type | Method and Description |
---|---|
Optional<Limits.Usage> |
Limits.Usage.forApplication(String application)
Returns
Limits.Usage for application |
Map<String,Limits.Usage> |
Limits.Usage.getPerApplicationUsage()
Returns usages per application
|
Constructor and Description |
---|
Limits(Map<Limits.Operation,Limits.Usage> usages) |
Apache Camel