Class ExploreBuilder.ExploreBuilderBuilder
- java.lang.Object
-
- technology.semi.weaviate.client.v1.graphql.query.builder.ExploreBuilder.ExploreBuilderBuilder
-
- Enclosing class:
- ExploreBuilder
public static class ExploreBuilder.ExploreBuilderBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExploreBuilderbuild()ExploreBuilder.ExploreBuilderBuilderfields(ExploreFields[] fields)ExploreBuilder.ExploreBuilderBuilderlimit(Integer limit)ExploreBuilder.ExploreBuilderBuilderoffset(Integer offset)StringtoString()ExploreBuilder.ExploreBuilderBuilderwithAskArgument(AskArgument withAskArgument)ExploreBuilder.ExploreBuilderBuilderwithNearImageFilter(NearImageArgument withNearImageFilter)ExploreBuilder.ExploreBuilderBuilderwithNearObjectFilter(NearObjectArgument withNearObjectFilter)ExploreBuilder.ExploreBuilderBuilderwithNearText(NearTextArgument withNearText)ExploreBuilder.ExploreBuilderBuilderwithNearVectorFilter(NearVectorArgument withNearVectorFilter)
-
-
-
Method Detail
-
fields
public ExploreBuilder.ExploreBuilderBuilder fields(ExploreFields[] fields)
- Returns:
this.
-
offset
public ExploreBuilder.ExploreBuilderBuilder offset(Integer offset)
- Returns:
this.
-
limit
public ExploreBuilder.ExploreBuilderBuilder limit(Integer limit)
- Returns:
this.
-
withNearText
public ExploreBuilder.ExploreBuilderBuilder withNearText(NearTextArgument withNearText)
- Returns:
this.
-
withNearObjectFilter
public ExploreBuilder.ExploreBuilderBuilder withNearObjectFilter(NearObjectArgument withNearObjectFilter)
- Returns:
this.
-
withAskArgument
public ExploreBuilder.ExploreBuilderBuilder withAskArgument(AskArgument withAskArgument)
- Returns:
this.
-
withNearImageFilter
public ExploreBuilder.ExploreBuilderBuilder withNearImageFilter(NearImageArgument withNearImageFilter)
- Returns:
this.
-
withNearVectorFilter
public ExploreBuilder.ExploreBuilderBuilder withNearVectorFilter(NearVectorArgument withNearVectorFilter)
- Returns:
this.
-
build
public ExploreBuilder build()
-
-