Package org.projectnessie.model
Interface GetMultipleContentsResponse
-
- All Known Implementing Classes:
ImmutableGetMultipleContentsResponse
@Immutable public interface GetMultipleContentsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGetMultipleContentsResponse.ContentWithKey
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<GetMultipleContentsResponse.ContentWithKey>getContents()static GetMultipleContentsResponseof(List<GetMultipleContentsResponse.ContentWithKey> items)
-
-
-
Method Detail
-
getContents
@NotNull @NotNull List<GetMultipleContentsResponse.ContentWithKey> getContents()
-
of
static GetMultipleContentsResponse of(List<GetMultipleContentsResponse.ContentWithKey> items)
-
-