Uses of Class
com.fifa.connectid.sdk.core.api.models.UnmergeOrganisationsRequestType
-
Packages that use UnmergeOrganisationsRequestType 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 UnmergeOrganisationsRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type UnmergeOrganisationsRequestType Modifier and Type Method Description ObjectOrganisations. unmerge(UnmergeOrganisationsRequestType body)Reverts merge operation.ObjectOrganisations. unmerge(UnmergeOrganisationsRequestType body, String xActorDetails)Reverts merge operation.rx.Observable<Object>Organisations. unmergeAsync(UnmergeOrganisationsRequestType body)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>Organisations. unmergeAsync(UnmergeOrganisationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<Object>Organisations. unmergeAsync(UnmergeOrganisationsRequestType body, String xActorDetails)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>Organisations. unmergeAsync(UnmergeOrganisationsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. unmergeWithServiceResponseAsync(UnmergeOrganisationsRequestType body)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. unmergeWithServiceResponseAsync(UnmergeOrganisationsRequestType body, String xActorDetails)Reverts merge operation. -
Uses of UnmergeOrganisationsRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type UnmergeOrganisationsRequestType Modifier and Type Method Description ObjectOrganisationsImpl. unmerge(UnmergeOrganisationsRequestType body)Reverts merge operation.ObjectOrganisationsImpl. unmerge(UnmergeOrganisationsRequestType body, String xActorDetails)Reverts merge operation.rx.Observable<Object>OrganisationsImpl. unmergeAsync(UnmergeOrganisationsRequestType body)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. unmergeAsync(UnmergeOrganisationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<Object>OrganisationsImpl. unmergeAsync(UnmergeOrganisationsRequestType body, String xActorDetails)Reverts merge operation.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. unmergeAsync(UnmergeOrganisationsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. unmergeWithServiceResponseAsync(UnmergeOrganisationsRequestType body)Reverts merge operation.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. unmergeWithServiceResponseAsync(UnmergeOrganisationsRequestType body, String xActorDetails)Reverts merge operation. -
Uses of UnmergeOrganisationsRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return UnmergeOrganisationsRequestType Modifier and Type Method Description UnmergeOrganisationsRequestTypeUnmergeOrganisationsRequestType. withPrimaryOrganisationFIFAId(String primaryOrganisationFIFAId)Set primary organisation FIFA Unique Identifier.UnmergeOrganisationsRequestTypeUnmergeOrganisationsRequestType. withSecondaryOrganisationFIFAId(String secondaryOrganisationFIFAId)Set secondary organisation FIFA Unique Identifier. -
Uses of UnmergeOrganisationsRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type UnmergeOrganisationsRequestType Modifier and Type Method Description static StringObjectFormatter. toString(UnmergeOrganisationsRequestType unmergeOrganisationsRequestType)
-