public abstract class Branch
extends java.lang.Object
implements android.os.Parcelable
| Constructor and Description |
|---|
Branch() |
| Modifier and Type | Method and Description |
|---|---|
abstract Commit |
commit() |
abstract java.lang.Boolean |
isProtected() |
static <any> |
jsonAdapter(Moshi moshi) |
abstract java.lang.String |
name() |
public abstract java.lang.String name()
public abstract Commit commit()
public abstract java.lang.Boolean isProtected()
public static <any> jsonAdapter(Moshi moshi)