FolderIdCollection.withFolderIds constructor

FolderIdCollection.withFolderIds(
  1. Iterable<FolderId> folderIds
)
Initializes a new instance of the The folder ids to include.

Implementation

FolderIdCollection.withFolderIds(Iterable<FolderId> folderIds) {
  folderIds.forEach(this.InternalAdd);
}