Class GetDuplicatesByFIFAIdRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetDuplicatesByFIFAIdRequestType
-
public class GetDuplicatesByFIFAIdRequestType extends Object
The GetDuplicatesByFIFAIdRequestType model.
-
-
Constructor Summary
Constructors Constructor Description GetDuplicatesByFIFAIdRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpersonFIFAId()Get person FIFA Unique Identifier.List<String>trustedOrganisationsFIFAIds()Get trusted organisations' FIFA Unique Identifiers.GetDuplicatesByFIFAIdRequestTypewithPersonFIFAId(String personFIFAId)Set person FIFA Unique Identifier.GetDuplicatesByFIFAIdRequestTypewithTrustedOrganisationsFIFAIds(List<String> trustedOrganisationsFIFAIds)Set trusted organisations' FIFA Unique Identifiers.
-
-
-
Method Detail
-
personFIFAId
public String personFIFAId()
Get person FIFA Unique Identifier. Duplicates of given person will be returned.- Returns:
- the personFIFAId value
-
withPersonFIFAId
public GetDuplicatesByFIFAIdRequestType withPersonFIFAId(String personFIFAId)
Set person FIFA Unique Identifier. Duplicates of given person will be returned.- Parameters:
personFIFAId- the personFIFAId value to set- Returns:
- the GetDuplicatesByFIFAIdRequestType object itself.
-
trustedOrganisationsFIFAIds
public List<String> trustedOrganisationsFIFAIds()
Get trusted organisations' FIFA Unique Identifiers. Duplicates marked as known duplicate by trusted organization will not be returned.- Returns:
- the trustedOrganisationsFIFAIds value
-
withTrustedOrganisationsFIFAIds
public GetDuplicatesByFIFAIdRequestType withTrustedOrganisationsFIFAIds(List<String> trustedOrganisationsFIFAIds)
Set trusted organisations' FIFA Unique Identifiers. Duplicates marked as known duplicate by trusted organization will not be returned.- Parameters:
trustedOrganisationsFIFAIds- the trustedOrganisationsFIFAIds value to set- Returns:
- the GetDuplicatesByFIFAIdRequestType object itself.
-
-