ConnectApi.BatchInput(Object input)
ConnectApi.BatchInput(Object input, ConnectApi.BinaryInput binary)
ConnectApi.BatchInput(Object input, List<ConnectApi.BinaryInput> binaries)
The constructors takes these parameters:
Argument | Type | Description | Available Version |
---|---|---|---|
input | Object | An individual input object to be used in the batch operation. For example, for postFeedElementBatch(), this should be ConnectApi.FeedElementInput. | 32.0 |
binary | ConnectApi.BinaryInput | A binary file to associate with the input object. | 32.0 |
binaries | List<ConnectApi.BinaryInput> | A list of binary files to associate with the input object. | 32.0 |