Class RegistrationType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.RegistrationType
-
public class RegistrationType extends Object
The RegistrationType model.
-
-
Constructor Summary
Constructors Constructor Description RegistrationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringorganisationFIFAId()Get the worldwide unique FIFA id of the club or organisation the person is registered for.Stringstatus()Get the status of the registration.StringsystemId()Get the identifier of the system to which the registration belongs.RegistrationTypewithOrganisationFIFAId(String organisationFIFAId)Set the worldwide unique FIFA id of the club or organisation the person is registered for.RegistrationTypewithStatus(String status)Set the status of the registration.RegistrationTypewithSystemId(String systemId)Set the identifier of the system to which the registration belongs.
-
-
-
Method Detail
-
organisationFIFAId
public String organisationFIFAId()
Get the worldwide unique FIFA id of the club or organisation the person is registered for.- Returns:
- the organisationFIFAId value
-
withOrganisationFIFAId
public RegistrationType withOrganisationFIFAId(String organisationFIFAId)
Set the worldwide unique FIFA id of the club or organisation the person is registered for.- Parameters:
organisationFIFAId- the organisationFIFAId value to set- Returns:
- the RegistrationType object itself.
-
status
public String status()
Get the status of the registration. Possible values include: 'active', 'inactive', 'pending'.- Returns:
- the status value
-
withStatus
public RegistrationType withStatus(String status)
Set the status of the registration. Possible values include: 'active', 'inactive', 'pending'.- Parameters:
status- the status value to set- Returns:
- the RegistrationType object itself.
-
systemId
public String systemId()
Get the identifier of the system to which the registration belongs.- Returns:
- the systemId value
-
withSystemId
public RegistrationType withSystemId(String systemId)
Set the identifier of the system to which the registration belongs.- Parameters:
systemId- the systemId value to set- Returns:
- the RegistrationType object itself.
-
-