Classes like the ArticleClient or CategoriesClient use enums for their sort options, which enums have the same values.
these should be combined to reference the same enum class
see lol.pbu.z4j.model.ListArticlesSortByParameter and lol.pbu.z4j.model.ListCategoriesSortByParameter as examples.
categories' sortby param in z4j.yaml: paths./api/v2/help_center/{locale}/categories.get.parameters[1].schema.enum
Classes like the ArticleClient or CategoriesClient use enums for their sort options, which enums have the same values.
these should be combined to reference the same enum class
see
lol.pbu.z4j.model.ListArticlesSortByParameterandlol.pbu.z4j.model.ListCategoriesSortByParameteras examples.categories'
sortbyparam in z4j.yaml:paths./api/v2/help_center/{locale}/categories.get.parameters[1].schema.enum