| Package | Description |
|---|---|
| engineer.nightowl.groupsio.api.domain | |
| engineer.nightowl.groupsio.api.resource |
| Modifier and Type | Method and Description |
|---|---|
Topic |
Topic.withHashtags(List<Hashtag> hashtags) |
Topic |
Topic.withId(Integer id) |
Topic |
Topic.withIsClosed(Boolean isClosed) |
Topic |
Topic.withIsModerated(Boolean isModerated) |
Topic |
Topic.withIsSticky(Boolean isSticky) |
Topic |
Topic.withMostRecentMessage(String mostRecentMessage) |
Topic |
Topic.withNumMsgs(Integer numMsgs) |
Topic |
Topic.withPoster(Poster poster) |
Topic |
Topic.withSnippet(String snippet) |
Topic |
Topic.withSubject(String subject) |
| Modifier and Type | Method and Description |
|---|---|
List<Topic> |
ArchiveResource.getTopics(Integer groupId)
Gets a list of
Topics from the specified group. |
Copyright © 2017–2019. All rights reserved.