-
Notifications
You must be signed in to change notification settings - Fork 13
StubUtilities
codefriar edited this page Oct 5, 2023
·
2 revisions
APIVERSION: 58
STATUS: ACTIVE
a static incrementing counter tied to transaction a new comment
Used when you want a MockedMethod to return a set of IDs of a given sObject Type
Param | Description |
---|---|
sObjectTypeString |
Name of type: ie: Account
|
size |
Number of valid Ids to return |
Type | Description |
---|---|
List | List<Id> |