Uses of Class
com.fifa.connectid.sdk.core.api.models.UpdatePersonRequestType
-
Packages that use UpdatePersonRequestType 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 UpdatePersonRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type UpdatePersonRequestType Modifier and Type Method Description ObjectPersons. updatePersonByForce(UpdatePersonRequestType body)Updates person data.ObjectPersons. updatePersonByForce(UpdatePersonRequestType body, Boolean force, String xActorDetails)Updates person data.rx.Observable<Object>Persons. updatePersonByForceAsync(UpdatePersonRequestType body)Updates person data.com.microsoft.rest.ServiceFuture<Object>Persons. updatePersonByForceAsync(UpdatePersonRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates person data.rx.Observable<Object>Persons. updatePersonByForceAsync(UpdatePersonRequestType body, Boolean force, String xActorDetails)Updates person data.com.microsoft.rest.ServiceFuture<Object>Persons. updatePersonByForceAsync(UpdatePersonRequestType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates person data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. updatePersonByForceWithServiceResponseAsync(UpdatePersonRequestType body)Updates person data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. updatePersonByForceWithServiceResponseAsync(UpdatePersonRequestType body, Boolean force, String xActorDetails)Updates person data. -
Uses of UpdatePersonRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type UpdatePersonRequestType Modifier and Type Method Description ObjectPersonsImpl. updatePersonByForce(UpdatePersonRequestType body)Updates person data.ObjectPersonsImpl. updatePersonByForce(UpdatePersonRequestType body, Boolean force, String xActorDetails)Updates person data.rx.Observable<Object>PersonsImpl. updatePersonByForceAsync(UpdatePersonRequestType body)Updates person data.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. updatePersonByForceAsync(UpdatePersonRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates person data.rx.Observable<Object>PersonsImpl. updatePersonByForceAsync(UpdatePersonRequestType body, Boolean force, String xActorDetails)Updates person data.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. updatePersonByForceAsync(UpdatePersonRequestType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates person data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. updatePersonByForceWithServiceResponseAsync(UpdatePersonRequestType body)Updates person data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. updatePersonByForceWithServiceResponseAsync(UpdatePersonRequestType body, Boolean force, String xActorDetails)Updates person data. -
Uses of UpdatePersonRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return UpdatePersonRequestType Modifier and Type Method Description UpdatePersonRequestTypeUpdatePersonRequestType. withDateOfBirth(org.joda.time.LocalDate dateOfBirth)Set the date of birth of a person.UpdatePersonRequestTypeUpdatePersonRequestType. withGender(String gender)Set the sex of the person.UpdatePersonRequestTypeUpdatePersonRequestType. withNameHashes(List<HashedNameType> nameHashes)Set a list of hashes generated by the FIFA hashing service.UpdatePersonRequestTypeUpdatePersonRequestType. withPersonId(String personId)Set fIFA Unique Identifier. -
Uses of UpdatePersonRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type UpdatePersonRequestType Modifier and Type Method Description static StringObjectFormatter. toString(UpdatePersonRequestType requestType) -
Uses of UpdatePersonRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type UpdatePersonRequestType Modifier and Type Method Description PersonTypeIdDirectoryServiceClient. updatePerson(UpdatePersonRequestType request, Boolean force)PersonTypeIdDirectoryServiceClientImpl. updatePerson(UpdatePersonRequestType request, Boolean force)
-