EventChatterGroup wrapped object with camel case properties. Each properties maps to a field on the SObject that has _ for each capital letter. Ex. (groupName -> Group_Name__c)
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void | EventChatterGroup() |
| EventChatterGroup | getInstance() |
| EventChatterGroup | getInstance(EventApi__Event_Chatter_Groups__c eventChatterGroupsObj) |
| List<EventChatterGroup> | getInstance(List |
| List<EventChatterGroup> | getInstance(List |
| void | fromSObject(SObject eventChatterGroupsObj) |
| void | toSObject() |
Method Detail
This class supports the following methods:
global EventChatterGroup()
EventChatterGroup Constructor that should not be called directly.
global static EventChatterGroup getInstance()
Get base instance with no initial S0bject.
global static EventChatterGroup getInstance(EventApi__Event_Chatter_Groups__c eventChatterGroupsObj)
Get base instance with an initial SObject.
Parameters
| Name | Type | Description |
|---|---|---|
| eventChatterGroupsObj | EventApi__Event_Chatter_Groups__c | EventApi__Event_Chatter_Groups__c |
global static List<EventChatterGroup> getInstance(List<EventApi__Event_Chatter_Groups__c> eventChatterGroupsObjs)
Get base instance with list of initial SObjects.
Parameters
| Name | Type | Description |
|---|---|---|
| eventChatterGroupsObjs | List<EventApi__Event_Chatter_Groups__c> | List |
global static List<EventChatterGroup> getInstance(List<EventApi__Event_Chatter_Groups__c> eventChatterGroupsObjs,String className)
Get base instance with list of initial SObjects.
Parameters
| Name | Type | Description |
|---|---|---|
| eventChatterGroupsObjs | List<EventApi__Event_Chatter_Groups__c> | List |
| className | String | undefined |
global virtual override void fromSObject(SObject eventChatterGroupsObj)
Parameters
| Name | Type | Description |
|---|---|---|
| eventChatterGroupsObj | SObject | undefined |
global virtual override SObject toSObject()
Properties
| Name | Type | Description |
|---|---|---|
| id | Id | |
| event | Id | |
| collaborationGroupId | Id | |
| groupName | String |