Class PersonDeactivateType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PersonDeactivateType
-
public class PersonDeactivateType extends Object
The PersonDeactivateType model.
-
-
Constructor Summary
Constructors Constructor Description PersonDeactivateType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpersonId()Get the personId value.PersonRegistrationsTyperegistrations()Get the registrations value.PersonDeactivateTypewithPersonId(String personId)Set the personId value.PersonDeactivateTypewithRegistrations(PersonRegistrationsType registrations)Set the registrations value.
-
-
-
Method Detail
-
personId
public String personId()
Get the personId value.- Returns:
- the personId value
-
withPersonId
public PersonDeactivateType withPersonId(String personId)
Set the personId value.- Parameters:
personId- the personId value to set- Returns:
- the PersonDeactivateType object itself.
-
registrations
public PersonRegistrationsType registrations()
Get the registrations value.- Returns:
- the registrations value
-
withRegistrations
public PersonDeactivateType withRegistrations(PersonRegistrationsType registrations)
Set the registrations value.- Parameters:
registrations- the registrations value to set- Returns:
- the PersonDeactivateType object itself.
-
-