public static interface MatchItem.Builder extends SdkPojo, CopyableBuilder<MatchItem.Builder,MatchItem>
| Modifier and Type | Method and Description |
|---|---|
MatchItem.Builder |
confidenceScore(Double confidenceScore)
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group.
|
MatchItem.Builder |
matchId(String matchId)
The unique identifiers for this group of profiles that match.
|
MatchItem.Builder |
profileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
|
MatchItem.Builder |
profileIds(String... profileIds)
A list of identifiers for profiles that match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchItem.Builder matchId(String matchId)
The unique identifiers for this group of profiles that match.
matchId - The unique identifiers for this group of profiles that match.MatchItem.Builder profileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
profileIds - A list of identifiers for profiles that match.MatchItem.Builder profileIds(String... profileIds)
A list of identifiers for profiles that match.
profileIds - A list of identifiers for profiles that match.MatchItem.Builder confidenceScore(Double confidenceScore)
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A score of 1 likely indicates an exact match.
confidenceScore - A number between 0 and 1 that represents the confidence level of assigning profiles to a matching
group. A score of 1 likely indicates an exact match.Copyright © 2022. All rights reserved.