Service class to execute CRUD operations on the Badge object.
Method Summary
Modifier and Type | Method and Description |
---|---|
BadgeService | getInstance() |
BadgeService | getInstance(String version) |
void | getApiResponse() |
List<Badge> | get(SearchRequest sr) |
Method Detail
This class supports the following methods:
global static BadgeService getInstance()
Get Instance of BadgeService.
global static BadgeService getInstance(String version)
Get Instance of BadgeVersionedService.
Parameters
Name | Type | Description |
---|---|---|
version | String | undefined |
global BadgeService ()
BadgeService Constructor that should not be called directly.
global static void getApiResponse()
global virtual List<Badge> get(SearchRequest sr)
Get list of Badge objects using the SearchRequest object as criteria
Parameters
Name | Type | Description |
---|---|---|
sr | SearchRequest | SearchRequest |