Class GetDuplicatesOfRegisteredPersonResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetDuplicatesOfRegisteredPersonResponseType
-
public class GetDuplicatesOfRegisteredPersonResponseType extends Object
The GetDuplicatesOfRegisteredPersonResponseType model.
-
-
Constructor Summary
Constructors Constructor Description GetDuplicatesOfRegisteredPersonResponseType()
-
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.PersonRegistrationContextTyperequestedPersonRegistrationContext()Get the context of the registration in Connect ID.GetDuplicatesOfRegisteredPersonResponseTypewithDuplicates(List<PersonDuplicateType> duplicates)Set a list of people this person may be duplicated with.GetDuplicatesOfRegisteredPersonResponseTypewithRequestedPersonRegistrationContext(PersonRegistrationContextType requestedPersonRegistrationContext)Set the context of the registration in Connect ID.
-
-
-
Method Detail
-
requestedPersonRegistrationContext
public PersonRegistrationContextType requestedPersonRegistrationContext()
Get the context of the registration in Connect ID.- Returns:
- the requestedPersonRegistrationContext value
-
withRequestedPersonRegistrationContext
public GetDuplicatesOfRegisteredPersonResponseType withRequestedPersonRegistrationContext(PersonRegistrationContextType requestedPersonRegistrationContext)
Set the context of the registration in Connect ID.- Parameters:
requestedPersonRegistrationContext- the requestedPersonRegistrationContext value to set- Returns:
- the GetDuplicatesOfRegisteredPersonResponseType object itself.
-
duplicates
public List<PersonDuplicateType> duplicates()
Get a list of people this person may be duplicated with.- Returns:
- the duplicates value
-
withDuplicates
public GetDuplicatesOfRegisteredPersonResponseType withDuplicates(List<PersonDuplicateType> duplicates)
Set a list of people this person may be duplicated with.- Parameters:
duplicates- the duplicates value to set- Returns:
- the GetDuplicatesOfRegisteredPersonResponseType object itself.
-
-