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 Details

    • RefLogParams

      public RefLogParams()
      Deprecated.
  • Method Details

    • startHash

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

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

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

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

      public static RefLogParams empty()
      Deprecated.
    • forNextPage

      public RefLogParams forNextPage(String pageToken)
      Deprecated.
      Specified by:
      forNextPage in class AbstractParams<RefLogParams>
    • toString

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

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

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