Package org.projectnessie.client.api
Interface GetCommitLogBuilder
-
- All Superinterfaces:
OnReferenceBuilder<GetCommitLogBuilder>,PagingBuilder<GetCommitLogBuilder>
public interface GetCommitLogBuilder extends PagingBuilder<GetCommitLogBuilder>
Request builder for "get commit log".- Since:
NessieApiV1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogResponseget()GetCommitLogBuilderuntilHash(@Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String untilHash)-
Methods inherited from interface org.projectnessie.client.api.OnReferenceBuilder
hashOnRef, reference, refName
-
Methods inherited from interface org.projectnessie.client.api.PagingBuilder
maxRecords, pageToken, queryExpression
-
-
-
-
Method Detail
-
untilHash
GetCommitLogBuilder untilHash(@Nullable @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String untilHash)
-
get
LogResponse get() throws NessieNotFoundException
- Throws:
NessieNotFoundException
-
-