Uses of Class
com.fifa.connectid.sdk.core.api.models.UnmergePersonsRequestType
-
Packages that use UnmergePersonsRequestType 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 -
-
Uses of UnmergePersonsRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type UnmergePersonsRequestType Modifier and Type Method Description ObjectPersons. unmerge(UnmergePersonsRequestType body)Reverts merge operation.ObjectPersons. unmerge(UnmergePersonsRequestType body, String xActorDetails)Reverts merge operation.rx.Observable<Object>Persons. unmergeAsync(UnmergePersonsRequestType body)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>Persons. unmergeAsync(UnmergePersonsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<Object>Persons. unmergeAsync(UnmergePersonsRequestType body, String xActorDetails)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>Persons. unmergeAsync(UnmergePersonsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. unmergeWithServiceResponseAsync(UnmergePersonsRequestType body)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Persons. unmergeWithServiceResponseAsync(UnmergePersonsRequestType body, String xActorDetails)Reverts merge operation. -
Uses of UnmergePersonsRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type UnmergePersonsRequestType Modifier and Type Method Description ObjectPersonsImpl. unmerge(UnmergePersonsRequestType body)Reverts merge operation.ObjectPersonsImpl. unmerge(UnmergePersonsRequestType body, String xActorDetails)Reverts merge operation.rx.Observable<Object>PersonsImpl. unmergeAsync(UnmergePersonsRequestType body)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. unmergeAsync(UnmergePersonsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<Object>PersonsImpl. unmergeAsync(UnmergePersonsRequestType body, String xActorDetails)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>PersonsImpl. unmergeAsync(UnmergePersonsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. unmergeWithServiceResponseAsync(UnmergePersonsRequestType body)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>PersonsImpl. unmergeWithServiceResponseAsync(UnmergePersonsRequestType body, String xActorDetails)Reverts merge operation. -
Uses of UnmergePersonsRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return UnmergePersonsRequestType Modifier and Type Method Description UnmergePersonsRequestTypeUnmergePersonsRequestType. withPrimaryPersonFIFAId(String primaryPersonFIFAId)Set primary person FIFA Unique Identifier.UnmergePersonsRequestTypeUnmergePersonsRequestType. withSecondaryPersonFIFAId(String secondaryPersonFIFAId)Set secondary person FIFA Unique Identifier. -
Uses of UnmergePersonsRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type UnmergePersonsRequestType Modifier and Type Method Description static StringObjectFormatter. toString(UnmergePersonsRequestType unmergePersonsRequestType)
-