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 ImmutableSearchUsersImmutableSearchUsers.Builder. build()Builds a newImmutableSearchUsers.static ImmutableSearchUsersImmutableSearchUsers. copyOf(SearchUsers instance)Creates an immutable copy of aSearchUsersvalue.ImmutableSearchUsersImmutableSearchUsers. withIncompleteResults(Boolean value)Copy the current immutable object by setting a value for theincompleteResultsattribute.ImmutableSearchUsersImmutableSearchUsers. withItems(User... elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableSearchUsersImmutableSearchUsers. withItems(Iterable<? extends User> elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableSearchUsersImmutableSearchUsers. withTotalCount(Integer value)Copy the current immutable object by setting a value for thetotalCountattribute.
-