Package org.projectnessie.model
Interface GetMultipleContentsResponse.ContentWithKey
-
- All Known Implementing Classes:
ImmutableContentWithKey
- Enclosing interface:
- GetMultipleContentsResponse
@Immutable public static interface GetMultipleContentsResponse.ContentWithKey
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ContentgetContent()@NotNull ContentKeygetKey()static GetMultipleContentsResponse.ContentWithKeyof(ContentKey key, Content content)
-
-
-
Method Detail
-
getKey
@NotNull @NotNull ContentKey getKey()
-
getContent
@NotNull @NotNull Content getContent()
-
of
static GetMultipleContentsResponse.ContentWithKey of(ContentKey key, Content content)
-
-