Class BaseGetDiffBuilder<PARAMS>

    • Field Detail

      • maxRecords

        protected java.lang.Integer maxRecords
      • fromRefName

        protected java.lang.String fromRefName
      • fromHashOnRef

        protected java.lang.String fromHashOnRef
      • toRefName

        protected java.lang.String toRefName
      • toHashOnRef

        protected java.lang.String toHashOnRef
      • keys

        protected final java.util.List<org.projectnessie.model.ContentKey> keys
      • minKey

        protected org.projectnessie.model.ContentKey minKey
      • maxKey

        protected org.projectnessie.model.ContentKey maxKey
      • prefixKey

        protected org.projectnessie.model.ContentKey prefixKey
      • filter

        protected java.lang.String filter
    • Constructor Detail

      • BaseGetDiffBuilder

        protected BaseGetDiffBuilder​(java.util.function.BiFunction<PARAMS,​java.lang.String,​PARAMS> paramsForPage)