setTags method

Offer setTags(
  1. List<String> tags
)

Sets the tags

Implementation

Offer setTags(List<String> tags) {
  _tags = tags;
  return this;
}