| Package | Description |
|---|---|
| engineer.nightowl.groupsio.api.domain |
| Modifier and Type | Method and Description |
|---|---|
Hashtag |
Hashtag.withColor(String color) |
Hashtag |
Hashtag.withId(Integer id) |
Hashtag |
Hashtag.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Hashtag> |
Topic.getHashtags() |
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.setHashtags(List<Hashtag> hashtags) |
Topic |
Topic.withHashtags(List<Hashtag> hashtags) |
| Constructor and Description |
|---|
Topic(Integer id,
String subject,
String snippet,
Poster poster,
Integer numMsgs,
String mostRecentMessage,
Boolean isSticky,
Boolean isModerated,
Boolean isClosed,
List<Hashtag> hashtags) |
Copyright © 2017–2018. All rights reserved.