Package org.projectnessie.model
Interface ReferencesResponse
-
- All Superinterfaces:
PaginatedResponse
- All Known Implementing Classes:
ImmutableReferencesResponse
@Immutable public interface ReferencesResponse extends PaginatedResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ImmutableReferencesResponse.Builderbuilder()@NotNull List<Reference>getReferences()-
Methods inherited from interface org.projectnessie.model.PaginatedResponse
getToken, isHasMore
-
-
-
-
Method Detail
-
builder
static ImmutableReferencesResponse.Builder builder()
-
-