Package org.projectnessie.model
Interface GetMultipleContentsResponse
@Immutable
public interface GetMultipleContentsResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NotNull @NotNull List<GetMultipleContentsResponse.ContentWithKey>The effective reference (for example a branch or tag) including the commit ID from which the contents were fetched.static GetMultipleContentsResponseof(List<GetMultipleContentsResponse.ContentWithKey> items, Reference effectiveReference) default Map<ContentKey,Content>
-
Method Details
-
getContents
@NotNull @NotNull @Parameter(order=1) @NotNull @NotNull List<GetMultipleContentsResponse.ContentWithKey> getContents() -
getEffectiveReference
The effective reference (for example a branch or tag) including the commit ID from which the contents were fetched. Never null when using REST API v2. -
toContentsMap
-
of
static GetMultipleContentsResponse of(List<GetMultipleContentsResponse.ContentWithKey> items, Reference effectiveReference)
-