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 MultipleNamespacesParams NamespaceParams ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)RefLogParams The purpose of this class is to include optional parameters that can be passed toHttpRefLogApi#getRefLog(RefLogParams). -
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 MultipleNamespacesParams NamespaceParams ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)RefLogParams The purpose of this class is to include optional parameters that can be passed toHttpRefLogApi#getRefLog(RefLogParams). -
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).CommitLogParamsBuilder CommitLogParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.CommitLogParams(..).DiffParams DiffParamsBuilder DiffParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.DiffParams(..).EntriesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).EntriesParamsBuilder EntriesParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.EntriesParams(..).FetchOption GetReferenceParams GetReferenceParamsBuilder GetReferenceParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.GetReferenceParams(..).MultipleNamespacesParams MultipleNamespacesParamsBuilder MultipleNamespacesParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.MultipleNamespacesParams(..).NamespaceParams NamespaceParamsBuilder NamespaceParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.NamespaceParams(..).ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)ReferencesParamsBuilder ReferencesParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.ReferencesParams(..).RefLogParams The purpose of this class is to include optional parameters that can be passed toHttpRefLogApi#getRefLog(RefLogParams).RefLogParamsBuilder RefLogParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.RefLogParams(..).