public interface TopicList
| Modifier and Type | Method and Description |
|---|---|
static TopicListBuilder |
builder() |
Optional<String> |
nextPageToken() |
static TopicList |
of(Iterable<Topic> topics) |
static TopicList |
of(Topic... topics) |
List<Topic> |
topics() |
Copyright © 2018. All rights reserved.