Package org.projectnessie.model
Interface GetMultipleContentsResponse
-
@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 java.util.List<GetMultipleContentsResponse.ContentWithKey>getContents()static GetMultipleContentsResponseof(java.util.List<GetMultipleContentsResponse.ContentWithKey> items)
-
-
-
Method Detail
-
getContents
@NotNull @NotNull java.util.List<GetMultipleContentsResponse.ContentWithKey> getContents()
-
of
static GetMultipleContentsResponse of(java.util.List<GetMultipleContentsResponse.ContentWithKey> items)
-
-