Package org.projectnessie.api.params
Class EntriesParams
- java.lang.Object
-
- org.projectnessie.api.params.AbstractParams
-
- org.projectnessie.api.params.EntriesParams
-
public class EntriesParams extends AbstractParams
The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).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 classEntriesParams.Builder
-
Constructor Summary
Constructors Constructor Description EntriesParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntriesParams.Builderbuilder()static EntriesParamsempty()booleanequals(Object o)Stringfilter()inthashCode()StringhashOnRef()IntegernamespaceDepth()StringtoString()-
Methods inherited from class org.projectnessie.api.params.AbstractParams
maxRecords, pageToken
-
-
-
-
Method Detail
-
builder
public static EntriesParams.Builder builder()
-
empty
public static EntriesParams empty()
-
filter
public String filter()
-
namespaceDepth
public Integer namespaceDepth()
-
-