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