Uses of Class
io.weaviate.client.v1.data.model.Deprecation
-
Packages that use Deprecation Package Description io.weaviate.client.v1.batch.model io.weaviate.client.v1.data.model -
-
Uses of Deprecation in io.weaviate.client.v1.batch.model
Methods in io.weaviate.client.v1.batch.model that return Deprecation Modifier and Type Method Description Deprecation[]ObjectGetResponse. getDeprecations()Methods in io.weaviate.client.v1.batch.model with parameters of type Deprecation Modifier and Type Method Description voidObjectGetResponse. setDeprecations(Deprecation[] deprecations) -
Uses of Deprecation in io.weaviate.client.v1.data.model
Methods in io.weaviate.client.v1.data.model that return Deprecation Modifier and Type Method Description DeprecationDeprecation.DeprecationBuilder. build()Deprecation[]ObjectsListResponse. getDeprecations()Methods in io.weaviate.client.v1.data.model with parameters of type Deprecation Modifier and Type Method Description ObjectsListResponse.ObjectsListResponseBuilderObjectsListResponse.ObjectsListResponseBuilder. deprecations(Deprecation[] deprecations)
-