Package org.projectnessie.model
Interface GetNamespacesResponse
-
@Immutable public interface GetNamespacesResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.util.List<Namespace>getNamespaces()
-
-
-
Method Detail
-
getNamespaces
@NotNull @NotNull java.util.List<Namespace> getNamespaces()
-
-