HelloWorld Class
APIVERSION: 66STATUS: ACTIVE
A simple demonstration class used to validate the CI/CD pipeline.
Author Zakariya Rguibi
Methods
greet()
Returns a greeting message.
Signature
apex
public static String greet()Return Type
String
A ,[object Object], string.
greetByName(name)
Returns a personalised greeting for the given name.
Signature
apex
public static String greetByName(String name)Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The name of the person to greet. |
Return Type
String
A greeting string in the form ,[object Object],.