public abstract class Comments
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Comments.Builder |
| Constructor and Description |
|---|
Comments() |
| Modifier and Type | Method and Description |
|---|---|
static Comments.Builder |
builder() |
abstract java.util.List<Comment> |
data() |
public abstract java.util.List<Comment> data()
public static Comments.Builder builder()