Uses of Class
org.projectnessie.api.params.NamespaceParamsBuilder
-
Packages that use NamespaceParamsBuilder Package Description org.projectnessie.api.params -
-
Uses of NamespaceParamsBuilder in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return NamespaceParamsBuilder Modifier and Type Method Description static NamespaceParamsBuilderNamespaceParams. builder()NamespaceParamsBuilderNamespaceParamsBuilder. hashOnRef(String hashOnRef)Initializes the value for thehashOnRefattribute.NamespaceParamsBuilderNamespaceParamsBuilder. namespace(Namespace namespace)Initializes the value for thenamespaceattribute.NamespaceParamsBuilderNamespaceParamsBuilder. refName(String refName)Initializes the value for therefNameattribute.
-