Class BulkDeactivateRegistrationsRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.BulkDeactivateRegistrationsRequestType
-
public class BulkDeactivateRegistrationsRequestType extends Object
The BulkDeactivateRegistrationsRequestType model.
-
-
Constructor Summary
Constructors Constructor Description BulkDeactivateRegistrationsRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PersonDeactivateType>persons()Get an array of pairs: Person FIFA ID with Person Registrations that should be deactivated.BulkDeactivateRegistrationsRequestTypewithPersons(List<PersonDeactivateType> persons)Set an array of pairs: Person FIFA ID with Person Registrations that should be deactivated.
-
-
-
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.
-
-