Class RegisterPersonRequestType


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

      • RegisterPersonRequestType

        public RegisterPersonRequestType()
    • Method Detail

      • nameHashes

        public List<HashedNameType> nameHashes()
        Get a list of hashes generated by the FIFA hashing service.
        Returns:
        the nameHashes value
      • withNameHashes

        public RegisterPersonRequestType withNameHashes​(List<HashedNameType> nameHashes)
        Set a list of hashes generated by the FIFA hashing service.
        Parameters:
        nameHashes - the nameHashes value to set
        Returns:
        the RegisterPersonRequestType object itself.
      • person

        public PersonType person()
        Get a person data that can be stored in central system.
        Returns:
        the person value
      • withPerson

        public RegisterPersonRequestType withPerson​(PersonType person)
        Set a person data that can be stored in central system.
        Parameters:
        person - the person value to set
        Returns:
        the RegisterPersonRequestType object itself.
      • localId

        public String localId()
        Get local identifier of person.
        Returns:
        the localId value
      • withLocalId

        public RegisterPersonRequestType withLocalId​(String localId)
        Set local identifier of person.
        Parameters:
        localId - the localId value to set
        Returns:
        the RegisterPersonRequestType object itself.