Class GetDuplicatesRequestType


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

      • GetDuplicatesRequestType

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