Package org.projectnessie.api.params
Class GetReferenceParams
- java.lang.Object
-
- org.projectnessie.api.params.GetReferenceParams
-
public class GetReferenceParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetReferenceParams.Builder
-
Constructor Summary
Constructors Constructor Description GetReferenceParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetReferenceParams.Builderbuilder()static GetReferenceParamsempty()booleanequals(Object o)StringgetRefName()inthashCode()booleanisFetchAdditionalInfo()StringtoString()
-
-
-
Method Detail
-
isFetchAdditionalInfo
public boolean isFetchAdditionalInfo()
-
getRefName
public String getRefName()
-
builder
public static GetReferenceParams.Builder builder()
-
empty
public static GetReferenceParams empty()
-
-