Package org.projectnessie.api.params
Class GetReferenceParams
- java.lang.Object
-
- org.projectnessie.api.params.GetReferenceParams
-
public class GetReferenceParams extends Object
-
-
Constructor Summary
Constructors Constructor Description GetReferenceParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetReferenceParamsBuilderbuilder()booleanequals(Object o)FetchOptionfetchOption()StringgetRefName()inthashCode()StringtoString()
-
-
-
Method Detail
-
fetchOption
@Nullable public FetchOption fetchOption()
-
getRefName
public String getRefName()
-
builder
public static GetReferenceParamsBuilder builder()
-
-