Uses of Class
org.projectnessie.api.params.RefLogParamsBuilder
-
Packages that use RefLogParamsBuilder Package Description org.projectnessie.api.params -
-
Uses of RefLogParamsBuilder in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return RefLogParamsBuilder Modifier and Type Method Description static RefLogParamsBuilderRefLogParams. builder()RefLogParamsBuilderRefLogParamsBuilder. endHash(String endHash)Initializes the value for theendHashattribute.RefLogParamsBuilderRefLogParamsBuilder. filter(String filter)Initializes the value for thefilterattribute.RefLogParamsBuilderRefLogParamsBuilder. maxRecords(Integer maxRecords)Initializes the value for themaxRecordsattribute.RefLogParamsBuilderRefLogParamsBuilder. pageToken(String pageToken)Initializes the value for thepageTokenattribute.RefLogParamsBuilderRefLogParamsBuilder. startHash(String startHash)Initializes the value for thestartHashattribute.
-