Package org.projectnessie.api.params
Class EntriesParams
- java.lang.Object
-
- org.projectnessie.api.params.EntriesParams
-
-
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)inthashCode()StringhashOnRef()IntegermaxRecords()IntegernamespaceDepth()StringpageToken()StringqueryExpression()StringtoString()
-
-
-
Method Detail
-
builder
public static EntriesParams.Builder builder()
-
empty
public static EntriesParams empty()
-
maxRecords
public Integer maxRecords()
-
pageToken
public String pageToken()
-
queryExpression
public String queryExpression()
-
namespaceDepth
public Integer namespaceDepth()
-
-