Uses of Class
com.fifa.connectid.sdk.core.api.models.FindOrganisationsResponseType
-
Packages that use FindOrganisationsResponseType Package Description com.fifa.connectid.sdk.core 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 FindOrganisationsResponseType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return FindOrganisationsResponseType Modifier and Type Method Description FindOrganisationsResponseTypeFifaConnectIdClient. findOrganisations(FindOrganisationsRequestType request)Searches for organisations.FindOrganisationsResponseTypeFifaConnectIdClientImpl. findOrganisations(FindOrganisationsRequestType request)Searches for organisations. -
Uses of FindOrganisationsResponseType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return FindOrganisationsResponseType Modifier and Type Method Description FindOrganisationsResponseTypeFindOrganisationsResponseType. withOrganisations(List<FoundOrganisationLocalType> organisations)Set a list of found organisations.FindOrganisationsResponseTypeFindOrganisationsResponseType. withTotalHits(Long totalHits)Set total number of organisations matching find criteria. -
Uses of FindOrganisationsResponseType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type FindOrganisationsResponseType Modifier and Type Method Description static StringObjectFormatter. toString(FindOrganisationsResponseType responseType) -
Uses of FindOrganisationsResponseType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return FindOrganisationsResponseType Modifier and Type Method Description FindOrganisationsResponseTypeIdDirectoryServiceClient. findOrganisations(FindOrganisationsRequestType request)FindOrganisationsResponseTypeIdDirectoryServiceClientImpl. findOrganisations(FindOrganisationsRequestType request)
-