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