Uses of Package
org.projectnessie.api.params
-
Packages that use org.projectnessie.api.params Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.api.params -
Classes in org.projectnessie.api.params used by org.projectnessie.api Class Description CommitLogParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getCommitLog(String, CommitLogParams).DiffParams EntriesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).GetReferenceParams ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams) -
Classes in org.projectnessie.api.params used by org.projectnessie.api.http Class Description CommitLogParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getCommitLog(String, CommitLogParams).DiffParams EntriesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).GetReferenceParams ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams) -
Classes in org.projectnessie.api.params used by org.projectnessie.api.params Class Description AbstractParams AbstractParams.Builder CommitLogParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getCommitLog(String, CommitLogParams).CommitLogParams.Builder DiffParams DiffParams.Builder EntriesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).EntriesParams.Builder FetchOption GetReferenceParams GetReferenceParams.Builder ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)ReferencesParams.Builder