Class AddRegistrationsRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.AddRegistrationsRequestType
-
public class AddRegistrationsRequestType extends Object
The AddRegistrationsRequestType model.
-
-
Constructor Summary
Constructors Constructor Description AddRegistrationsRequestType()Initializes a new instance of the AddRegistrationsRequestType class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpersonId()Get fIFA Unique Identifier.PersonRegistrationsTyperegistrations()Get the registrations value.AddRegistrationsRequestTypewithPersonId(String personId)Set fIFA Unique Identifier.AddRegistrationsRequestTypewithRegistrations(PersonRegistrationsType registrations)Set the registrations value.
-
-
-
Method Detail
-
personId
public String personId()
Get fIFA Unique Identifier.- Returns:
- the personId value
-
withPersonId
public AddRegistrationsRequestType withPersonId(String personId)
Set fIFA Unique Identifier.- Parameters:
personId- the personId value to set- Returns:
- the AddRegistrationsRequestType object itself.
-
registrations
public PersonRegistrationsType registrations()
Get the registrations value.- Returns:
- the registrations value
-
withRegistrations
public AddRegistrationsRequestType withRegistrations(PersonRegistrationsType registrations)
Set the registrations value.- Parameters:
registrations- the registrations value to set- Returns:
- the AddRegistrationsRequestType object itself.
-
-