Package org.projectnessie.model
Interface MultiGetContentsResponse.ContentsWithKey
-
- All Known Implementing Classes:
ImmutableContentsWithKey
- Enclosing interface:
- MultiGetContentsResponse
@Immutable public static interface MultiGetContentsResponse.ContentsWithKey
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ContentsgetContents()@NotNull ContentsKeygetKey()static MultiGetContentsResponse.ContentsWithKeyof(ContentsKey key, Contents contents)
-
-
-
Method Detail
-
getKey
@NotNull @NotNull ContentsKey getKey()
-
getContents
@NotNull @NotNull Contents getContents()
-
of
static MultiGetContentsResponse.ContentsWithKey of(ContentsKey key, Contents contents)
-
-