Generate Iterator
apex opus iterator <FILENAME> --item-class= <ITEM_CLASS>
|
|
Generate a new iterator class.
|
Parameters
Parameter | Description |
---|---|
filename | File location of the new iterator class, relative to the /src/ directory. |
Flags
Flag | Description |
---|---|
--item-class | The filepath to the item class. |
Examples
- ./apex opus iterator MyShop/ProductIterator --item-class Demo/Models/Product