Package org.projectnessie.api.v2.params
Class KeyRangeParams<IMPL extends KeyRangeParams<IMPL>>
java.lang.Object
org.projectnessie.api.v2.params.AbstractParams<IMPL>
org.projectnessie.api.v2.params.KeyRangeParams<IMPL>
- Direct Known Subclasses:
DiffParams,EntriesParams
public abstract class KeyRangeParams<IMPL extends KeyRangeParams<IMPL>>
extends AbstractParams<IMPL>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.projectnessie.api.v2.params.AbstractParams
AbstractParams.Builder<T extends AbstractParams.Builder<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeyRangeParams(Integer maxRecords, String pageToken, ContentKey minKey, ContentKey maxKey, ContentKey prefixKey) -
Method Summary
Methods inherited from class org.projectnessie.api.v2.params.AbstractParams
forNextPage, maxRecords, pageToken
-
Constructor Details
-
KeyRangeParams
protected KeyRangeParams() -
KeyRangeParams
public KeyRangeParams(@Nullable @Nullable Integer maxRecords, @Nullable @Nullable String pageToken, @Nullable @Nullable ContentKey minKey, @Nullable @Nullable ContentKey maxKey, @Nullable @Nullable ContentKey prefixKey)
-
-
Method Details
-
minKey
-
maxKey
-
prefixKey
-