Uses of Class
com.spotify.github.v3.search.ImmutableSearch
-
Packages that use ImmutableSearch Package Description com.spotify.github.v3.search -
-
Uses of ImmutableSearch in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return ImmutableSearch Modifier and Type Method Description ImmutableSearchImmutableSearch.Builder. build()Builds a newImmutableSearch.static ImmutableSearchImmutableSearch. copyOf(Search instance)Creates an immutable copy of aSearchvalue.ImmutableSearchImmutableSearch. withIncompleteResults(Boolean value)Copy the current immutable object by setting a value for theincompleteResultsattribute.ImmutableSearchImmutableSearch. withTotalCount(Integer value)Copy the current immutable object by setting a value for thetotalCountattribute.
-