Class BulkDeactivateRegistrationsRequestType


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

      • BulkDeactivateRegistrationsRequestType

        public BulkDeactivateRegistrationsRequestType()
    • Method Detail

      • persons

        public List<PersonDeactivateType> persons()
        Get an array of pairs: Person FIFA ID with Person Registrations that should be deactivated.
        Returns:
        the persons value
      • withPersons

        public BulkDeactivateRegistrationsRequestType withPersons​(List<PersonDeactivateType> persons)
        Set an array of pairs: Person FIFA ID with Person Registrations that should be deactivated.
        Parameters:
        persons - the persons value to set
        Returns:
        the BulkDeactivateRegistrationsRequestType object itself.