sid method

LCSearchQuery<T> sid(
  1. String sid
)

Implementation

LCSearchQuery<T> sid(String sid) {
  _sid = sid;
  return this;
}