Uses of Class
org.projectnessie.api.params.AbstractParams
-
Packages that use AbstractParams Package Description org.projectnessie.api.params -
-
Uses of AbstractParams in org.projectnessie.api.params
Subclasses of AbstractParams in org.projectnessie.api.params Modifier and Type Class Description classCommitLogParamsThe purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getCommitLog(String, CommitLogParams).classEntriesParamsThe purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).classReferencesParamsThe purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)classRefLogParamsThe purpose of this class is to include optional parameters that can be passed toHttpRefLogApi#getRefLog(RefLogParams).
-