Uses of Class
technology.semi.weaviate.client.v1.data.model.SingleRef
-
Packages that use SingleRef Package Description technology.semi.weaviate.client.v1.data.api technology.semi.weaviate.client.v1.data.builder technology.semi.weaviate.client.v1.data.model -
-
Uses of SingleRef in technology.semi.weaviate.client.v1.data.api
Methods in technology.semi.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 technology.semi.weaviate.client.v1.data.builder
Methods in technology.semi.weaviate.client.v1.data.builder that return SingleRef Modifier and Type Method Description SingleRefReferencePayloadBuilder. payload() -
Uses of SingleRef in technology.semi.weaviate.client.v1.data.model
Methods in technology.semi.weaviate.client.v1.data.model that return SingleRef Modifier and Type Method Description SingleRefSingleRef.SingleRefBuilder. build()
-