Uses of Class
org.projectnessie.model.ImmutableEntriesResponse
-
Packages that use ImmutableEntriesResponse Package Description org.projectnessie.model -
-
Uses of ImmutableEntriesResponse in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableEntriesResponse Modifier and Type Method Description ImmutableEntriesResponseImmutableEntriesResponse.Builder. build()Builds a newImmutableEntriesResponse.static ImmutableEntriesResponseImmutableEntriesResponse. copyOf(EntriesResponse instance)Creates an immutable copy of aEntriesResponsevalue.ImmutableEntriesResponseImmutableEntriesResponse. withEntries(Iterable<? extends EntriesResponse.Entry> elements)Copy the current immutable object with elements that replace the content ofentries.ImmutableEntriesResponseImmutableEntriesResponse. withEntries(EntriesResponse.Entry... elements)Copy the current immutable object with elements that replace the content ofentries.ImmutableEntriesResponseImmutableEntriesResponse. withIsHasMore(boolean value)Copy the current immutable object by setting a value for theisHasMoreattribute.ImmutableEntriesResponseImmutableEntriesResponse. withToken(String value)Copy the current immutable object by setting a value for thetokenattribute.
-