Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearObjectArgument
-
Packages that use NearObjectArgument Package Description io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.argument io.weaviate.client.v1.graphql.query.builder -
-
Uses of NearObjectArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearObjectArgument Modifier and Type Method Description AggregateAggregate. withNearObject(NearObjectArgument withNearObjectFilter)ExploreExplore. withNearObject(NearObjectArgument nearObject)GetGet. withNearObject(NearObjectArgument nearObject) -
Uses of NearObjectArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return NearObjectArgument Modifier and Type Method Description NearObjectArgumentNearObjectArgument.NearObjectArgumentBuilder. build() -
Uses of NearObjectArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearObjectArgument Modifier and Type Method Description NearObjectArgumentAggregateBuilder. getWithNearObjectFilter()NearObjectArgumentExploreBuilder. getWithNearObjectFilter()NearObjectArgumentGetBuilder. getWithNearObjectFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearObjectArgument Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withNearObjectFilter(NearObjectArgument withNearObjectFilter)ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withNearObjectFilter(NearObjectArgument withNearObjectFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withNearObjectFilter(NearObjectArgument withNearObjectFilter)
-