Uses of Class
io.weaviate.client.v1.data.model.SingleRef
-
Packages that use SingleRef Package Description io.weaviate.client.v1.data.api io.weaviate.client.v1.data.builder io.weaviate.client.v1.data.model -
-
Uses of SingleRef in io.weaviate.client.v1.data.api
Methods in io.weaviate.client.v1.data.api with parameters of type SingleRef Modifier and Type Method Description ReferenceCreatorReferenceCreator. withReference(SingleRef referencePayload)ReferenceDeleterReferenceDeleter. withReference(SingleRef referencePayload)ReferenceReplacerReferenceReplacer. withReferences(SingleRef... referencePayload) -
Uses of SingleRef in io.weaviate.client.v1.data.builder
Methods in io.weaviate.client.v1.data.builder that return SingleRef Modifier and Type Method Description SingleRefReferencePayloadBuilder. payload() -
Uses of SingleRef in io.weaviate.client.v1.data.model
Methods in io.weaviate.client.v1.data.model that return SingleRef Modifier and Type Method Description SingleRefSingleRef.SingleRefBuilder. build()
-