Package org.projectnessie.model
Interface UpdateRepositoryConfigResponse
-
@Immutable public interface UpdateRepositoryConfigResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryConfiggetPrevious()The previous value of the updated repository config.
-
-
-
Method Detail
-
getPrevious
@Nullable @Nullable RepositoryConfig getPrevious()
The previous value of the updated repository config. If no previous value for the same repository config type exists, this value will benull.
-
-