Uses of Class
org.projectnessie.api.params.CommitLogParamsBuilder
-
Packages that use CommitLogParamsBuilder Package Description org.projectnessie.api.params -
-
Uses of CommitLogParamsBuilder in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return CommitLogParamsBuilder Modifier and Type Method Description static CommitLogParamsBuilderCommitLogParams. builder()CommitLogParamsBuilderCommitLogParamsBuilder. endHash(String endHash)Initializes the value for theendHashattribute.CommitLogParamsBuilderCommitLogParamsBuilder. fetchOption(FetchOption fetchOption)Initializes the value for thefetchOptionattribute.CommitLogParamsBuilderCommitLogParamsBuilder. filter(String filter)Initializes the value for thefilterattribute.CommitLogParamsBuilderCommitLogParamsBuilder. maxRecords(Integer maxRecords)Initializes the value for themaxRecordsattribute.CommitLogParamsBuilderCommitLogParamsBuilder. pageToken(String pageToken)Initializes the value for thepageTokenattribute.CommitLogParamsBuilderCommitLogParamsBuilder. startHash(String startHash)Initializes the value for thestartHashattribute.
-