public static interface MatchItem.Builder extends SdkPojo, CopyableBuilder<MatchItem.Builder,MatchItem>
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2021. All rights reserved.