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/interfaces inherited from class org.projectnessie.api.params.AbstractParams
AbstractParams.Builder<T extends AbstractParams.Builder<T>>
-
-
Constructor Summary
Constructors Constructor Description ReferencesParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferencesParamsBuilderbuilder()static ReferencesParamsempty()booleanequals(Object o)FetchOptionfetchOption()Stringfilter()inthashCode()StringtoString()-
Methods inherited from class org.projectnessie.api.params.AbstractParams
maxRecords, pageToken
-
-
-
-
Method Detail
-
fetchOption
@Nullable public FetchOption fetchOption()
-
builder
public static ReferencesParamsBuilder builder()
-
empty
public static ReferencesParams empty()
-
-