Package org.projectnessie.api.params
Class ReferencesParams
- java.lang.Object
-
- org.projectnessie.api.params.AbstractParams
-
- org.projectnessie.api.params.ReferencesParams
-
public class ReferencesParams extends AbstractParams
The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)For easier usage of this class, there is
builder(), which allows configuring/setting the different parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReferencesParams.Builder
-
Constructor Summary
Constructors Constructor Description ReferencesParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferencesParams.Builderbuilder()static ReferencesParamsempty()booleanequals(Object o)FetchOptionfetchOption()Stringfilter()inthashCode()StringtoString()-
Methods inherited from class org.projectnessie.api.params.AbstractParams
maxRecords, pageToken
-
-
-
-
Method Detail
-
fetchOption
public FetchOption fetchOption()
-
filter
public String filter()
-
builder
public static ReferencesParams.Builder builder()
-
empty
public static ReferencesParams empty()
-
-