Package org.projectnessie.api.params
Class CommitLogParams
- java.lang.Object
-
- org.projectnessie.api.params.CommitLogParams
-
public class CommitLogParams extends Object
The purpose of this class is to include optional parameters that can be passed toTreeApi.getCommitLog(String, CommitLogParams).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 classCommitLogParams.Builder
-
Constructor Summary
Constructors Constructor Description CommitLogParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommitLogParams.Builderbuilder()static CommitLogParamsempty()StringendHash()IntegermaxRecords()StringpageToken()StringqueryExpression()StringstartHash()StringtoString()
-
-
-
Method Detail
-
maxRecords
public Integer maxRecords()
-
pageToken
public String pageToken()
-
queryExpression
public String queryExpression()
-
builder
public static CommitLogParams.Builder builder()
-
empty
public static CommitLogParams empty()
-
-