Uses of Class
technology.semi.weaviate.client.v1.graphql.model.ExploreFields
-
-
Uses of ExploreFields in technology.semi.weaviate.client.v1.graphql.model
Methods in technology.semi.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 technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query with parameters of type ExploreFields Modifier and Type Method Description ExploreExplore. withFields(ExploreFields... fields) -
Uses of ExploreFields in technology.semi.weaviate.client.v1.graphql.query.builder
Methods in technology.semi.weaviate.client.v1.graphql.query.builder that return ExploreFields Modifier and Type Method Description ExploreFields[]ExploreBuilder. getFields()Methods in technology.semi.weaviate.client.v1.graphql.query.builder with parameters of type ExploreFields Modifier and Type Method Description ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. fields(ExploreFields[] fields)
-