in client/src/main/scala/com.gu.contentapi.client/model/Queries.scala [192:201]
def withParameters(parameterMap: Map[String, Parameter]) = copy(parameterHolder = parameterMap)
override def pathSegment: String = s"atom/${atomType.toString.toLowerCase}/$atomId/usage"
}
@deprecated("Recipe atoms no longer exist and should not be relied upon. No data will be returned and this class will be removed in a future iteration of the library")
case class RecipesQuery(parameterHolder: Map[String, Parameter] = Map.empty)
extends ContentApiQuery[AtomsResponse]
with PaginationParameters[RecipesQuery]
with RecipeParameters[RecipesQuery] {