Uses of Class
com.fifa.connectid.sdk.core.api.models.FindOrganisationsRequestType
-
Packages that use FindOrganisationsRequestType 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 FindOrganisationsRequestType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core with parameters of type FindOrganisationsRequestType Modifier and Type Method Description FindOrganisationsResponseTypeFifaConnectIdClient. findOrganisations(FindOrganisationsRequestType request)Searches for organisations.FindOrganisationsResponseTypeFifaConnectIdClientImpl. findOrganisations(FindOrganisationsRequestType request)Searches for organisations. -
Uses of FindOrganisationsRequestType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type FindOrganisationsRequestType Modifier and Type Method Description ObjectOrganisations. find(FindOrganisationsRequestType body)Finds organisations matching provided data.ObjectOrganisations. find(FindOrganisationsRequestType body, String xActorDetails)Finds organisations matching provided data.rx.Observable<Object>Organisations. findAsync(FindOrganisationsRequestType body)Finds organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>Organisations. findAsync(FindOrganisationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Finds organisations matching provided data.rx.Observable<Object>Organisations. findAsync(FindOrganisationsRequestType body, String xActorDetails)Finds organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>Organisations. findAsync(FindOrganisationsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Finds organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. findWithServiceResponseAsync(FindOrganisationsRequestType body)Finds organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Organisations. findWithServiceResponseAsync(FindOrganisationsRequestType body, String xActorDetails)Finds organisations matching provided data. -
Uses of FindOrganisationsRequestType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type FindOrganisationsRequestType Modifier and Type Method Description ObjectOrganisationsImpl. find(FindOrganisationsRequestType body)Finds organisations matching provided data.ObjectOrganisationsImpl. find(FindOrganisationsRequestType body, String xActorDetails)Finds organisations matching provided data.rx.Observable<Object>OrganisationsImpl. findAsync(FindOrganisationsRequestType body)Finds organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. findAsync(FindOrganisationsRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Finds organisations matching provided data.rx.Observable<Object>OrganisationsImpl. findAsync(FindOrganisationsRequestType body, String xActorDetails)Finds organisations matching provided data.com.microsoft.rest.ServiceFuture<Object>OrganisationsImpl. findAsync(FindOrganisationsRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Finds organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. findWithServiceResponseAsync(FindOrganisationsRequestType body)Finds organisations matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>OrganisationsImpl. findWithServiceResponseAsync(FindOrganisationsRequestType body, String xActorDetails)Finds organisations matching provided data. -
Uses of FindOrganisationsRequestType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return FindOrganisationsRequestType Modifier and Type Method Description FindOrganisationsRequestTypeFindOrganisationsRequestType. withInternationalName(String internationalName)Set the internationalName value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withInternationalShortName(String internationalShortName)Set the internationalShortName value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withLocalName(String localName)Set the localName value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withLocalShortName(String localShortName)Set the localShortName value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withModifiedFromDateTime(org.joda.time.DateTime modifiedFromDateTime)Set the modifiedFromDateTime value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withModifiedToDateTime(org.joda.time.DateTime modifiedToDateTime)Set the modifiedToDateTime value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withNationalIdentifier(String nationalIdentifier)Set the nationalIdentifier value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withNumberOfResults(Integer numberOfResults)Set the numberOfResults value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withOfficialAddress(SearchAddressType officialAddress)Set the officialAddress value.FindOrganisationsRequestTypeFindOrganisationsRequestType. withOrganisationNature(String organisationNature)Set possible values include: 'WorldFederation', 'Confederation', 'NationalAssociation', 'RegionalAssociation', 'Club', 'Team', 'School', 'MA Academy', 'Grassroot Programme', 'Private Academy', 'College', 'University', 'Other'.FindOrganisationsRequestTypeFindOrganisationsRequestType. withParentOrganisationFIFAId(String parentOrganisationFIFAId)Set the parentOrganisationFIFAId value. -
Uses of FindOrganisationsRequestType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type FindOrganisationsRequestType Modifier and Type Method Description static StringObjectFormatter. toString(FindOrganisationsRequestType requestType) -
Uses of FindOrganisationsRequestType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type FindOrganisationsRequestType Modifier and Type Method Description FindOrganisationsResponseTypeIdDirectoryServiceClient. findOrganisations(FindOrganisationsRequestType request)FindOrganisationsResponseTypeIdDirectoryServiceClientImpl. findOrganisations(FindOrganisationsRequestType request)
-