Uses of Interface
com.cognite.client.dto.EntityMatchOrBuilder
-
Packages that use EntityMatchOrBuilder Package Description com.cognite.client.dto -
-
Uses of EntityMatchOrBuilder in com.cognite.client.dto
Classes in com.cognite.client.dto that implement EntityMatchOrBuilder Modifier and Type Class Description classEntityMatchA potential match (match to object) together with the associated confidence score of the match.static classEntityMatch.BuilderA potential match (match to object) together with the associated confidence score of the match.Methods in com.cognite.client.dto that return EntityMatchOrBuilder Modifier and Type Method Description EntityMatchOrBuilderEntityMatchResult.Builder. getMatchesOrBuilder(int index)repeated .com.cognite.beam.proto.EntityMatch matches = 2;EntityMatchOrBuilderEntityMatchResult. getMatchesOrBuilder(int index)repeated .com.cognite.beam.proto.EntityMatch matches = 2;EntityMatchOrBuilderEntityMatchResultOrBuilder. getMatchesOrBuilder(int index)repeated .com.cognite.beam.proto.EntityMatch matches = 2;Methods in com.cognite.client.dto that return types with arguments of type EntityMatchOrBuilder Modifier and Type Method Description List<? extends EntityMatchOrBuilder>EntityMatchResult.Builder. getMatchesOrBuilderList()repeated .com.cognite.beam.proto.EntityMatch matches = 2;List<? extends EntityMatchOrBuilder>EntityMatchResult. getMatchesOrBuilderList()repeated .com.cognite.beam.proto.EntityMatch matches = 2;List<? extends EntityMatchOrBuilder>EntityMatchResultOrBuilder. getMatchesOrBuilderList()repeated .com.cognite.beam.proto.EntityMatch matches = 2;
-