comma Separated Uids With Single Quotation Marks
fun <O : ObjectWithUidInterface> commaSeparatedUidsWithSingleQuotationMarks(objects: Collection<O>): String
Build a String with the single quoted uids separated by commas and spaces.
Return
A String with the concatenated uids.
Parameters
objects
Array with the objects with uid to concatenate.