Uses of Class
org.projectnessie.model.ImmutableRefLogResponse
-
Packages that use ImmutableRefLogResponse Package Description org.projectnessie.model -
-
Uses of ImmutableRefLogResponse in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableRefLogResponse Modifier and Type Method Description ImmutableRefLogResponseImmutableRefLogResponse.Builder. build()Builds a newImmutableRefLogResponse.static ImmutableRefLogResponseImmutableRefLogResponse. copyOf(RefLogResponse instance)Creates an immutable copy of aRefLogResponsevalue.ImmutableRefLogResponseImmutableRefLogResponse. withIsHasMore(boolean value)Copy the current immutable object by setting a value for theisHasMoreattribute.ImmutableRefLogResponseImmutableRefLogResponse. withLogEntries(Iterable<? extends RefLogResponse.RefLogResponseEntry> elements)Copy the current immutable object with elements that replace the content oflogEntries.ImmutableRefLogResponseImmutableRefLogResponse. withLogEntries(RefLogResponse.RefLogResponseEntry... elements)Copy the current immutable object with elements that replace the content oflogEntries.ImmutableRefLogResponseImmutableRefLogResponse. withToken(String value)Copy the current immutable object by setting a value for thetokenattribute.
-