Class DiffParams


  • public class DiffParams
    extends AbstractParams<DiffParams>
    Parameters for the getDiff API method.

    startKey plus endKey selectors and pagination will be added soon. The intention is to allow clients to request a diff on a sub-set of keys (e.g. in one particular namespace) or just for one particular key.

    • Constructor Detail

      • DiffParams

        public DiffParams()
    • Method Detail

      • getFromRef

        public java.lang.String getFromRef()
      • getToRef

        public java.lang.String getToRef()
      • builder

        public static org.projectnessie.api.v2.params.DiffParamsBuilder builder()