Class UnmergePersonsRequestType


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

      • UnmergePersonsRequestType

        public UnmergePersonsRequestType()
    • Method Detail

      • secondaryPersonFIFAId

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

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

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

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