Package org.projectnessie.api.params
Class EntriesParams
- java.lang.Object
-
- org.projectnessie.api.params.EntriesParams
-
public class EntriesParams extends Object
The purpose of this class is to include optional parameters that can be passed toTreeApi.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()StringhashOnRef()IntegermaxRecords()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()
-
-