public abstract class CreateGitReference
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGitReference.Builder |
| Constructor and Description |
|---|
CreateGitReference() |
| Modifier and Type | Method and Description |
|---|---|
static CreateGitReference.Builder |
builder() |
static <any> |
jsonAdapter(Moshi moshi) |
abstract java.lang.String |
ref() |
abstract java.lang.String |
sha() |
public abstract java.lang.String ref()
public abstract java.lang.String sha()
public static <any> jsonAdapter(Moshi moshi)
public static CreateGitReference.Builder builder()