Uses of Class
com.fifa.connectid.sdk.core.api.models.PlayerRegistrationType
-
Packages that use PlayerRegistrationType 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 PlayerRegistrationType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PlayerRegistrationType Modifier and Type Method Description PlayerRegistrationTypePlayerRegistrationType. withDiscipline(String discipline)Set the sport/discipline this registration is for.PlayerRegistrationTypePlayerRegistrationType. withLevel(String level)Set the level the person was playing on for the club.PlayerRegistrationTypePlayerRegistrationType. withOrganisationFIFAId(String organisationFIFAId)Set the worldwide unique FIFA id of the club or organisation the person is registered for.PlayerRegistrationTypePlayerRegistrationType. withRegistrationNature(String registrationNature)Set defines the type of the registration whether it is a loan or permanent one.PlayerRegistrationTypePlayerRegistrationType. withStatus(String status)Set the status of the registration.PlayerRegistrationTypePlayerRegistrationType. 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 PlayerRegistrationType Modifier and Type Method Description List<PlayerRegistrationType>PersonRegistrationsType. playerRegistrations()Get the playerRegistrations value.List<PlayerRegistrationType>PersonType. playerRegistrations()Get a collection of player's registrations with attributes.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type PlayerRegistrationType Modifier and Type Method Description PersonRegistrationsTypePersonRegistrationsType. withPlayerRegistrations(List<PlayerRegistrationType> playerRegistrations)Set the playerRegistrations value.PersonTypePersonType. withPlayerRegistrations(List<PlayerRegistrationType> playerRegistrations)Set a collection of player's registrations with attributes. -
Uses of PlayerRegistrationType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type PlayerRegistrationType Modifier and Type Method Description static StringObjectFormatter. toString(PlayerRegistrationType registration)
-