Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonDeactivateType
-
Packages that use PersonDeactivateType Package Description com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6. -
-
Uses of PersonDeactivateType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonDeactivateType Modifier and Type Method Description PersonDeactivateTypePersonDeactivateType. withPersonId(String personId)Set the personId value.PersonDeactivateTypePersonDeactivateType. withRegistrations(PersonRegistrationsType registrations)Set the registrations value.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type PersonDeactivateType Modifier and Type Method Description List<PersonDeactivateType>BulkDeactivateRegistrationsRequestType. persons()Get an array of pairs: Person FIFA ID with Person Registrations that should be deactivated.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type PersonDeactivateType Modifier and Type Method Description BulkDeactivateRegistrationsRequestTypeBulkDeactivateRegistrationsRequestType. withPersons(List<PersonDeactivateType> persons)Set an array of pairs: Person FIFA ID with Person Registrations that should be deactivated.
-