Uses of Class
com.fifa.connectid.sdk.core.api.models.OrganisationLocalType
-
Packages that use OrganisationLocalType Package Description com.fifa.connectid.sdk.core 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 OrganisationLocalType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return OrganisationLocalType Modifier and Type Method Description OrganisationLocalTypeFifaConnectIdClient. getOrganisation(String organisationFifaId)Gets organisation data associated with the specified FIFA Unique Identifier.OrganisationLocalTypeFifaConnectIdClientImpl. getOrganisation(String organisationFifaId)Gets organisation data associated with the specified FIFA Unique Identifier.OrganisationLocalTypeFifaConnectIdClient. mergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)Merges two organisations.OrganisationLocalTypeFifaConnectIdClientImpl. mergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)Merges two organisations.OrganisationLocalTypeFifaConnectIdClient. unmergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)Reverts merge operation.OrganisationLocalTypeFifaConnectIdClientImpl. unmergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)Reverts merge operation.OrganisationLocalTypeFifaConnectIdClient. updateOrganisation(OrganisationLocalType organisation)Updates the organisation.OrganisationLocalTypeFifaConnectIdClient. updateOrganisation(OrganisationLocalType organisation, Boolean force)Updates the organisation.OrganisationLocalTypeFifaConnectIdClientImpl. updateOrganisation(OrganisationLocalType organisation)Updates the organisation.OrganisationLocalTypeFifaConnectIdClientImpl. updateOrganisation(OrganisationLocalType organisation, Boolean force)Updates the organisation.Methods in com.fifa.connectid.sdk.core that return types with arguments of type OrganisationLocalType Modifier and Type Method Description List<OrganisationLocalType>FifaConnectIdClient. getOrganisationDuplicates(OrganisationLocalType organisation)Gets a list of organisations this organisation may be duplicated with.List<OrganisationLocalType>FifaConnectIdClientImpl. getOrganisationDuplicates(OrganisationLocalType organisation)Gets a list of organisations this organisation may be duplicated with.Methods in com.fifa.connectid.sdk.core with parameters of type OrganisationLocalType Modifier and Type Method Description List<OrganisationLocalType>FifaConnectIdClient. getOrganisationDuplicates(OrganisationLocalType organisation)Gets a list of organisations this organisation may be duplicated with.List<OrganisationLocalType>FifaConnectIdClientImpl. getOrganisationDuplicates(OrganisationLocalType organisation)Gets a list of organisations this organisation may be duplicated with.StringFifaConnectIdClient. registerOrganisation(OrganisationLocalType organisation)Registers a new organisation and assigns FIFA Unique Identifier.StringFifaConnectIdClient. registerOrganisation(OrganisationLocalType organisation, Boolean force)Registers a new organisation and assigns FIFA Unique Identifier.StringFifaConnectIdClientImpl. registerOrganisation(OrganisationLocalType organisation)Registers a new organisation and assigns FIFA Unique Identifier.StringFifaConnectIdClientImpl. registerOrganisation(OrganisationLocalType organisation, Boolean force)Registers a new organisation and assigns FIFA Unique Identifier.OrganisationLocalTypeFifaConnectIdClient. updateOrganisation(OrganisationLocalType organisation)Updates the organisation.OrganisationLocalTypeFifaConnectIdClient. updateOrganisation(OrganisationLocalType organisation, Boolean force)Updates the organisation.OrganisationLocalTypeFifaConnectIdClientImpl. updateOrganisation(OrganisationLocalType organisation)Updates the organisation.OrganisationLocalTypeFifaConnectIdClientImpl. updateOrganisation(OrganisationLocalType organisation, Boolean force)Updates the organisation.Constructors in com.fifa.connectid.sdk.core with parameters of type OrganisationLocalType Constructor Description FifaOrganisationMergedException(String primaryOrganisationId, OrganisationLocalType requestedOrganisation, String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse) -
Uses of OrganisationLocalType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type OrganisationLocalType Modifier and Type Method Description ObjectOrganisations. getDuplicates(OrganisationLocalType body)Gets a list of organisations this organisation may be duplicated with.ObjectOrganisations. getDuplicates(OrganisationLocalType body, String xActorDetails)Gets a list of organisations this organisation may be duplicated with.rx.Observable<Object>Organisations. getDuplicatesAsync(OrganisationLocalType body)Gets a list of organisations this organisation may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Organisations. getDuplicatesAsync(OrganisationLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of organisations this organisation may be duplicated with.rx.Observable<Object>Organisations. getDuplicatesAsync(OrganisationLocalType body, String xActorDetails)Gets a list of organisations this organisation may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Organisations. getDuplicatesAsync(OrganisationLocalType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of organisations this organisation may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. getDuplicatesWithServiceResponseAsync(OrganisationLocalType body)Gets a list of organisations this organisation may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. getDuplicatesWithServiceResponseAsync(OrganisationLocalType body, String xActorDetails)Gets a list of organisations this organisation may be duplicated with.ObjectOrganisations. registerByForce(OrganisationLocalType body)Registers a new organisation and assigns FIFA Unique Identifier.ObjectOrganisations. registerByForce(OrganisationLocalType body, Boolean force, String xActorDetails)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<Object>Organisations. registerByForceAsync(OrganisationLocalType body)Registers a new organisation and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>Organisations. registerByForceAsync(OrganisationLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<Object>Organisations. registerByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Registers a new organisation and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>Organisations. registerByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. registerByForceWithServiceResponseAsync(OrganisationLocalType body)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. registerByForceWithServiceResponseAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Registers a new organisation and assigns FIFA Unique Identifier.ObjectOrganisations. updateByForce(OrganisationLocalType body)Updates organisation data.ObjectOrganisations. updateByForce(OrganisationLocalType body, Boolean force, String xActorDetails)Updates organisation data.rx.Observable<Object>Organisations. updateByForceAsync(OrganisationLocalType body)Updates organisation data.com.microsoft.rest.ServiceFuture<Object>Organisations. updateByForceAsync(OrganisationLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates organisation data.rx.Observable<Object>Organisations. updateByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Updates organisation data.com.microsoft.rest.ServiceFuture<Object>Organisations. updateByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates organisation data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. updateByForceWithServiceResponseAsync(OrganisationLocalType body)Updates organisation data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. updateByForceWithServiceResponseAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Updates organisation data. -
Uses of OrganisationLocalType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type OrganisationLocalType Modifier and Type Method Description ObjectOrganisationsImpl. getDuplicates(OrganisationLocalType body)Gets a list of organisations this organisation may be duplicated with.ObjectOrganisationsImpl. getDuplicates(OrganisationLocalType body, String xActorDetails)Gets a list of organisations this organisation may be duplicated with.rx.Observable<Object>OrganisationsImpl. getDuplicatesAsync(OrganisationLocalType body)Gets a list of organisations this organisation may be duplicated with.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. getDuplicatesAsync(OrganisationLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of organisations this organisation may be duplicated with.rx.Observable<Object>OrganisationsImpl. getDuplicatesAsync(OrganisationLocalType body, String xActorDetails)Gets a list of organisations this organisation may be duplicated with.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. getDuplicatesAsync(OrganisationLocalType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of organisations this organisation may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. getDuplicatesWithServiceResponseAsync(OrganisationLocalType body)Gets a list of organisations this organisation may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. getDuplicatesWithServiceResponseAsync(OrganisationLocalType body, String xActorDetails)Gets a list of organisations this organisation may be duplicated with.ObjectOrganisationsImpl. registerByForce(OrganisationLocalType body)Registers a new organisation and assigns FIFA Unique Identifier.ObjectOrganisationsImpl. registerByForce(OrganisationLocalType body, Boolean force, String xActorDetails)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<Object>OrganisationsImpl. registerByForceAsync(OrganisationLocalType body)Registers a new organisation and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. registerByForceAsync(OrganisationLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<Object>OrganisationsImpl. registerByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Registers a new organisation and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. registerByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. registerByForceWithServiceResponseAsync(OrganisationLocalType body)Registers a new organisation and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. registerByForceWithServiceResponseAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Registers a new organisation and assigns FIFA Unique Identifier.ObjectOrganisationsImpl. updateByForce(OrganisationLocalType body)Updates organisation data.ObjectOrganisationsImpl. updateByForce(OrganisationLocalType body, Boolean force, String xActorDetails)Updates organisation data.rx.Observable<Object>OrganisationsImpl. updateByForceAsync(OrganisationLocalType body)Updates organisation data.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. updateByForceAsync(OrganisationLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates organisation data.rx.Observable<Object>OrganisationsImpl. updateByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Updates organisation data.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. updateByForceAsync(OrganisationLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates organisation data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. updateByForceWithServiceResponseAsync(OrganisationLocalType body)Updates organisation data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. updateByForceWithServiceResponseAsync(OrganisationLocalType body, Boolean force, String xActorDetails)Updates organisation data. -
Uses of OrganisationLocalType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return OrganisationLocalType Modifier and Type Method Description OrganisationLocalTypeOrganisationLocalType. withClubTrainingCategory(String clubTrainingCategory)Set possible values include: 'Category1', 'Category2', 'Category3', 'Category4'.OrganisationLocalTypeOrganisationLocalType. withComplianceAndPaymentManager(ComplianceAndPaymentManagerType complianceAndPaymentManager)Set the complianceAndPaymentManager value.OrganisationLocalTypeOrganisationLocalType. withDissolutionDate(org.joda.time.LocalDate dissolutionDate)Set the dissolutionDate value.OrganisationLocalTypeOrganisationLocalType. withEmail(String email)Set the email value.OrganisationLocalTypeOrganisationLocalType. withFax(String fax)Set the fax value.OrganisationLocalTypeOrganisationLocalType. withFoundationDate(org.joda.time.LocalDate foundationDate)Set the foundationDate value.OrganisationLocalTypeOrganisationLocalType. withInternationalName(String internationalName)Set the internationalName value.OrganisationLocalTypeOrganisationLocalType. withInternationalShortName(String internationalShortName)Set the internationalShortName value.OrganisationLocalTypeOrganisationLocalType. withLocalCountry(String localCountry)Set the localCountry value.OrganisationLocalTypeOrganisationLocalType. withLocalLanguage(String localLanguage)Set the localLanguage value.OrganisationLocalTypeOrganisationLocalType. withLocalName(String localName)Set the localName value.OrganisationLocalTypeOrganisationLocalType. withLocalOrganisationName(List<LocalNameType> localOrganisationName)Set the localOrganisationName value.OrganisationLocalTypeOrganisationLocalType. withLocalShortName(String localShortName)Set the localShortName value.OrganisationLocalTypeOrganisationLocalType. withLocalSystemMAId(String localSystemMAId)Set the localSystemMAId value.OrganisationLocalTypeOrganisationLocalType. withLogo(PictureType logo)Set the logo value.OrganisationLocalTypeOrganisationLocalType. withNationalIdentifier(List<NationalIdentifierType> nationalIdentifier)Set the nationalIdentifier value.OrganisationLocalTypeOrganisationLocalType. withOfficialAddress(AddressType officialAddress)Set the officialAddress value.OrganisationLocalTypeOrganisationLocalType. withOrganisationFIFAId(String organisationFIFAId)Set the organisationFIFAId value.OrganisationLocalTypeOrganisationLocalType. withOrganisationNature(String organisationNature)Set possible values include: 'WorldFederation', 'Confederation', 'NationalAssociation', 'RegionalAssociation', 'Club', 'Team', 'School', 'MA Academy', 'Grassroot Programme', 'Private Academy', 'College', 'University', 'Other'.OrganisationLocalTypeOrganisationLocalType. withParentOrganisationFIFAId(String parentOrganisationFIFAId)Set the parentOrganisationFIFAId value.OrganisationLocalTypeOrganisationLocalType. withPhone(String phone)Set the phone value.OrganisationLocalTypeOrganisationLocalType. withStatus(String status)Set possible values include: 'active', 'inactive', 'pending'.OrganisationLocalTypeOrganisationLocalType. withSupportedDiscipline(List<SupportedDisciplineType> supportedDiscipline)Set the supportedDiscipline value.OrganisationLocalTypeOrganisationLocalType. withWebAddress(String webAddress)Set the webAddress value.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type OrganisationLocalType Modifier and Type Method Description List<OrganisationLocalType>GetOrganisationDuplicatesResponseType. duplicates()Get a list of organisations this organisation may be duplicated with.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type OrganisationLocalType Modifier and Type Method Description GetOrganisationDuplicatesResponseTypeGetOrganisationDuplicatesResponseType. withDuplicates(List<OrganisationLocalType> duplicates)Set a list of organisations this organisation may be duplicated with. -
Uses of OrganisationLocalType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type OrganisationLocalType Modifier and Type Method Description static StringObjectFormatter. toString(OrganisationLocalType organisation) -
Uses of OrganisationLocalType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return OrganisationLocalType Modifier and Type Method Description OrganisationLocalTypeIdDirectoryServiceClient. getOrganisation(String organisationFifaId)OrganisationLocalTypeIdDirectoryServiceClientImpl. getOrganisation(String organisationFifaId)OrganisationLocalTypeIdDirectoryServiceClient. mergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)OrganisationLocalTypeIdDirectoryServiceClientImpl. mergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)OrganisationLocalTypeIdDirectoryServiceClient. unmergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)OrganisationLocalTypeIdDirectoryServiceClientImpl. unmergeOrganisations(String primaryOrganisationFifaId, String secondaryOrganisationFifaId)OrganisationLocalTypeIdDirectoryServiceClient. updateOrganisation(OrganisationLocalType organisation, Boolean force)OrganisationLocalTypeIdDirectoryServiceClientImpl. updateOrganisation(OrganisationLocalType organisation, Boolean force)Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type OrganisationLocalType Modifier and Type Method Description GetOrganisationDuplicatesResponseTypeIdDirectoryServiceClient. getOrganisationDuplicates(OrganisationLocalType organisation)GetOrganisationDuplicatesResponseTypeIdDirectoryServiceClientImpl. getOrganisationDuplicates(OrganisationLocalType organisation)RegisterResponseTypeIdDirectoryServiceClient. registerOrganisation(OrganisationLocalType organisation, Boolean force)RegisterResponseTypeIdDirectoryServiceClientImpl. registerOrganisation(OrganisationLocalType organisation, Boolean force)OrganisationLocalTypeIdDirectoryServiceClient. updateOrganisation(OrganisationLocalType organisation, Boolean force)OrganisationLocalTypeIdDirectoryServiceClientImpl. updateOrganisation(OrganisationLocalType organisation, Boolean force)
-