Package org.projectnessie.model
Interface UpdateRepositoryConfigRequest
@Immutable
public interface UpdateRepositoryConfigRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe previous value of the updated repository configuration object.
-
Method Details
-
getConfig
RepositoryConfig getConfig()The previous value of the updated repository configuration object. This will benull, if the repository configuration was created.
-