Uses of Class
io.weaviate.client.v1.graphql.model.ExploreFields
-
Packages that use ExploreFields Package Description io.weaviate.client.v1.graphql.model io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.builder -
-
Uses of ExploreFields in io.weaviate.client.v1.graphql.model
Methods in io.weaviate.client.v1.graphql.model that return ExploreFields Modifier and Type Method Description static ExploreFieldsExploreFields. valueOf(String name)Returns the enum constant of this type with the specified name.static ExploreFields[]ExploreFields. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExploreFields in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type ExploreFields Modifier and Type Method Description ExploreExplore. withFields(ExploreFields... fields) -
Uses of ExploreFields in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return ExploreFields Modifier and Type Method Description ExploreFields[]ExploreBuilder. getFields()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type ExploreFields Modifier and Type Method Description ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. fields(ExploreFields[] fields)
-