Uses of Class
org.projectnessie.api.params.CommitLogParams.Builder
-
Packages that use CommitLogParams.Builder Package Description org.projectnessie.api.params -
-
Uses of CommitLogParams.Builder in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return CommitLogParams.Builder Modifier and Type Method Description static CommitLogParams.BuilderCommitLogParams. builder()CommitLogParams.BuilderCommitLogParams.Builder. endHash(String endHash)CommitLogParams.BuilderCommitLogParams.Builder. expression(String queryExpression)CommitLogParams.BuilderCommitLogParams.Builder. from(CommitLogParams params)CommitLogParams.BuilderCommitLogParams.Builder. maxRecords(Integer maxRecords)CommitLogParams.BuilderCommitLogParams.Builder. pageToken(String pageToken)CommitLogParams.BuilderCommitLogParams.Builder. startHash(String startHash)
-