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