Package org.projectnessie.client.api
Interface GetContentBuilder
- All Superinterfaces:
OnReferenceBuilder<GetContentBuilder>
- All Known Implementing Classes:
BaseGetContentBuilder
Request builder for "get content".
- Since:
NessieApiV1
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetContentBuilderforWrite(boolean forWrite) Set totrueto perform access checks for write/create access in addition to read access checks.Map<org.projectnessie.model.ContentKey, org.projectnessie.model.Content> get()org.projectnessie.model.ContentResponsegetSingle(@Valid @Valid org.projectnessie.model.ContentKey key) org.projectnessie.model.GetMultipleContentsResponsekey(@Valid @Valid org.projectnessie.model.ContentKey key) Methods inherited from interface org.projectnessie.client.api.OnReferenceBuilder
hashOnRef, reference, refName
-
Method Details
-
key
-
keys
-
forWrite
Set totrueto perform access checks for write/create access in addition to read access checks. -
getSingle
org.projectnessie.model.ContentResponse getSingle(@Valid @Valid @Valid @Valid org.projectnessie.model.ContentKey key) throws org.projectnessie.error.NessieNotFoundException - Throws:
org.projectnessie.error.NessieNotFoundException
-
get
Map<org.projectnessie.model.ContentKey,org.projectnessie.model.Content> get() throws org.projectnessie.error.NessieNotFoundException- Throws:
org.projectnessie.error.NessieNotFoundException
-
getWithResponse
org.projectnessie.model.GetMultipleContentsResponse getWithResponse() throws org.projectnessie.error.NessieNotFoundException- Throws:
org.projectnessie.error.NessieNotFoundException
-