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