Package org.projectnessie.api.params
Class CommitLogParams
- java.lang.Object
-
- org.projectnessie.api.params.AbstractParams
-
- org.projectnessie.api.params.CommitLogParams
-
public class CommitLogParams extends AbstractParams
The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#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()booleanequals(Object o)FetchOptionfetchOption()Stringfilter()inthashCode()StringstartHash()StringtoString()-
Methods inherited from class org.projectnessie.api.params.AbstractParams
maxRecords, pageToken
-
-
-
-
Method Detail
-
filter
public String filter()
-
fetchOption
public FetchOption fetchOption()
-
builder
public static CommitLogParams.Builder builder()
-
empty
public static CommitLogParams empty()
-
-