Class KeyRangeParams<IMPL extends KeyRangeParams<IMPL>>

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