Uses of Class
com.fifa.connectid.sdk.core.api.models.OrganisationOfficialRegistrationType
-
Packages that use OrganisationOfficialRegistrationType 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 OrganisationOfficialRegistrationType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return OrganisationOfficialRegistrationType Modifier and Type Method Description OrganisationOfficialRegistrationTypeOrganisationOfficialRegistrationType. withOrganisationFIFAId(String organisationFIFAId)Set the worldwide unique FIFA id of the club or organisation the person is registered for.OrganisationOfficialRegistrationTypeOrganisationOfficialRegistrationType. withOrganisationOfficialRole(String organisationOfficialRole)Set the organisation official's role type, e.g.OrganisationOfficialRegistrationTypeOrganisationOfficialRegistrationType. withStatus(String status)Set the status of the registration.OrganisationOfficialRegistrationTypeOrganisationOfficialRegistrationType. 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 OrganisationOfficialRegistrationType Modifier and Type Method Description List<OrganisationOfficialRegistrationType>PersonRegistrationsType. organisationOfficialRegistrations()Get the organisationOfficialRegistrations value.List<OrganisationOfficialRegistrationType>PersonType. organisationOfficialRegistrations()Get a collection of organisation official registrations with attributes.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type OrganisationOfficialRegistrationType Modifier and Type Method Description PersonRegistrationsTypePersonRegistrationsType. withOrganisationOfficialRegistrations(List<OrganisationOfficialRegistrationType> organisationOfficialRegistrations)Set the organisationOfficialRegistrations value.PersonTypePersonType. withOrganisationOfficialRegistrations(List<OrganisationOfficialRegistrationType> organisationOfficialRegistrations)Set a collection of organisation official registrations with attributes. -
Uses of OrganisationOfficialRegistrationType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type OrganisationOfficialRegistrationType Modifier and Type Method Description static StringObjectFormatter. toString(OrganisationOfficialRegistrationType registration)
-