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