Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonRegistrationContextType
-
Packages that use PersonRegistrationContextType Package Description com.fifa.connectid.sdk com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements -
-
Uses of PersonRegistrationContextType in com.fifa.connectid.sdk
Methods in com.fifa.connectid.sdk that return PersonRegistrationContextType Modifier and Type Method Description PersonRegistrationContextTypeDuplicatesOfRegisteredPerson. getPersonRegistrationContext()PersonRegistrationContextTypeUpdateResult. getRegistrationContext()Constructors in com.fifa.connectid.sdk with parameters of type PersonRegistrationContextType Constructor Description DuplicatesOfRegisteredPerson(PersonRegistrationContextType personRegistrationContextType, Collection<PersonDuplicateWithDetails> duplicates) -
Uses of PersonRegistrationContextType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonRegistrationContextType Modifier and Type Method Description PersonRegistrationContextTypePersonDuplicateType. personRegistrationContext()Get the context of the registration in Connect ID.PersonRegistrationContextTypeGetDuplicatesOfRegisteredPersonResponseType. requestedPersonRegistrationContext()Get the context of the registration in Connect ID.PersonRegistrationContextTypePersonRegistrationContextType. withRegistrationDate(org.joda.time.LocalDate registrationDate)Set the registrationDate value.Methods in com.fifa.connectid.sdk.core.api.models with parameters of type PersonRegistrationContextType Modifier and Type Method Description PersonDuplicateTypePersonDuplicateType. withPersonRegistrationContext(PersonRegistrationContextType personRegistrationContext)Set the context of the registration in Connect ID.GetDuplicatesOfRegisteredPersonResponseTypeGetDuplicatesOfRegisteredPersonResponseType. withRequestedPersonRegistrationContext(PersonRegistrationContextType requestedPersonRegistrationContext)Set the context of the registration in Connect ID. -
Uses of PersonRegistrationContextType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type PersonRegistrationContextType Modifier and Type Method Description static StringObjectFormatter. toString(PersonRegistrationContextType registrationContext)
-