Class MergePersonsRequestType


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

      • MergePersonsRequestType

        public MergePersonsRequestType()
    • Method Detail

      • secondaryPersonFIFAId

        public String secondaryPersonFIFAId()
        Get secondary person FIFA Unique Identifier.
        Returns:
        the secondaryPersonFIFAId value
      • withSecondaryPersonFIFAId

        public MergePersonsRequestType withSecondaryPersonFIFAId​(String secondaryPersonFIFAId)
        Set secondary person FIFA Unique Identifier.
        Parameters:
        secondaryPersonFIFAId - the secondaryPersonFIFAId value to set
        Returns:
        the MergePersonsRequestType object itself.
      • primaryPersonFIFAId

        public String primaryPersonFIFAId()
        Get primary person FIFA Unique Identifier.
        Returns:
        the primaryPersonFIFAId value
      • withPrimaryPersonFIFAId

        public MergePersonsRequestType withPrimaryPersonFIFAId​(String primaryPersonFIFAId)
        Set primary person FIFA Unique Identifier.
        Parameters:
        primaryPersonFIFAId - the primaryPersonFIFAId value to set
        Returns:
        the MergePersonsRequestType object itself.