Uses of Interface
com.spotify.github.v3.search.SearchIssue
-
Packages that use SearchIssue Package Description com.spotify.github.v3.search -
-
Uses of SearchIssue in com.spotify.github.v3.search
Classes in com.spotify.github.v3.search that implement SearchIssue Modifier and Type Class Description classImmutableSearchIssueImmutable implementation ofSearchIssue.Methods in com.spotify.github.v3.search that return types with arguments of type SearchIssue Modifier and Type Method Description List<SearchIssue>ImmutableSearchIssues. items()Issues search resultsList<SearchIssue>SearchIssues. items()Issues search resultsMethods in com.spotify.github.v3.search with parameters of type SearchIssue Modifier and Type Method Description ImmutableSearchIssues.BuilderImmutableSearchIssues.Builder. addItems(SearchIssue element)Adds one element toitemslist.ImmutableSearchIssues.BuilderImmutableSearchIssues.Builder. addItems(SearchIssue... elements)Adds elements toitemslist.static ImmutableSearchIssueImmutableSearchIssue. copyOf(SearchIssue instance)Creates an immutable copy of aSearchIssuevalue.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. from(SearchIssue instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.search.SearchIssueinstance.ImmutableSearchIssuesImmutableSearchIssues. withItems(SearchIssue... elements)Copy the current immutable object with elements that replace the content ofitems.Method parameters in com.spotify.github.v3.search with type arguments of type SearchIssue Modifier and Type Method Description ImmutableSearchIssues.BuilderImmutableSearchIssues.Builder. addAllItems(Iterable<? extends SearchIssue> elements)Adds elements toitemslist.ImmutableSearchIssues.BuilderImmutableSearchIssues.Builder. items(Iterable<? extends SearchIssue> elements)Sets or replaces all elements foritemslist.ImmutableSearchIssuesImmutableSearchIssues. withItems(Iterable<? extends SearchIssue> elements)Copy the current immutable object with elements that replace the content ofitems.
-