Uses of Class
com.spotify.github.v3.git.ImmutableTree
-
Packages that use ImmutableTree Package Description com.spotify.github.v3.git -
-
Uses of ImmutableTree in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return ImmutableTree Modifier and Type Method Description ImmutableTreeImmutableTree.Builder. build()Builds a newImmutableTree.static ImmutableTreeImmutableTree. copyOf(Tree instance)Creates an immutable copy of aTreevalue.ImmutableTreeImmutableTree. withSha(String value)Copy the current immutable object by setting a value for theshaattribute.ImmutableTreeImmutableTree. withTree(TreeItem... elements)Copy the current immutable object with elements that replace the content oftree.ImmutableTreeImmutableTree. withTree(Iterable<? extends TreeItem> elements)Copy the current immutable object with elements that replace the content oftree.ImmutableTreeImmutableTree. withTruncated(Boolean value)Copy the current immutable object by setting a value for thetruncatedattribute.ImmutableTreeImmutableTree. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-