Package org.projectnessie.model
Interface UpdateRepositoryConfigRequest
-
@Immutable public interface UpdateRepositoryConfigRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryConfiggetConfig()The previous value of the updated repository configuration object.
-
-
-
Method Detail
-
getConfig
RepositoryConfig getConfig()
The previous value of the updated repository configuration object. This will benull, if the repository configuration was created.
-
-