Class RefLogParams


  • @Deprecated
    public class RefLogParams
    extends AbstractParams<RefLogParams>
    Deprecated.
    The purpose of this class is to include optional parameters that can be passed to HttpRefLogApi#getRefLog(RefLogParams).

    For easier usage of this class, there is builder(), which allows configuring/setting the different parameters.

    • Constructor Detail

      • RefLogParams

        public RefLogParams()
        Deprecated.
    • Method Detail

      • startHash

        @Nullable
        @Nullable
        public java.lang.String startHash()
        Deprecated.
      • endHash

        @Nullable
        @Nullable
        public java.lang.String endHash()
        Deprecated.
      • filter

        @Nullable
        @Nullable
        public java.lang.String filter()
        Deprecated.
      • builder

        public static org.projectnessie.api.v1.params.RefLogParamsBuilder builder()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object