Uses of Class
com.fifa.connectid.sdk.core.api.models.GetAllOrganisationsResponseType
-
Packages that use GetAllOrganisationsResponseType Package Description com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6. -
-
Uses of GetAllOrganisationsResponseType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return GetAllOrganisationsResponseType Modifier and Type Method Description GetAllOrganisationsResponseTypeGetAllOrganisationsResponseType. withNextBatchToken(String nextBatchToken)Set the nextBatchToken value.GetAllOrganisationsResponseTypeGetAllOrganisationsResponseType. withOrganisations(List<FoundOrganisationLocalType> organisations)Set a list of found organisations.GetAllOrganisationsResponseTypeGetAllOrganisationsResponseType. withTotalHits(Long totalHits)Set total number of organisations matching find criteria.
-