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>
  • 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

      @Nullable @Nullable public ContentKey minKey()
    • maxKey

      @Nullable @Nullable public ContentKey maxKey()
    • prefixKey

      @Nullable @Nullable public ContentKey prefixKey()