Uses of Interface
com.cognite.client.dto.MatchFieldOrBuilder
-
Packages that use MatchFieldOrBuilder Package Description com.cognite.client.dto -
-
Uses of MatchFieldOrBuilder in com.cognite.client.dto
Classes in com.cognite.client.dto that implement MatchFieldOrBuilder Modifier and Type Class Description classMatchFieldProtobuf typecom.cognite.client.dto.MatchFieldstatic classMatchField.BuilderProtobuf typecom.cognite.client.dto.MatchFieldMethods in com.cognite.client.dto that return MatchFieldOrBuilder Modifier and Type Method Description MatchFieldOrBuilderEntityMatchModel.Builder. getMatchFieldsOrBuilder(int index)repeated .com.cognite.client.dto.MatchField match_fields = 10;MatchFieldOrBuilderEntityMatchModel. getMatchFieldsOrBuilder(int index)repeated .com.cognite.client.dto.MatchField match_fields = 10;MatchFieldOrBuilderEntityMatchModelOrBuilder. getMatchFieldsOrBuilder(int index)repeated .com.cognite.client.dto.MatchField match_fields = 10;Methods in com.cognite.client.dto that return types with arguments of type MatchFieldOrBuilder Modifier and Type Method Description List<? extends MatchFieldOrBuilder>EntityMatchModel.Builder. getMatchFieldsOrBuilderList()repeated .com.cognite.client.dto.MatchField match_fields = 10;List<? extends MatchFieldOrBuilder>EntityMatchModel. getMatchFieldsOrBuilderList()repeated .com.cognite.client.dto.MatchField match_fields = 10;List<? extends MatchFieldOrBuilder>EntityMatchModelOrBuilder. getMatchFieldsOrBuilderList()repeated .com.cognite.client.dto.MatchField match_fields = 10;
-