Uses of Class
com.fifa.connectid.sdk.core.FifaPersonMergedException
-
Packages that use FifaPersonMergedException Package Description com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.errorhandling -
-
Uses of FifaPersonMergedException in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that throw FifaPersonMergedException Modifier and Type Method Description List<String>FifaConnectIdClient. getDataHoldersOfPerson(String personFifaId)Gets systems registered as Data Holder for the given personList<String>FifaConnectIdClientImpl. getDataHoldersOfPerson(String personFifaId)Gets systems registered as Data Holder for the given personvoidFifaConnectIdClient. registerAsDataHolderOfPerson(String personFifaId)Registers current system as Data Holder for the given personvoidFifaConnectIdClientImpl. registerAsDataHolderOfPerson(String personFifaId)Registers current system as Data Holder for the given person -
Uses of FifaPersonMergedException in com.fifa.connectid.sdk.core.errorhandling
Methods in com.fifa.connectid.sdk.core.errorhandling that throw FifaPersonMergedException Modifier and Type Method Description voidPersonMergedExceptionHandler. Handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-