Uses of Class
com.fifa.connectid.sdk.core.api.models.MatchOfficialRegistrationType
-
Packages that use MatchOfficialRegistrationType 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 MatchOfficialRegistrationType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return MatchOfficialRegistrationType Modifier and Type Method Description MatchOfficialRegistrationTypeMatchOfficialRegistrationType. withDiscipline(String discipline)Set the sport/discipline this registration is for.MatchOfficialRegistrationTypeMatchOfficialRegistrationType. withMatchOfficialRole(String matchOfficialRole)Set the match official role type, e.g.MatchOfficialRegistrationTypeMatchOfficialRegistrationType. withOrganisationFIFAId(String organisationFIFAId)Set the worldwide unique FIFA id of the club or organisation the person is registered for.MatchOfficialRegistrationTypeMatchOfficialRegistrationType. withStatus(String status)Set the status of the registration.MatchOfficialRegistrationTypeMatchOfficialRegistrationType. withSystemId(String systemId)Set the identifier of the system to which the registration belongs.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type MatchOfficialRegistrationType Modifier and Type Method Description List<MatchOfficialRegistrationType>PersonRegistrationsType. matchOfficialRegistrations()Get the matchOfficialRegistrations value.List<MatchOfficialRegistrationType>PersonType. matchOfficialRegistrations()Get a collection of match official registrations with attributes.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type MatchOfficialRegistrationType Modifier and Type Method Description PersonRegistrationsTypePersonRegistrationsType. withMatchOfficialRegistrations(List<MatchOfficialRegistrationType> matchOfficialRegistrations)Set the matchOfficialRegistrations value.PersonTypePersonType. withMatchOfficialRegistrations(List<MatchOfficialRegistrationType> matchOfficialRegistrations)Set a collection of match official registrations with attributes. -
Uses of MatchOfficialRegistrationType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type MatchOfficialRegistrationType Modifier and Type Method Description static StringObjectFormatter. toString(MatchOfficialRegistrationType registration)
-