| AbstractParams |
|
| AbstractParams.Builder<T extends AbstractParams.Builder<T>> |
|
| CommitLogParams |
The purpose of this class is to include optional parameters that can be passed to
HttpTreeApi#getCommitLog(String, CommitLogParams).
|
| CommitLogParamsBuilder |
CommitLogParamsBuilder collects parameters and invokes the static factory method:
new org.projectnessie.api.params.CommitLogParams(..).
|
| DiffParams |
|
| DiffParamsBuilder |
DiffParamsBuilder collects 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 to
HttpTreeApi#getEntries(String, EntriesParams).
|
| EntriesParamsBuilder |
EntriesParamsBuilder collects parameters and invokes the static factory method:
new org.projectnessie.api.params.EntriesParams(..).
|
| GetReferenceParams |
|
| GetReferenceParamsBuilder |
GetReferenceParamsBuilder collects parameters and invokes the static factory method:
new org.projectnessie.api.params.GetReferenceParams(..).
|
| MultipleNamespacesParams |
|
| MultipleNamespacesParamsBuilder |
MultipleNamespacesParamsBuilder collects parameters and invokes the static factory method:
new org.projectnessie.api.params.MultipleNamespacesParams(..).
|
| NamespaceParams |
|
| NamespaceParamsBuilder |
NamespaceParamsBuilder collects parameters and invokes the static factory method:
new org.projectnessie.api.params.NamespaceParams(..).
|
| ReferencesParams |
|
| ReferencesParamsBuilder |
ReferencesParamsBuilder collects 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 to
HttpRefLogApi#getRefLog(RefLogParams).
|
| RefLogParamsBuilder |
RefLogParamsBuilder collects parameters and invokes the static factory method:
new org.projectnessie.api.params.RefLogParams(..).
|