Uses of Class
com.fifa.connectid.sdk.core.api.models.RegisterPersonRequestType
-
Packages that use RegisterPersonRequestType Package Description 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 RegisterPersonRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type RegisterPersonRequestType Modifier and Type Method Description ObjectPersons. forceRegister(RegisterPersonRequestType body)Registers a new person even if possible duplicates are found.ObjectPersons. forceRegister(RegisterPersonRequestType body, String xActorDetails)Registers a new person even if possible duplicates are found.rx.Observable<Object>Persons. forceRegisterAsync(RegisterPersonRequestType body)Registers a new person even if possible duplicates are found.com.microsoft.rest.ServiceFuture<Object>Persons. forceRegisterAsync(RegisterPersonRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person even if possible duplicates are found.rx.Observable<Object>Persons. forceRegisterAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person even if possible duplicates are found.com.microsoft.rest.ServiceFuture<Object>Persons. forceRegisterAsync(RegisterPersonRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person even if possible duplicates are found.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. forceRegisterWithServiceResponseAsync(RegisterPersonRequestType body)Registers a new person even if possible duplicates are found.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. forceRegisterWithServiceResponseAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person even if possible duplicates are found.ObjectPersons. register(RegisterPersonRequestType body)Registers a new person and assigns FIFA Unique Identifier.ObjectPersons. register(RegisterPersonRequestType body, String xActorDetails)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<Object>Persons. registerAsync(RegisterPersonRequestType body)Registers a new person and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>Persons. registerAsync(RegisterPersonRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<Object>Persons. registerAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>Persons. registerAsync(RegisterPersonRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. registerWithServiceResponseAsync(RegisterPersonRequestType body)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. registerWithServiceResponseAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person and assigns FIFA Unique Identifier. -
Uses of RegisterPersonRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type RegisterPersonRequestType Modifier and Type Method Description ObjectPersonsImpl. forceRegister(RegisterPersonRequestType body)Registers a new person even if possible duplicates are found.ObjectPersonsImpl. forceRegister(RegisterPersonRequestType body, String xActorDetails)Registers a new person even if possible duplicates are found.rx.Observable<Object>PersonsImpl. forceRegisterAsync(RegisterPersonRequestType body)Registers a new person even if possible duplicates are found.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. forceRegisterAsync(RegisterPersonRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person even if possible duplicates are found.rx.Observable<Object>PersonsImpl. forceRegisterAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person even if possible duplicates are found.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. forceRegisterAsync(RegisterPersonRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person even if possible duplicates are found.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. forceRegisterWithServiceResponseAsync(RegisterPersonRequestType body)Registers a new person even if possible duplicates are found.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. forceRegisterWithServiceResponseAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person even if possible duplicates are found.ObjectPersonsImpl. register(RegisterPersonRequestType body)Registers a new person and assigns FIFA Unique Identifier.ObjectPersonsImpl. register(RegisterPersonRequestType body, String xActorDetails)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<Object>PersonsImpl. registerAsync(RegisterPersonRequestType body)Registers a new person and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. registerAsync(RegisterPersonRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<Object>PersonsImpl. registerAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. registerAsync(RegisterPersonRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. registerWithServiceResponseAsync(RegisterPersonRequestType body)Registers a new person and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. registerWithServiceResponseAsync(RegisterPersonRequestType body, String xActorDetails)Registers a new person and assigns FIFA Unique Identifier. -
Uses of RegisterPersonRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return RegisterPersonRequestType Modifier and Type Method Description RegisterPersonRequestTypeRegisterPersonRequestType. withLocalId(String localId)Set local identifier of person.RegisterPersonRequestTypeRegisterPersonRequestType. withNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service.RegisterPersonRequestTypeRegisterPersonRequestType. withPerson(PersonType person)Set a person data that can be stored in central system. -
Uses of RegisterPersonRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type RegisterPersonRequestType Modifier and Type Method Description static StringObjectFormatter. toString(RegisterPersonRequestType request) -
Uses of RegisterPersonRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return RegisterPersonRequestType Modifier and Type Method Description RegisterPersonRequestTypeRegisterPersonRequestProcessor. process(RegisterPersonRequestType request)Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type RegisterPersonRequestType Modifier and Type Method Description RegisterResponseTypeIdDirectoryServiceClient. forceRegisterPerson(RegisterPersonRequestType request)RegisterResponseTypeIdDirectoryServiceClientImpl. forceRegisterPerson(RegisterPersonRequestType request)RegisterPersonRequestTypeRegisterPersonRequestProcessor. process(RegisterPersonRequestType request)RegisterResponseTypeIdDirectoryServiceClient. registerPerson(RegisterPersonRequestType request)RegisterResponseTypeIdDirectoryServiceClientImpl. registerPerson(RegisterPersonRequestType request)
-