new sttp_model_Uri(
scheme, // scala.Option[java.lang.String]
authority, // scala.Option[sttp.model.Uri$Authority]
pathSegments, // sttp.model.Uri$PathSegments
querySegments, // scala.collection.immutable.Seq[sttp.model.Uri$QuerySegment]
fragmentSegment, // scala.Option[sttp.model.Uri$Segment]
)