public abstract class CreateReviewComment
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateReviewComment.Builder |
| Constructor and Description |
|---|
CreateReviewComment() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
body() |
static CreateReviewComment.Builder |
builder() |
abstract java.lang.String |
commitId() |
abstract java.lang.Integer |
inReplyTo() |
static <any> |
jsonAdapter(Moshi moshi) |
abstract java.lang.String |
path() |
abstract java.lang.Integer |
position() |
public abstract java.lang.String body()
public abstract java.lang.String commitId()
public abstract java.lang.String path()
public abstract java.lang.Integer position()
public abstract java.lang.Integer inReplyTo()
public static <any> jsonAdapter(Moshi moshi)
public static CreateReviewComment.Builder builder()