Class FindOrganisationsResponseType


  • public class FindOrganisationsResponseType
    extends Object
    The FindOrganisationsResponseType model.
    • Constructor Detail

      • FindOrganisationsResponseType

        public FindOrganisationsResponseType()
    • Method Detail

      • 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.