Package org.projectnessie.model
Interface GetMultipleContentsResponse.ContentWithKey
- Enclosing interface:
GetMultipleContentsResponse
@Immutable
public static interface GetMultipleContentsResponse.ContentWithKey
-
Method Summary
Modifier and TypeMethodDescription@NotNull @NotNull Content@NotNull @NotNull ContentKeygetKey()of(ContentKey key, Content content) of(ContentKey key, Content content, Documentation documentation)
-
Method Details
-
getKey
-
getContent
-
getDocumentation
-
of
-
of
static GetMultipleContentsResponse.ContentWithKey of(ContentKey key, Content content, Documentation documentation)
-