Uses of Class
com.fifa.connectid.sdk.core.FifaEntityDeletedException
-
Packages that use FifaEntityDeletedException Package Description com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.errorhandling -
-
Uses of FifaEntityDeletedException in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that throw FifaEntityDeletedException 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 personPersonTypeFifaConnectIdClient. getPerson(String personFifaId)Gets person data associated with the specified FIFA Unique Identifier.RegistrationTypeFifaConnectIdClient. getPrimaryDataProviderRegistrationType(String personFifaId)Gets registration belonging to the primary data provider of the person with the specified FIFA Unique Identifier.voidFifaConnectIdClient. 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 FifaEntityDeletedException in com.fifa.connectid.sdk.core.errorhandling
Methods in com.fifa.connectid.sdk.core.errorhandling that throw FifaEntityDeletedException Modifier and Type Method Description voidEntityDeletedExceptionHandler. Handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-