Class GetAllOrganisationsResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetAllOrganisationsResponseType
-
public class GetAllOrganisationsResponseType extends Object
The GetAllOrganisationsResponseType model.
-
-
Constructor Summary
Constructors Constructor Description GetAllOrganisationsResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextBatchToken()Get the nextBatchToken value.List<FoundOrganisationLocalType>organisations()Get a list of found organisations.LongtotalHits()Get total number of organisations matching find criteria.GetAllOrganisationsResponseTypewithNextBatchToken(String nextBatchToken)Set the nextBatchToken value.GetAllOrganisationsResponseTypewithOrganisations(List<FoundOrganisationLocalType> organisations)Set a list of found organisations.GetAllOrganisationsResponseTypewithTotalHits(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 GetAllOrganisationsResponseType withOrganisations(List<FoundOrganisationLocalType> organisations)
Set a list of found organisations.- Parameters:
organisations- the organisations value to set- Returns:
- the GetAllOrganisationsResponseType object itself.
-
totalHits
public Long totalHits()
Get total number of organisations matching find criteria.- Returns:
- the totalHits value
-
withTotalHits
public GetAllOrganisationsResponseType withTotalHits(Long totalHits)
Set total number of organisations matching find criteria.- Parameters:
totalHits- the totalHits value to set- Returns:
- the GetAllOrganisationsResponseType object itself.
-
nextBatchToken
public String nextBatchToken()
Get the nextBatchToken value.- Returns:
- the nextBatchToken value
-
withNextBatchToken
public GetAllOrganisationsResponseType withNextBatchToken(String nextBatchToken)
Set the nextBatchToken value.- Parameters:
nextBatchToken- the nextBatchToken value to set- Returns:
- the GetAllOrganisationsResponseType object itself.
-
-