Package org.projectnessie.client.api
Interface GetRepositoryConfigBuilder
-
public interface GetRepositoryConfigBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.projectnessie.model.RepositoryConfigResponseget()Retrieve therequestedrepository config types.GetRepositoryConfigBuildertype(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 therequestedrepository config types.
-
-