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. fetch(FetchOption fetchOption)CommitLogParams.BuilderCommitLogParams.Builder. filter(String filter)CommitLogParams.BuilderCommitLogParams.Builder. from(CommitLogParams params)CommitLogParams.BuilderCommitLogParams.Builder. startHash(String startHash)
-