SK SKYVVA Documentation

77. How to use apex class ?

Apex Class In Apex, user can define top-level classes (also called outer classes) as well as inner classes, that is, a class defined within another class. You can only have inner classes one level deep. public class myOuterClass { // Additional myOuterClass code here class myInnerClass { // myInnerClass code here } } follow the given steps to use apex class: Step 1: Create Integration

Step 2: Create interface

-  Save

Step 3: Create this class is used for Apex Custom class on Interface and Click on wrench icon and click on Setup.

done
Open this article in the interactive viewer →