Package org.projectnessie.client.api
Interface GetAllReferencesBuilder
-
- All Superinterfaces:
PagingBuilder<GetAllReferencesBuilder>
public interface GetAllReferencesBuilder extends PagingBuilder<GetAllReferencesBuilder>
Request builder for "get all references".- Since:
NessieApiV1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferencesResponseget()-
Methods inherited from interface org.projectnessie.client.api.PagingBuilder
maxRecords, pageToken
-
-
-
-
Method Detail
-
get
ReferencesResponse get()
-
-