Uses of Class
org.projectnessie.api.params.EntriesParamsBuilder
-
Packages that use EntriesParamsBuilder Package Description org.projectnessie.api.params -
-
Uses of EntriesParamsBuilder in org.projectnessie.api.params
Methods in org.projectnessie.api.params that return EntriesParamsBuilder Modifier and Type Method Description static EntriesParamsBuilderEntriesParams. builder()EntriesParamsBuilderEntriesParamsBuilder. filter(String filter)Initializes the value for thefilterattribute.EntriesParamsBuilderEntriesParamsBuilder. hashOnRef(String hashOnRef)Initializes the value for thehashOnRefattribute.EntriesParamsBuilderEntriesParamsBuilder. maxRecords(Integer maxRecords)Initializes the value for themaxRecordsattribute.EntriesParamsBuilderEntriesParamsBuilder. namespaceDepth(Integer namespaceDepth)Initializes the value for thenamespaceDepthattribute.EntriesParamsBuilderEntriesParamsBuilder. pageToken(String pageToken)Initializes the value for thepageTokenattribute.
-