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.Builder
ImmutableSearch. builder()
Creates a builder forImmutableSearch
.ImmutableSearch.Builder
ImmutableSearch.Builder. from(Search instance)
Fill a builder with attribute values from the providedSearch
instance.ImmutableSearch.Builder
ImmutableSearch.Builder. incompleteResults(Boolean incompleteResults)
Initializes the value for theincompleteResults
attribute.ImmutableSearch.Builder
ImmutableSearch.Builder. totalCount(Integer totalCount)
Initializes the value for thetotalCount
attribute.
-