Uses of Class
com.spotify.github.v3.search.ImmutableSearch.Builder
-
Packages that use ImmutableSearch.Builder Package Description com.spotify.github.v3.search -
-
Uses of ImmutableSearch.Builder in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return ImmutableSearch.Builder Modifier and Type Method Description static ImmutableSearch.BuilderImmutableSearch. builder()Creates a builder forImmutableSearch.ImmutableSearch.BuilderImmutableSearch.Builder. from(Search instance)Fill a builder with attribute values from the providedSearchinstance.ImmutableSearch.BuilderImmutableSearch.Builder. incompleteResults(Boolean incompleteResults)Initializes the value for theincompleteResultsattribute.ImmutableSearch.BuilderImmutableSearch.Builder. totalCount(Integer totalCount)Initializes the value for thetotalCountattribute.
-