Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.NearObjectArgument
-
-
Uses of NearObjectArgument in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.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 technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.weaviate.client.v1.graphql.query.argument that return NearObjectArgument Modifier and Type Method Description NearObjectArgumentNearObjectArgument.NearObjectArgumentBuilder. build() -
Uses of NearObjectArgument in technology.semi.weaviate.client.v1.graphql.query.builder
Methods in technology.semi.weaviate.client.v1.graphql.query.builder that return NearObjectArgument Modifier and Type Method Description NearObjectArgumentAggregateBuilder. getWithNearObjectFilter()NearObjectArgumentExploreBuilder. getWithNearObjectFilter()NearObjectArgumentGetBuilder. getWithNearObjectFilter()Methods in technology.semi.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)
-