Package org.projectnessie.client.api
Interface GetContentBuilder
-
- All Superinterfaces:
OnReferenceBuilder<GetContentBuilder>
public interface GetContentBuilder extends OnReferenceBuilder<GetContentBuilder>
Request builder for "get content".- Since:
NessieApiV1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<ContentKey,Content>get()GetContentBuilderkey(@Valid ContentKey key)GetContentBuilderkeys(List<ContentKey> keys)-
Methods inherited from interface org.projectnessie.client.api.OnReferenceBuilder
hashOnRef, reference, refName
-
-
-
-
Method Detail
-
key
GetContentBuilder key(@Valid @Valid ContentKey key)
-
keys
GetContentBuilder keys(List<ContentKey> keys)
-
get
Map<ContentKey,Content> get() throws NessieNotFoundException
- Throws:
NessieNotFoundException
-
-