Uses of Class
com.fifa.connectid.sdk.core.api.models.PersonGetByPersonfifaidHeaders
-
Packages that use PersonGetByPersonfifaidHeaders 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. -
-
Uses of PersonGetByPersonfifaidHeaders in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api that return types with arguments of type PersonGetByPersonfifaidHeaders Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,PersonGetByPersonfifaidHeaders>>Persons. getByPersonfifaidWithServiceResponseAsync(String personFifaId)Gets person data associated with the specified FIFA Unique Identifier. -
Uses of PersonGetByPersonfifaidHeaders in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation that return types with arguments of type PersonGetByPersonfifaidHeaders Modifier and Type Method Description rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,PersonGetByPersonfifaidHeaders>>PersonsImpl. getByPersonfifaidWithServiceResponseAsync(String personFifaId)Gets person data associated with the specified FIFA Unique Identifier. -
Uses of PersonGetByPersonfifaidHeaders in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return PersonGetByPersonfifaidHeaders Modifier and Type Method Description PersonGetByPersonfifaidHeadersPersonGetByPersonfifaidHeaders. withXMergedInto(String xMergedInto)Set primary person FIFA Unique Identifier.
-