Final variables
You can use the Breezz API code to seamlessly integrate Breezz features into your project’s functionalities.
The forvendi.BreezzApi class contains numerous inner classes with useful methods. To utilize them, obtain instances of these inner classes by calling BreezzApi’s final variables.
API Class Modules
forvendi.BreezzApi.ASYNC— Queueable, Batch, Future, and Delayed background execution management.forvendi.BreezzApi.CALLOUT_MOCK— Single HTTP response mock generator for Apex unit testing.forvendi.BreezzApi.CALLOUT_MULTI_MOCK— Multi-endpoint HTTP route mock container for complex callout integration flows.forvendi.BreezzApi.COLLECTIONS— Collection formatting, grouping, set transformations, and list processing utilities.forvendi.BreezzApi.DATABASE— Database DML operations, DataStore caching, and Modification Context staging.forvendi.BreezzApi.DATES— Business day calculations, holiday evaluation, time zone handling, and date formatting.forvendi.BreezzApi.DESCRIBE— SObject describe cache, picklist values, field metadata inspection, and UUID helpers.forvendi.BreezzApi.FEATURE— Feature Toggles, runtime flag evaluation, environment checks (Sandbox vs. Prod), and permissions.forvendi.BreezzApi.LOGGER— Automated error capturing, warning logging, DML caching, and performance metrics.forvendi.BreezzApi.SCHEDULER— Programmatic scheduling, job dispatching, cron job management, and process execution.forvendi.BreezzApi.STEPS— Custom Step execution, Step Group invocation, and dynamicStepsAssemblerpipeline builders.forvendi.BreezzApi.TESTS— Unit testing framework initialization, mock managers, event delivery functions, and assertion tools.forvendi.BreezzApi.TRIGGERS— Core trigger context controls, event orchestration wrappers, and execution dispatchers.forvendi.BreezzApi.UTILS— String truncation, formatting helpers, and core framework utility functions.
💡 Tip: All sub-modules are globally accessible singletons initialized automatically by the framework. No explicit instantiations are required.