Class GetDuplicatesResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetDuplicatesResponseType
-
public class GetDuplicatesResponseType extends Object
The GetDuplicatesResponseType model.
-
-
Constructor Summary
Constructors Constructor Description GetDuplicatesResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PersonDuplicateType>duplicates()Get a list of people this person may be duplicated with.GetDuplicatesResponseTypewithDuplicates(List<PersonDuplicateType> duplicates)Set a list of people this person may be duplicated with.
-
-
-
Method Detail
-
duplicates
public List<PersonDuplicateType> duplicates()
Get a list of people this person may be duplicated with.- Returns:
- the duplicates value
-
withDuplicates
public GetDuplicatesResponseType withDuplicates(List<PersonDuplicateType> duplicates)
Set a list of people this person may be duplicated with.- Parameters:
duplicates- the duplicates value to set- Returns:
- the GetDuplicatesResponseType object itself.
-
-