Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonType
-
Packages that use PersonType Package Description com.fifa.connectid.sdk com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements com.fifa.connectid.sdk.core.iddirectory com.fifa.connectid.sdk.core.xmlparser.models -
-
Uses of PersonType in com.fifa.connectid.sdk
Methods in com.fifa.connectid.sdk that return PersonType Modifier and Type Method Description PersonTypeRegistrationFacade. forceUpdatePerson(String personId, List<PersonName> names, org.joda.time.LocalDate dateOfBirth)Updates person data even if possible duplicates are foundPersonTypeRegistrationFacade. forceUpdatePerson(String personId, List<PersonName> names, org.joda.time.LocalDate dateOfBirth, String gender)Updates person data even if possible duplicates are foundPersonTypeUpdateResult. getPerson()Methods in com.fifa.connectid.sdk with parameters of type PersonType Modifier and Type Method Description static UpdateResultUpdateResult. success(PersonType person) -
Uses of PersonType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return PersonType Modifier and Type Method Description PersonTypeFifaConnectIdClient. addRegistrations(AddRegistrationsRequestType request, Boolean force)Adds person registrationsPersonTypeFifaConnectIdClientImpl. addRegistrations(AddRegistrationsRequestType request, Boolean force)Adds person registrationsPersonTypeFifaConnectIdClient. getPerson(String personFifaId)Gets person data associated with the specified FIFA Unique Identifier.PersonTypeFifaConnectIdClientImpl. getPerson(String personFifaId)Gets person data associated with the specified FIFA Unique Identifier.PersonTypeHashedPersonType. getPerson()Get the person value.PersonTypeFifaConnectIdClient. mergePersons(String primaryPersonId, String secondaryPersonId)Merges two persons.PersonTypeFifaConnectIdClientImpl. mergePersons(String primaryPersonId, String secondaryPersonId)Merges two persons.PersonTypeFifaConnectIdClient. unmergePersons(String primaryPersonId, String secondaryPersonId)Reverts merge operation.PersonTypeFifaConnectIdClientImpl. unmergePersons(String primaryPersonId, String secondaryPersonId)Reverts merge operation.PersonTypeFifaConnectIdClient. updatePerson(String personId, List<PersonName> names, org.joda.time.LocalDate dateOfBirth, boolean force)Updates person data.PersonTypeFifaConnectIdClient. updatePerson(String personId, List<PersonName> names, org.joda.time.LocalDate dateOfBirth, String gender, boolean force)Updates person data.PersonTypeFifaConnectIdClientImpl. updatePerson(String personId, List<PersonName> names, org.joda.time.LocalDate dateOfBirth, boolean force)Updates person data.PersonTypeFifaConnectIdClientImpl. updatePerson(String personId, List<PersonName> names, org.joda.time.LocalDate dateOfBirth, String gender, boolean force)Updates person data.PersonTypeFifaConnectIdClient. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)Updates person registrationsPersonTypeFifaConnectIdClientImpl. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)Updates person registrationsMethods in com.fifa.connectid.sdk.core with parameters of type PersonType Modifier and Type Method Description voidHashedPersonType. setPerson(PersonType person)Set the person value.Constructors in com.fifa.connectid.sdk.core with parameters of type PersonType Constructor Description FifaPersonMergedException(String primaryEntityId, PersonType requestedPerson, String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse) -
Uses of PersonType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonType Modifier and Type Method Description PersonTypeGetDuplicatesRequestType. person()Get a person data that can be stored in central system.PersonTypePersonDuplicateType. person()Get data of matching person.PersonTypeRegisterPersonRequestType. person()Get a person data that can be stored in central system.PersonTypePersonType. withDateOfBirth(org.joda.time.LocalDate dateOfBirth)Set the date of birth of a person.PersonTypePersonType. withGender(String gender)Set the sex of the person.PersonTypePersonType. withMatchOfficialRegistrations(List<MatchOfficialRegistrationType> matchOfficialRegistrations)Set a collection of match official registrations with attributes.PersonTypePersonType. withOrganisationOfficialRegistrations(List<OrganisationOfficialRegistrationType> organisationOfficialRegistrations)Set a collection of organisation official registrations with attributes.PersonTypePersonType. withPlayerRegistrations(List<PlayerRegistrationType> playerRegistrations)Set a collection of player's registrations with attributes.PersonTypePersonType. withTeamOfficialRegistrations(List<TeamOfficialRegistrationType> teamOfficialRegistrations)Set a collection of team official registrations with attributes.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type PersonType Modifier and Type Method Description GetDuplicatesRequestTypeGetDuplicatesRequestType. withPerson(PersonType person)Set a person data that can be stored in central system.PersonDuplicateTypePersonDuplicateType. withPerson(PersonType person)Set data of matching person.RegisterPersonRequestTypeRegisterPersonRequestType. withPerson(PersonType person)Set a person data that can be stored in central system. -
Uses of PersonType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type PersonType Modifier and Type Method Description static StringObjectFormatter. toString(PersonType person) -
Uses of PersonType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return PersonType Modifier and Type Method Description PersonTypeIdDirectoryServiceClient. addRegistrations(AddRegistrationsRequestType request, Boolean force)PersonTypeIdDirectoryServiceClientImpl. addRegistrations(AddRegistrationsRequestType request, Boolean force)PersonTypeIdDirectoryServiceClient. getPerson(String personFifaId)PersonTypeIdDirectoryServiceClientImpl. getPerson(String personFifaId)PersonTypeIdDirectoryServiceClient. mergePersons(String primaryPersonId, String secondaryPersonId)PersonTypeIdDirectoryServiceClientImpl. mergePersons(String primaryPersonId, String secondaryPersonId)PersonTypeIdDirectoryServiceClient. unmergePersons(String primaryPersonId, String secondaryPersonId)PersonTypeIdDirectoryServiceClientImpl. unmergePersons(String primaryPersonId, String secondaryPersonId)PersonTypeIdDirectoryServiceClient. updatePerson(UpdatePersonRequestType request, Boolean force)PersonTypeIdDirectoryServiceClientImpl. updatePerson(UpdatePersonRequestType request, Boolean force)PersonTypeIdDirectoryServiceClient. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)PersonTypeIdDirectoryServiceClientImpl. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force) -
Uses of PersonType in com.fifa.connectid.sdk.core.xmlparser.models
Methods in com.fifa.connectid.sdk.core.xmlparser.models that return PersonType Modifier and Type Method Description PersonTypePersonData. getPerson()Methods in com.fifa.connectid.sdk.core.xmlparser.models with parameters of type PersonType Modifier and Type Method Description voidPersonData. setPerson(PersonType person)Constructors in com.fifa.connectid.sdk.core.xmlparser.models with parameters of type PersonType Constructor Description PersonData(List<PersonName> names, PersonType person)PersonData(List<PersonName> names, PersonType person, PersonNameComparer personNameComparer)
-