Class GetDuplicatesRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetDuplicatesRequestType
-
public class GetDuplicatesRequestType extends Object
The GetDuplicatesRequestType model.
-
-
Constructor Summary
Constructors Constructor Description GetDuplicatesRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlocalId()Get local identifier of person.List<HashedNameType>nameHashes()Get a list of hashes generated by the FIFA hashing service.List<String>organisationsFIFAIds()Get organisations' FIFA Unique Identifiers.PersonTypeperson()Get a person data that can be stored in central system.GetDuplicatesRequestTypewithLocalId(String localId)Set local identifier of person.GetDuplicatesRequestTypewithNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service.GetDuplicatesRequestTypewithOrganisationsFIFAIds(List<String> organisationsFIFAIds)Set organisations' FIFA Unique Identifiers.GetDuplicatesRequestTypewithPerson(PersonType person)Set a person data that can be stored in central system.
-
-
-
Method Detail
-
organisationsFIFAIds
public List<String> organisationsFIFAIds()
Get organisations' FIFA Unique Identifiers. Only duplicates from specified organizations will be returned.- Returns:
- the organisationsFIFAIds value
-
withOrganisationsFIFAIds
public GetDuplicatesRequestType withOrganisationsFIFAIds(List<String> organisationsFIFAIds)
Set organisations' FIFA Unique Identifiers. Only duplicates from specified organizations will be returned.- Parameters:
organisationsFIFAIds- the organisationsFIFAIds value to set- Returns:
- the GetDuplicatesRequestType object itself.
-
nameHashes
public List<HashedNameType> nameHashes()
Get a list of hashes generated by the FIFA hashing service.- Returns:
- the nameHashes value
-
withNameHashes
public GetDuplicatesRequestType withNameHashes(List<HashedNameType> nameHashes)
Set a list of hashes generated by the FIFA hashing service.- Parameters:
nameHashes- the nameHashes value to set- Returns:
- the GetDuplicatesRequestType object itself.
-
person
public PersonType person()
Get a person data that can be stored in central system.- Returns:
- the person value
-
withPerson
public GetDuplicatesRequestType withPerson(PersonType person)
Set a person data that can be stored in central system.- Parameters:
person- the person value to set- Returns:
- the GetDuplicatesRequestType object itself.
-
localId
public String localId()
Get local identifier of person.- Returns:
- the localId value
-
withLocalId
public GetDuplicatesRequestType withLocalId(String localId)
Set local identifier of person.- Parameters:
localId- the localId value to set- Returns:
- the GetDuplicatesRequestType object itself.
-
-