Interface GetRepositoryConfigBuilder


public interface GetRepositoryConfigBuilder
  • Method Summary

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

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