Class SiteTypeQuery

    • Constructor Detail

      • SiteTypeQuery

        public SiteTypeQuery()
        Build a SiteTypeQuery to test if the site type property exists
      • SiteTypeQuery

        public SiteTypeQuery​(String... types)
        Build a SiteTypeQuery to test if the site type property is equals to one of the given site type
        Parameters:
        types - the site type.
      • SiteTypeQuery

        public SiteTypeQuery​(Collection<String> types)
        Build a SiteTypeQuery to test if the site type property is equals to one of the given site types
        Parameters:
        types - the site types.
      • SiteTypeQuery

        public SiteTypeQuery​(Query.Operator operator,
                             String... types)
        Build a SiteTypeQuery to test if the site type property is equals or different to one of the given site types
        Parameters:
        operator - the operator (equals ot not-equals)
        types - the site types.