public abstract class CreateGitTree
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGitTree.Builder |
| Constructor and Description |
|---|
CreateGitTree() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
baseTree() |
static CreateGitTree.Builder |
builder() |
static <any> |
jsonAdapter(Moshi moshi) |
abstract java.util.List<GitTreeEntry> |
tree() |
public abstract java.util.List<GitTreeEntry> tree()
public abstract java.lang.String baseTree()
public static <any> jsonAdapter(Moshi moshi)
public static CreateGitTree.Builder builder()