Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonRegistrationsType
-
Packages that use PersonRegistrationsType Package Description com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements -
-
Uses of PersonRegistrationsType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonRegistrationsType Modifier and Type Method Description PersonRegistrationsTypeUpdateRegistrationsRequestType. newRegistrations()Get new registrations that will replace the old ones.PersonRegistrationsTypeUpdateRegistrationsRequestType. oldRegistrations()Get old registrations to be updated.PersonRegistrationsTypeAddRegistrationsRequestType. registrations()Get the registrations value.PersonRegistrationsTypePersonDeactivateType. registrations()Get the registrations value.PersonRegistrationsTypePersonRegistrationsType. withMatchOfficialRegistrations(List<MatchOfficialRegistrationType> matchOfficialRegistrations)Set the matchOfficialRegistrations value.PersonRegistrationsTypePersonRegistrationsType. withOrganisationOfficialRegistrations(List<OrganisationOfficialRegistrationType> organisationOfficialRegistrations)Set the organisationOfficialRegistrations value.PersonRegistrationsTypePersonRegistrationsType. withPlayerRegistrations(List<PlayerRegistrationType> playerRegistrations)Set the playerRegistrations value.PersonRegistrationsTypePersonRegistrationsType. withTeamOfficialRegistrations(List<TeamOfficialRegistrationType> teamOfficialRegistrations)Set the teamOfficialRegistrations value.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type PersonRegistrationsType Modifier and Type Method Description UpdateRegistrationsRequestTypeUpdateRegistrationsRequestType. withNewRegistrations(PersonRegistrationsType newRegistrations)Set new registrations that will replace the old ones.UpdateRegistrationsRequestTypeUpdateRegistrationsRequestType. withOldRegistrations(PersonRegistrationsType oldRegistrations)Set old registrations to be updated.AddRegistrationsRequestTypeAddRegistrationsRequestType. withRegistrations(PersonRegistrationsType registrations)Set the registrations value.PersonDeactivateTypePersonDeactivateType. withRegistrations(PersonRegistrationsType registrations)Set the registrations value. -
Uses of PersonRegistrationsType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type PersonRegistrationsType Modifier and Type Method Description static StringObjectFormatter. toString(PersonRegistrationsType registrationsType)
-