Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearThermalArgument
-
Packages that use NearThermalArgument Package Description io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.argument io.weaviate.client.v1.graphql.query.builder -
-
Uses of NearThermalArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearThermalArgument Modifier and Type Method Description AggregateAggregate. withNearThermal(NearThermalArgument nearThermal)ExploreExplore. withNearThermal(NearThermalArgument nearThermal)GetGet. withNearThermal(NearThermalArgument nearThermal) -
Uses of NearThermalArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return NearThermalArgument Modifier and Type Method Description NearThermalArgumentNearThermalArgument.NearThermalArgumentBuilder. build() -
Uses of NearThermalArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearThermalArgument Modifier and Type Method Description NearThermalArgumentAggregateBuilder. getWithNearThermalFilter()NearThermalArgumentExploreBuilder. getWithNearThermalFilter()NearThermalArgumentGetBuilder. getWithNearThermalFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearThermalArgument Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withNearThermalFilter(NearThermalArgument withNearThermalFilter)ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withNearThermalFilter(NearThermalArgument withNearThermalFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withNearThermalFilter(NearThermalArgument withNearThermalFilter)
-