Uses of Class
com.fifa.connectid.sdk.core.api.models.UpdateRegistrationsRequestType
-
Packages that use UpdateRegistrationsRequestType Package Description com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.api This package contains the classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.implementation This package contains the implementation classes for FIFAConnectIDHashingV6.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 -
-
Uses of UpdateRegistrationsRequestType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core with parameters of type UpdateRegistrationsRequestType Modifier and Type Method Description PersonTypeFifaConnectIdClient. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)Updates person registrationsPersonTypeFifaConnectIdClientImpl. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)Updates person registrations -
Uses of UpdateRegistrationsRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type UpdateRegistrationsRequestType Modifier and Type Method Description ObjectPersons. updateRegistrationsByForce(UpdateRegistrationsRequestType body)Updates specified person registrations.ObjectPersons. updateRegistrationsByForce(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails)Updates specified person registrations.rx.Observable<Object>Persons. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body)Updates specified person registrations.com.microsoft.rest.ServiceFuture<Object>Persons. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates specified person registrations.rx.Observable<Object>Persons. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails)Updates specified person registrations.com.microsoft.rest.ServiceFuture<Object>Persons. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates specified person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. updateRegistrationsByForceWithServiceResponseAsync(UpdateRegistrationsRequestType body)Updates specified person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. updateRegistrationsByForceWithServiceResponseAsync(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails)Updates specified person registrations. -
Uses of UpdateRegistrationsRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type UpdateRegistrationsRequestType Modifier and Type Method Description ObjectPersonsImpl. updateRegistrationsByForce(UpdateRegistrationsRequestType body)Updates specified person registrations.ObjectPersonsImpl. updateRegistrationsByForce(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails)Updates specified person registrations.rx.Observable<Object>PersonsImpl. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body)Updates specified person registrations.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates specified person registrations.rx.Observable<Object>PersonsImpl. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails)Updates specified person registrations.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. updateRegistrationsByForceAsync(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates specified person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. updateRegistrationsByForceWithServiceResponseAsync(UpdateRegistrationsRequestType body)Updates specified person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. updateRegistrationsByForceWithServiceResponseAsync(UpdateRegistrationsRequestType body, Boolean force, String xActorDetails)Updates specified person registrations. -
Uses of UpdateRegistrationsRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return UpdateRegistrationsRequestType Modifier and Type Method Description UpdateRegistrationsRequestTypeUpdateRegistrationsRequestType. withNewRegistrations(PersonRegistrationsType newRegistrations)Set new registrations that will replace the old ones.UpdateRegistrationsRequestTypeUpdateRegistrationsRequestType. withOldRegistrations(PersonRegistrationsType oldRegistrations)Set old registrations to be updated.UpdateRegistrationsRequestTypeUpdateRegistrationsRequestType. withPersonId(String personId)Set fIFA Unique Identifier. -
Uses of UpdateRegistrationsRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type UpdateRegistrationsRequestType Modifier and Type Method Description static StringObjectFormatter. toString(UpdateRegistrationsRequestType requestType) -
Uses of UpdateRegistrationsRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type UpdateRegistrationsRequestType Modifier and Type Method Description PersonTypeIdDirectoryServiceClient. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)PersonTypeIdDirectoryServiceClientImpl. updateRegistrations(UpdateRegistrationsRequestType request, Boolean force)
-