Uses of Interface
com.spotify.github.v3.git.TreeItem
-
Packages that use TreeItem Package Description com.spotify.github.v3.clients com.spotify.github.v3.git -
-
Uses of TreeItem in com.spotify.github.v3.clients
Method parameters in com.spotify.github.v3.clients with type arguments of type TreeItem Modifier and Type Method Description CompletableFuture<Tree>GitDataClient. createTree(List<TreeItem> tree, String baseTreeSha)Set a repository tree. -
Uses of TreeItem in com.spotify.github.v3.git
Classes in com.spotify.github.v3.git that implement TreeItem Modifier and Type Class Description classImmutableTreeItemImmutable implementation ofTreeItem.Methods in com.spotify.github.v3.git that return types with arguments of type TreeItem Modifier and Type Method Description List<TreeItem>ImmutableTree. tree()Tree items.List<TreeItem>Tree. tree()Tree items.Methods in com.spotify.github.v3.git with parameters of type TreeItem Modifier and Type Method Description ImmutableTree.BuilderImmutableTree.Builder. addTree(TreeItem element)Adds one element totreelist.ImmutableTree.BuilderImmutableTree.Builder. addTree(TreeItem... elements)Adds elements totreelist.static ImmutableTreeItemImmutableTreeItem. copyOf(TreeItem instance)Creates an immutable copy of aTreeItemvalue.ImmutableTreeItem.BuilderImmutableTreeItem.Builder. from(TreeItem instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.git.TreeIteminstance.ImmutableTreeImmutableTree. withTree(TreeItem... elements)Copy the current immutable object with elements that replace the content oftree.Method parameters in com.spotify.github.v3.git with type arguments of type TreeItem Modifier and Type Method Description ImmutableTree.BuilderImmutableTree.Builder. addAllTree(Iterable<? extends TreeItem> elements)Adds elements totreelist.ImmutableTree.BuilderImmutableTree.Builder. tree(Iterable<? extends TreeItem> elements)Sets or replaces all elements fortreelist.ImmutableTreeImmutableTree. withTree(Iterable<? extends TreeItem> elements)Copy the current immutable object with elements that replace the content oftree.
-