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
Constructors Modifier Constructor Description protectedKeyRangeParams()KeyRangeParams(java.lang.Integer maxRecords, java.lang.String pageToken, ContentKey minKey, ContentKey maxKey, ContentKey prefixKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentKeymaxKey()ContentKeyminKey()ContentKeyprefixKey()-
Methods inherited from class org.projectnessie.api.v2.params.AbstractParams
forNextPage, maxRecords, pageToken
-
-
-
-
Constructor Detail
-
KeyRangeParams
protected KeyRangeParams()
-
KeyRangeParams
public KeyRangeParams(@Nullable @Nullable java.lang.Integer maxRecords, @Nullable @Nullable java.lang.String pageToken, @Nullable @Nullable ContentKey minKey, @Nullable @Nullable ContentKey maxKey, @Nullable @Nullable ContentKey prefixKey)
-
-
Method Detail
-
minKey
@Nullable @Nullable public ContentKey minKey()
-
maxKey
@Nullable @Nullable public ContentKey maxKey()
-
prefixKey
@Nullable @Nullable public ContentKey prefixKey()
-
-