Class CommitLogParams

java.lang.Object
org.projectnessie.api.v2.params.AbstractParams<CommitLogParams>
org.projectnessie.api.v2.params.CommitLogParams

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

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

  • Constructor Details

    • CommitLogParams

      public CommitLogParams()
  • Method Details