Uses of Class
com.fifa.connectid.sdk.core.api.models.AddRegistrationsRequestType
-
Packages that use AddRegistrationsRequestType 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 AddRegistrationsRequestType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core with parameters of type AddRegistrationsRequestType Modifier and Type Method Description PersonTypeFifaConnectIdClient. addRegistrations(AddRegistrationsRequestType request, Boolean force)Adds person registrationsPersonTypeFifaConnectIdClientImpl. addRegistrations(AddRegistrationsRequestType request, Boolean force)Adds person registrations -
Uses of AddRegistrationsRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type AddRegistrationsRequestType Modifier and Type Method Description ObjectPersons. addRegistrationsByForce(AddRegistrationsRequestType body)Adds new person registrations.ObjectPersons. addRegistrationsByForce(AddRegistrationsRequestType body, Boolean force, String xActorDetails)Adds new person registrations.rx.Observable<Object>Persons. addRegistrationsByForceAsync(AddRegistrationsRequestType body)Adds new person registrations.com.microsoft.rest.ServiceFuture<Object>Persons. addRegistrationsByForceAsync(AddRegistrationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Adds new person registrations.rx.Observable<Object>Persons. addRegistrationsByForceAsync(AddRegistrationsRequestType body, Boolean force, String xActorDetails)Adds new person registrations.com.microsoft.rest.ServiceFuture<Object>Persons. addRegistrationsByForceAsync(AddRegistrationsRequestType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Adds new person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. addRegistrationsByForceWithServiceResponseAsync(AddRegistrationsRequestType body)Adds new person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. addRegistrationsByForceWithServiceResponseAsync(AddRegistrationsRequestType body, Boolean force, String xActorDetails)Adds new person registrations. -
Uses of AddRegistrationsRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type AddRegistrationsRequestType Modifier and Type Method Description ObjectPersonsImpl. addRegistrationsByForce(AddRegistrationsRequestType body)Adds new person registrations.ObjectPersonsImpl. addRegistrationsByForce(AddRegistrationsRequestType body, Boolean force, String xActorDetails)Adds new person registrations.rx.Observable<Object>PersonsImpl. addRegistrationsByForceAsync(AddRegistrationsRequestType body)Adds new person registrations.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. addRegistrationsByForceAsync(AddRegistrationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Adds new person registrations.rx.Observable<Object>PersonsImpl. addRegistrationsByForceAsync(AddRegistrationsRequestType body, Boolean force, String xActorDetails)Adds new person registrations.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. addRegistrationsByForceAsync(AddRegistrationsRequestType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Adds new person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. addRegistrationsByForceWithServiceResponseAsync(AddRegistrationsRequestType body)Adds new person registrations.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. addRegistrationsByForceWithServiceResponseAsync(AddRegistrationsRequestType body, Boolean force, String xActorDetails)Adds new person registrations. -
Uses of AddRegistrationsRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return AddRegistrationsRequestType Modifier and Type Method Description AddRegistrationsRequestTypeAddRegistrationsRequestType. withPersonId(String personId)Set fIFA Unique Identifier.AddRegistrationsRequestTypeAddRegistrationsRequestType. withRegistrations(PersonRegistrationsType registrations)Set the registrations value. -
Uses of AddRegistrationsRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type AddRegistrationsRequestType Modifier and Type Method Description static StringObjectFormatter. toString(AddRegistrationsRequestType requestType) -
Uses of AddRegistrationsRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type AddRegistrationsRequestType Modifier and Type Method Description PersonTypeIdDirectoryServiceClient. addRegistrations(AddRegistrationsRequestType request, Boolean force)PersonTypeIdDirectoryServiceClientImpl. addRegistrations(AddRegistrationsRequestType request, Boolean force)
-