Interface UpdateRepositoryConfigResponse


@Immutable public interface UpdateRepositoryConfigResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    The previous value of the updated repository config.
  • Method Details

    • 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 be null.