Package org.projectnessie.api.v1.params
Class RefLogParams
java.lang.Object
org.projectnessie.api.v1.params.AbstractParams<RefLogParams>
org.projectnessie.api.v1.params.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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.projectnessie.api.v1.params.AbstractParams
AbstractParams.Builder<T extends AbstractParams.Builder<T>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.api.v1.params.RefLogParamsBuilderbuilder()Deprecated.static RefLogParamsempty()Deprecated.endHash()Deprecated.booleanDeprecated.filter()Deprecated.forNextPage(String pageToken) Deprecated.inthashCode()Deprecated.Deprecated.toString()Deprecated.Methods inherited from class org.projectnessie.api.v1.params.AbstractParams
maxRecords, pageToken
-
Constructor Details
-
RefLogParams
public RefLogParams()Deprecated.
-
-
Method Details
-
startHash
Deprecated. -
endHash
Deprecated. -
filter
Deprecated. -
builder
public static org.projectnessie.api.v1.params.RefLogParamsBuilder builder()Deprecated. -
empty
Deprecated. -
forNextPage
Deprecated.- Specified by:
forNextPagein classAbstractParams<RefLogParams>
-
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-