ImmutableTreeItem |
ImmutableTreeItem.Builder.build() |
|
static ImmutableTreeItem |
ImmutableTreeItem.copyOf(TreeItem instance) |
Creates an immutable copy of a TreeItem value.
|
ImmutableTreeItem |
ImmutableTreeItem.withMode(String value) |
Copy the current immutable object by setting a value for the mode attribute.
|
ImmutableTreeItem |
ImmutableTreeItem.withPath(String value) |
Copy the current immutable object by setting a value for the path attribute.
|
ImmutableTreeItem |
ImmutableTreeItem.withSha(String value) |
Copy the current immutable object by setting a value for the sha attribute.
|
ImmutableTreeItem |
ImmutableTreeItem.withSize(Long value) |
Copy the current immutable object by setting a value for the size attribute.
|
ImmutableTreeItem |
ImmutableTreeItem.withType(String value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableTreeItem |
ImmutableTreeItem.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|