Interface GetRepositoryConfigBuilder


  • public interface GetRepositoryConfigBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.projectnessie.model.RepositoryConfigResponse get()
      Retrieve the requested repository config types.
      GetRepositoryConfigBuilder type​(org.projectnessie.model.RepositoryConfig.Type type)
      Used to add one or, by repeated invocations, more repository config types to retrieve.
    • Method Detail

      • type

        GetRepositoryConfigBuilder type​(org.projectnessie.model.RepositoryConfig.Type type)
        Used to add one or, by repeated invocations, more repository config types to retrieve.
      • get

        org.projectnessie.model.RepositoryConfigResponse get()
        Retrieve the requested repository config types.