Class FindOrganisationsResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.FindOrganisationsResponseType
-
public class FindOrganisationsResponseType extends Object
The FindOrganisationsResponseType model.
-
-
Constructor Summary
Constructors Constructor Description FindOrganisationsResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FoundOrganisationLocalType>organisations()Get a list of found organisations.LongtotalHits()Get total number of organisations matching find criteria.FindOrganisationsResponseTypewithOrganisations(List<FoundOrganisationLocalType> organisations)Set a list of found organisations.FindOrganisationsResponseTypewithTotalHits(Long totalHits)Set total number of organisations matching find criteria.
-
-
-
Method Detail
-
organisations
public List<FoundOrganisationLocalType> organisations()
Get a list of found organisations.- Returns:
- the organisations value
-
withOrganisations
public FindOrganisationsResponseType withOrganisations(List<FoundOrganisationLocalType> organisations)
Set a list of found organisations.- Parameters:
organisations- the organisations value to set- Returns:
- the FindOrganisationsResponseType object itself.
-
totalHits
public Long totalHits()
Get total number of organisations matching find criteria.- Returns:
- the totalHits value
-
withTotalHits
public FindOrganisationsResponseType withTotalHits(Long totalHits)
Set total number of organisations matching find criteria.- Parameters:
totalHits- the totalHits value to set- Returns:
- the FindOrganisationsResponseType object itself.
-
-