Uses of Class
com.spotify.github.v3.search.ImmutableSearchIssues
-
Packages that use ImmutableSearchIssues Package Description com.spotify.github.v3.search -
-
Uses of ImmutableSearchIssues in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return ImmutableSearchIssues Modifier and Type Method Description ImmutableSearchIssuesImmutableSearchIssues.Builder. build()Builds a newImmutableSearchIssues.static ImmutableSearchIssuesImmutableSearchIssues. copyOf(SearchIssues instance)Creates an immutable copy of aSearchIssuesvalue.ImmutableSearchIssuesImmutableSearchIssues. withIncompleteResults(Boolean value)Copy the current immutable object by setting a value for theincompleteResultsattribute.ImmutableSearchIssuesImmutableSearchIssues. withItems(SearchIssue... elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableSearchIssuesImmutableSearchIssues. withItems(Iterable<? extends SearchIssue> elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableSearchIssuesImmutableSearchIssues. withTotalCount(Integer value)Copy the current immutable object by setting a value for thetotalCountattribute.
-