Class GetDuplicatesByFIFAIdRequestType


  • public class GetDuplicatesByFIFAIdRequestType
    extends Object
    The GetDuplicatesByFIFAIdRequestType model.
    • Constructor Detail

      • GetDuplicatesByFIFAIdRequestType

        public GetDuplicatesByFIFAIdRequestType()
    • 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.