public abstract class CreateGitTag
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGitTag.Builder |
| Constructor and Description |
|---|
CreateGitTag() |
| Modifier and Type | Method and Description |
|---|---|
static CreateGitTag.Builder |
builder() |
static <any> |
jsonAdapter(Moshi moshi) |
abstract java.lang.String |
message() |
abstract java.lang.String |
object() |
abstract java.lang.String |
tag() |
abstract GitUser |
tagger() |
abstract java.lang.String |
type() |
public abstract java.lang.String tag()
public abstract java.lang.String message()
public abstract java.lang.String object()
public abstract java.lang.String type()
public abstract GitUser tagger()
public static <any> jsonAdapter(Moshi moshi)
public static CreateGitTag.Builder builder()