static ImmutableTreeItem.Builder |
ImmutableTreeItem.builder() |
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.from(ShaLink instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.git.ShaLink instance.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.from(TreeItem instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.git.TreeItem instance.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.mode(String mode) |
Initializes the value for the mode attribute.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.path(String path) |
Initializes the value for the path attribute.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.sha(String sha) |
Initializes the value for the sha attribute.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.size(Long size) |
Initializes the value for the size attribute.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.type(String type) |
Initializes the value for the type attribute.
|
ImmutableTreeItem.Builder |
ImmutableTreeItem.Builder.url(URI url) |
Initializes the value for the url attribute.
|