Uses of Class
org.projectnessie.api.params.DiffParamsBuilder
-
Packages that use DiffParamsBuilder Package Description org.projectnessie.api.params -
-
Uses of DiffParamsBuilder in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return DiffParamsBuilder Modifier and Type Method Description static DiffParamsBuilderDiffParams. builder()DiffParamsBuilderDiffParamsBuilder. fromHashOnRef(String fromHashOnRef)Initializes the value for thefromHashOnRefattribute.DiffParamsBuilderDiffParamsBuilder. fromRef(String fromRef)Initializes the value for thefromRefattribute.DiffParamsBuilderDiffParamsBuilder. toHashOnRef(String toHashOnRef)Initializes the value for thetoHashOnRefattribute.DiffParamsBuilderDiffParamsBuilder. toRef(String toRef)Initializes the value for thetoRefattribute.
-