Class EntriesParams


  • public class EntriesParams
    extends KeyRangeParams<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.v2.params.EntriesParamsBuilder builder()
      • getRequestedKeys

        public java.util.List<ContentKey> getRequestedKeys()
      • filter

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

        public boolean withContent()