Class EntriesParams


  • public class EntriesParams
    extends AbstractParams<EntriesParams>
    The purpose of this class is to include optional parameters that can be passed to HttpTreeApi#getEntries(String, EntriesParams).

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

    • Constructor Detail

      • EntriesParams

        public EntriesParams()
    • Method Detail

      • builder

        public static org.projectnessie.api.v1.params.EntriesParamsBuilder builder()
      • hashOnRef

        @Nullable
        public java.lang.String hashOnRef()
      • filter

        @Nullable
        public java.lang.String filter()
      • namespaceDepth

        @Nullable
        public java.lang.Integer namespaceDepth()
      • toString

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

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

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