Uses of Class
com.spotify.github.v3.search.ImmutableSearchUsers
-
Packages that use ImmutableSearchUsers Package Description com.spotify.github.v3.search -
-
Uses of ImmutableSearchUsers in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return ImmutableSearchUsers Modifier and Type Method Description ImmutableSearchUsers
ImmutableSearchUsers.Builder. build()
Builds a newImmutableSearchUsers
.static ImmutableSearchUsers
ImmutableSearchUsers. copyOf(SearchUsers instance)
Creates an immutable copy of aSearchUsers
value.ImmutableSearchUsers
ImmutableSearchUsers. withIncompleteResults(Boolean value)
Copy the current immutable object by setting a value for theincompleteResults
attribute.ImmutableSearchUsers
ImmutableSearchUsers. withItems(User... elements)
Copy the current immutable object with elements that replace the content ofitems
.ImmutableSearchUsers
ImmutableSearchUsers. withItems(Iterable<? extends User> elements)
Copy the current immutable object with elements that replace the content ofitems
.ImmutableSearchUsers
ImmutableSearchUsers. withTotalCount(Integer value)
Copy the current immutable object by setting a value for thetotalCount
attribute.
-